@charset "UTF-8";
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
body {
  font-family: "TTHoves-Light", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  color: #454545;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, input, textarea, button, select, a {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  height: auto;
  outline: none;
}
a {
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  color: #454545;
  -o-transition: 0.45s ease;
  -moz-transition: 0.45s ease;
  transition: 0.45s ease;
}
a:hover {
  text-decoration: none;
  color: #285ABB;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 22px;
  font-weight: 300;
}
h1 {
  font-size: 44px;
  line-height: 57.2px;
}
h2 {
  font-size: 32px;
  line-height: 41.6px;
}
h3 {
  font-size: 20px;
  line-height: 30px;
}
p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: 17px;
}
button, input, select, textarea, form, table {
  font-size: 16px;
  font-family: "TTHoves-Light", sans-serif;
  outline: none;
}
.primary-button {
  border: 0;
  background-color: transparent;
  color: #F6F8FD;
  padding: 0 23px 0 0;
  position: relative;
  font-size: 14px;
  line-height: 17px;
}
.primary-button::after {
  content: "";
  background: url(../images/light_blue-buttoncorner.svg) no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: transform 0.4s ease;
}
.primary-button.blue-button {
  color: #285ABB;
}
.primary-button.blue-button::after {
  background: url(../images/dark-blue-buttoncorner.svg) no-repeat;
}
.primary-button.blue-button:hover {
  color: #285ABB;
}
.primary-button:hover {
  color: #F6F8FD;
}
.primary-button:hover::after {
  transform: scale(1.5);
  transition: transform 0.4s ease;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.container:before, .container:after, .row:before, .row:after {
  content: "";
  display: table;
}
.container:after, .row:after {
  clear: both;
}
.wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
.font-bold, strong, b {
  font-family: "TTHoves-Medium", sans-serif;
  font-weight: 400;
}
.color-dark_blue {
  color: #285ABB;
}
.color-light_blue {
  color: #F6F8FD;
}
#cookie-law-info-bar {
  padding: 14px 25px !important;
}
@media (min-width: 768px) {
  #cookie-law-info-bar {
    padding: 14px 25px 14px 60px !important;
  }
}
#cookie-law-info-bar .cli-style-v2 {
  font-size: 14px;
  line-height: 22px;
  font-family: "TTHoves-Light", sans-serif;
}
#cookie-law-info-bar .cli-style-v2 a {
  color: #F6F8FD;
  text-decoration: underline;
  font-family: "TTHoves-Medium", sans-serif;
}
#cookie-law-info-bar .cli-style-v2 a#wt-cli-accept-all-btn {
  background-color: transparent !important;
  text-decoration: none;
}
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
header {
  top: 0;
  z-index: 9;
  width: 100%;
  transition: all 0.4s ease;
  position: absolute;
}
@media (min-width: 768px) {
  header {
    z-index: 5;
    background: transparent;
  }
}
header .site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .site-header .header-logo {
  padding: 19px 0px;
}
@media (min-width: 768px) {
  header .site-header .header-logo {
    padding: 0;
  }
}
header .site-header .header-logo a {
  font-size: 0;
  line-height: 1;
}
header .site-header .header-logo a .logo-corners {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  transition: all 0.4s ease;
}
header .site-header .header-logo a .logo-corners .top-left {
  position: absolute;
  left: 0;
  transform: rotate(-90deg);
  font-size: 0;
  line-height: 1;
  transition: all 0.4s ease;
}
header .site-header .header-logo a .logo-corners .top-right {
  position: absolute;
  right: 0;
  font-size: 0;
  line-height: 1;
  transition: all 0.4s ease;
}
header .site-header .header-logo a .logo-corners .bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(-1, -1);
  font-size: 0;
  line-height: 1;
  transition: all 0.4s ease;
}
header .site-header .header-logo a .logo-corners .bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(90deg);
  font-size: 0;
  line-height: 1;
  transition: all 0.4s ease;
}
header .site-header .header-logo:hover .logo-corners .top-left {
  transform: rotate(0deg);
}
header .site-header .header-logo:hover .logo-corners .bottom-left {
  transform: rotate(-359deg);
}
header .site-header .header-logo:hover .logo-corners .bottom-right {
  transform: rotate(0);
}
@media (min-width: 0px) and (max-width: 767px) {
  header .site-header .site-navbar {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    background: #F6F8FD;
    left: 0;
    -o-transition: 0.45s ease;
    -moz-transition: 0.45s ease;
    transition: 0.45s ease;
    z-index: -1;
    overflow-x: hidden;
  }
}
header .site-header .site-navbar .navabar {
  margin: 0;
  display: flex;
}
@media (min-width: 0px) and (max-width: 767px) {
  header .site-header .site-navbar .navabar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
}
header .site-header .site-navbar .navabar .menu-item {
  list-style: none;
  padding: 0 20px;
  text-transform: capitalize;
  font-size: 44px;
  line-height: 57.2px;
  font-family: "TTHoves-Light", sans-serif;
  position: relative;
  -o-transition: 0.45s ease;
  -moz-transition: 0.45s ease;
  transition: 0.45s ease;
}
@media (min-width: 768px) {
  header .site-header .site-navbar .navabar .menu-item {
    padding: 39px 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header .site-header .site-navbar .navabar .menu-item + .menu-item {
    padding-top: 46px;
  }
}
@media (min-width: 768px) {
  header .site-header .site-navbar .navabar .menu-item {
    font-size: 14px;
    line-height: 21px;
  }
}
header .site-header .site-navbar .navabar .menu-item a {
  color: #285ABB;
  position: relative;
  -webkit-text-fill-color: #285ABB;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #285ABB;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  header .site-header .site-navbar .navabar .menu-item a {
    color: #F6F8FD;
    -webkit-text-fill-color: #F6F8FD;
    -webkit-text-stroke-color: #F6F8FD;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header .site-header .site-navbar .navabar .menu-item a:after {
    content: "";
    width: 100vw;
    height: 1px;
    background: #285ABB;
    position: absolute;
    bottom: 21px;
    opacity: 0.5;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header .site-header .site-navbar .navabar .menu-item a span {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  header .site-header .site-navbar .navabar .menu-item:first-child {
    padding-right: 66px;
  }
}
header .site-header .site-navbar .navabar .menu-item:first-child a:hover {
  /*font-family: $medium-font-family;*/
  -webkit-text-stroke-width: 0.2px;
}
@media (min-width: 768px) {
  header .site-header .site-navbar .navabar .menu-item:last-child {
    padding-left: 14px;
    padding-right: 20px;
    border-left: 1px solid transparent;
  }
}
header .site-header .site-navbar .navabar .menu-item:last-child:hover a {
  /*font-family: $medium-font-family;*/
  -webkit-text-fill-color: #285ABB;
  -webkit-text-stroke-color: #285ABB;
}
header .site-header .site-navbar .navabar .menu-item:last-child:hover > a {
  /*font-family: $medium-font-family;*/
  -webkit-text-stroke-width: 0.2px;
}
header .site-header .site-navbar .navabar .menu-item.current-menu-item > a, header .site-header .site-navbar .navabar .menu-item.current-page-parent > a {
  /*font-family: $medium-font-family;*/
  -webkit-text-stroke-width: 0.2px;
}
header .site-header .site-navbar .navabar .menu-item .sub-menu {
  padding-top: 18px;
}
@media (min-width: 768px) {
  header .site-header .site-navbar .navabar .menu-item .sub-menu {
    display: none;
    border-left: 1px solid #C6D9FF;
    padding-bottom: 17px;
    position: absolute;
    top: 82px;
    left: -1px;
    width: 101%;
    padding-top: 0;
  }
}
header .site-header .site-navbar .navabar .menu-item .sub-menu .menu-item {
  padding: 0 14px;
}
@media (min-width: 0px) and (max-width: 767px) {
  header .site-header .site-navbar .navabar .menu-item .sub-menu .menu-item {
    font-size: 26px;
    line-height: 33.8px;
    padding: 0;
  }
}
header .site-header .site-navbar .navabar .menu-item .sub-menu .menu-item + .menu-item {
  margin-top: 19px;
}
header .site-header .site-navbar .navabar .menu-item .sub-menu .menu-item a {
  background: transparent;
}
@media (min-width: 0px) and (max-width: 767px) {
  header .site-header .site-navbar .navabar .menu-item .sub-menu .menu-item a:after {
    display: none;
  }
}
@media (min-width: 768px) {
  header .site-header .site-navbar .navabar .menu-item.menu-item-has-children:hover {
    background-color: #ffffff;
    border-left: 1px solid #C6D9FF;
  }
}
header .site-header .site-navbar .navabar .menu-item.menu-item-has-children:hover a {
  color: #285ABB;
}
@media (min-width: 768px) {
  header .site-header .site-navbar .navabar .menu-item.menu-item-has-children:hover .sub-menu {
    display: block;
    background-color: #ffffff;
  }
}
header .site-header .menu-navigation {
  z-index: 2;
  position: relative;
  cursor: pointer;
  -o-transition: 0.45s ease;
  -moz-transition: 0.45s ease;
  transition: 0.45s ease;
}
@media (min-width: 768px) {
  header .site-header .menu-navigation {
    display: none;
  }
}
header .site-header .menu-navigation .menu-icon {
  width: 51px;
  height: 3px;
  display: block;
  -o-transition: 0.45s ease;
  -moz-transition: 0.45s ease;
  transition: 0.45s ease;
  background: #C6D9FF;
}
header .site-header .menu-navigation .icon-2 {
  margin-top: 13px;
  margin-bottom: 13px;
  height: 3px;
}
header .site-header .site-logo-fixed {
  display: none;
}
header.fixed {
  position: sticky;
  background: #F6F8FD;
  border-bottom: 1px solid #C6D9FF;
  transition: all 0.4s ease;
}
header.fixed .site-header .site-navbar .navabar .menu-item a {
  color: #285ABB;
  -webkit-text-fill-color: #285ABB;
  -webkit-text-stroke-color: #285ABB;
}
header.fixed .site-header .menu-navigation .menu-icon {
  background-color: #285ABB;
}
header.fixed .site-header .site-logo {
  display: none;
}
header.fixed .site-header .site-logo-fixed {
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  .menu_open header .site-navbar {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .menu_open header .menu-navigation .icon-1 {
    transform: translateY(18px) rotate(45deg);
    background: #285ABB;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .menu_open header .menu-navigation .icon-2 {
    opacity: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .menu_open header .menu-navigation .icon-3 {
    transform: translateY(-13px) rotate(-45deg);
    background: #285ABB;
  }
}
.menu_open header .site-logo {
  display: none;
}
.menu_open header .site-logo-fixed {
  display: block;
}
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
footer {
  overflow-x: hidden;
}
footer p, footer a {
  color: #454545;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
}
footer p a, footer a a {
  text-decoration: underline;
}
footer p a:hover, footer a a:hover {
  color: #285ABB;
}
footer p:not(:last-child) {
  margin-bottom: 0;
}
footer .site_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer .site_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
footer .site_footer .left_footer, footer .site_footer .right_footer {
  padding: 29px 0 19px;
}
footer .site_footer .left_footer {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  footer .site_footer .left_footer {
    text-align: right;
    flex: 1;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .site_footer .left_footer {
    padding: 0 0 36px;
  }
}
footer .site_footer .left_footer .left_footer-wrapper {
  padding-left: 0;
}
@media (min-width: 768px) {
  footer .site_footer .left_footer .left_footer-wrapper {
    padding-left: 20px;
  }
}
footer .site_footer .left_footer .left_footer-wrapper ul {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .site_footer .left_footer .left_footer-wrapper ul {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  footer .site_footer .left_footer .left_footer-wrapper ul {
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  footer .site_footer .left_footer .left_footer-wrapper ul {
    padding-right: 50px;
  }
}
footer .site_footer .left_footer .left_footer-wrapper ul li {
  font-size: 0;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .site_footer .left_footer .left_footer-wrapper ul li img {
    max-width: 51px;
  }
}
footer .site_footer .left_footer .left_footer-wrapper ul li:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 768px) {
  footer .site_footer .left_footer .left_footer-wrapper ul li:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  footer .site_footer .left_footer .left_footer-wrapper ul li:not(:last-child) {
    margin-right: 20px;
  }
}
footer .site_footer .left_footer .left_footer-wrapper ul li a {
  font-size: 0;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .site_footer .right_footer {
    padding-top: 24px;
    padding-bottom: 18px;
  }
}
@media (min-width: 768px) {
  footer .site_footer .right_footer {
    border-right: 1px solid #C6D9FF;
    padding-right: 28px;
  }
}
@media (min-width: 992px) {
  footer .site_footer .right_footer {
    padding-right: 118px;
  }
}
@media (min-width: 768px) {
  footer .site_footer .right_footer .right_footer-wrapper {
    max-width: 370px;
  }
}
@media (min-width: 992px) {
  footer .site_footer .right_footer .right_footer-wrapper {
    max-width: 570px;
  }
}
@media (min-width: 768px) {
  footer .site_footer .right_footer .right_footer-wrapper a {
    display: inline-block;
  }
}
footer .bottom_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 20px 0 30px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .bottom_footer {
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .bottom_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    padding: 19px 0;
  }
}
footer .bottom_footer:before {
  content: "";
  background: #C6D9FF;
  position: absolute;
  height: 1px;
  width: 100vw;
  top: 0;
}
footer .bottom_footer p {
  margin-bottom: 0;
}
footer .bottom_footer p a {
  text-decoration: underline;
}
footer .bottom_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .bottom_footer ul {
    justify-content: center;
  }
}
footer .bottom_footer ul li {
  position: relative;
  font-size: 0;
  line-height: 1;
  /* 03/01/2023 - css for footer link space */
  /* end 03/01/2023 - css for footer link space */
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .bottom_footer ul li {
    margin-bottom: 8px;
  }
}
footer .bottom_footer ul li + li {
  padding-left: 20px;
}
@media (min-width: 768px) {
  footer .bottom_footer ul li + li {
    padding-left: 30px;
  }
}
.page-careers footer .site_footer, .organisations-landing footer .site_footer {
  position: relative;
}
.page-careers footer .site_footer::before, .organisations-landing footer .site_footer::before {
  content: "";
  position: absolute;
  background: #C6D9FF;
  height: 1px;
  left: -100%;
  right: -100%;
  top: 0;
  display: none;
}
@media (min-width: 768px) {
  .page-careers footer .site_footer::before, .organisations-landing footer .site_footer::before {
    display: block;
  }
}
.organisations-landing footer .site_footer::before {
  display: block;
}
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .container-fluid {
    padding: 0 20px;
  }
}
.d-flex {
  display: block;
}
@media (min-width: 768px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
  }
}
.section-title {
  background: #285ABB;
  padding: 253px 0 170px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-title {
    padding: 150px 0 16px;
  }
}
@media (min-width: 992px) {
  .section-title {
    padding: 200px 0 42px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    padding: 203px 0 78px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .section-title {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
}
.section-title .desktop {
  display: none;
}
@media (min-width: 768px) {
  .section-title .desktop {
    display: block;
  }
}
.section-title .mobile {
  display: block;
}
@media (min-width: 768px) {
  .section-title .mobile {
    display: none;
  }
}
.section-title .section-title-lines {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .section-title .section-title-lines {
    width: 100%;
    height: auto;
  }
}
.section-title .line-animation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title .line-animation {
    width: 130%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .section-title .line-animation {
    display: none;
  }
}
.section-title .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  .section-title .title-wrapper {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .section-title .title-wrapper {
    max-width: 708px;
    padding-bottom: 0;
  }
}
.section-title .title-wrapper h1 {
  font-size: 44px;
  color: #F6F8FD;
  line-height: 57.2px;
  margin-bottom: 37px;
}
@media (min-width: 768px) {
  .section-title .title-wrapper h1 {
    font-size: 36px;
    line-height: 46.2px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .section-title .title-wrapper h1 {
    font-size: 44px;
    line-height: 57.2px;
    margin-bottom: 17px;
  }
}
.section-title .title-wrapper p {
  color: #FFFFFF;
  max-width: 489px;
  margin-bottom: 17px;
}
.section-title .title-wrapper p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-title .title-wrapper p {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .section-title .title-wrapper p {
    margin-bottom: 14px;
  }
}
.section-title .title-wrapper .primary-button {
  margin-top: 7px;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .section-title .title-wrapper .primary-button {
    margin-top: 25px;
  }
}
.section-title .title-wrapper a {
  color: #F6F8FD;
  text-decoration: underline;
}
.section-title::after {
  content: "";
  width: 100%;
  height: 70%;
  background: linear-gradient(90deg, #285ABB 68.75%, rgba(40, 90, 187, 0) 100%);
  position: absolute;
  top: auto;
  left: 0;
  z-index: 0;
  bottom: 0;
  transform: rotate(-90deg);
  display: none;
}
@media (min-width: 768px) {
  .section-title::after {
    width: 50%;
    height: 100%;
    transform: rotate(0deg);
    top: 0;
    display: block;
  }
}
.scroll_hide {
  overflow: hidden;
}
.sub-title {
  position: relative;
  z-index: 0;
}
.sub-title h2.header-title {
  color: #285ABB;
  width: fit-content;
}
.sub-title h2.header-title span {
  background-color: #FFFFFF;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .sub-title h2.header-title span {
    padding-right: 40px;
  }
}
.sub-title h2.header-title.bg-light-blue span {
  background-color: #F6F8FD;
}
.sub-title h2.bg-light-blue {
  background-color: #F6F8FD;
}
.line {
  position: relative;
}
.line::before {
  content: "";
  position: absolute;
  background-color: #285ABB;
  height: 1px;
  left: 0;
  right: -100%;
  bottom: 18px;
  z-index: -1;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .line::before {
    bottom: auto;
    top: 50%;
  }
}
.slick-dots {
  display: flex;
}
.slick-dots li {
  font-size: 0;
  line-height: 1;
}
.slick-dots li button {
  border: 1px solid #C6D9FF;
  width: 10px;
  height: 10px;
  background: transparent;
  font-size: 0;
  line-height: 1;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #C6D9FF;
}
.slick-dots li + li {
  margin-left: 17px;
}
.join-mission {
  padding: 272px 0 40px;
  color: #FFFFFF;
  position: relative;
}
.join-mission::before {
  content: "";
  background: #285abb;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
}
@media (min-width: 768px) {
  .join-mission {
    padding: 59px 0 64px;
  }
}
.join-mission img {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.join-mission .join-mission-wrapper {
  max-width: 408px;
}
.join-mission .join-mission-wrapper h2 {
  font-size: 44px;
  line-height: 57.2px;
  margin-bottom: 10px;
}
.join-mission .join-mission-wrapper p {
  margin-bottom: 20px;
}
.d-desktop {
  display: none;
}
@media (min-width: 768px) {
  .d-desktop {
    display: block;
  }
}
.d-mobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .d-mobile {
    display: block;
  }
}
li {
  list-style-type: disc;
}
@media (min-width: 768px) {
  .sticky-position {
    position: sticky;
    top: 110px;
  }
}
.error404 .error-404 {
  min-height: calc(100vh - 202px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  @media (min-width: 768px) {
    .section-title .line-animation svg {
      width: 1051px !important;
    }
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @media (min-width: 992px) {
    .section-title .line-animation svg {
      width: 1081px !important;
    }
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @media (min-width: 1200px) {
    .section-title .line-animation svg {
      width: 1421px !important;
    }
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @media (min-width: 1400px) {
    .section-title .line-animation svg {
      width: 1441px !important;
    }
  }
}
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.section-project-slider .project-slider {
  border-bottom: 1px solid #C6D9FF;
  background: #F6F8FD;
}
@media (min-width: 1200px) {
  .section-project-slider .project-slider {
    border-bottom: 0;
    background: #FFFFFF;
  }
}
.section-project-slider .project-slider .project-slider-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section-project-slider .project-slider .project-slider-wrapper .left-side {
  font-size: 0;
  line-height: 1;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .section-project-slider .project-slider .project-slider-wrapper .left-side {
    flex: 1;
  }
}
.section-project-slider .project-slider .project-slider-wrapper .left-side img {
  width: 100%;
}
@media (min-width: 992px) {
  .section-project-slider .project-slider .project-slider-wrapper .left-side img {
    /*min-height: 256px;*/
    object-fit: cover;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .section-project-slider .project-slider .project-slider-wrapper .left-side img {
    /*min-height: auto;
                        object-fit: contain;*/
  }
}
.section-project-slider .project-slider .project-slider-wrapper .right-side {
  padding: 26px 20px 54px 20px;
}
@media (min-width: 768px) {
  .section-project-slider .project-slider .project-slider-wrapper .right-side {
    width: 508px;
  }
}
@media (min-width: 1200px) {
  .section-project-slider .project-slider .project-slider-wrapper .right-side {
    padding: 46px 37px;
    width: 618px;
  }
}
@media (min-width: 1200px) {
  .section-project-slider .project-slider .project-slider-wrapper .right-side {
    padding: 46px 60px;
    background: #FFFFFF;
    border-bottom: 1px solid #C6D9FF;
  }
}
@media (min-width: 1400px) {
  .section-project-slider .project-slider .project-slider-wrapper .right-side .right-side-content {
    max-width: 500px;
  }
}
.section-project-slider .project-slider .project-slider-wrapper .right-side .right-side-content img {
  max-width: 300px;
  margin-bottom: 27px;
  max-height: 70px;
}
.section-project-slider .project-slider .slick-dots {
  margin: 0 0 35px 20px;
}
@media (min-width: 992px) {
  .section-project-slider .project-slider .slick-dots {
    position: absolute;
    bottom: 27px;
    margin: 0;
    right: 370px;
  }
}
@media (min-width: 1200px) {
  .section-project-slider .project-slider .slick-dots {
    right: 433px;
  }
}
@media (min-width: 1400px) {
  .section-project-slider .project-slider .slick-dots {
    bottom: 27px;
  }
}
.section-project-slider .project-slider .slick-slide, .section-project-slider .project-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.section-project-slider .project-slider .slick-slide {
  height: auto;
}
.section-our-project {
  padding: 20px 0 38px;
}
@media (min-width: 992px) {
  .section-our-project {
    padding: 29px 0 120px;
  }
}
.section-our-project .project-title {
  color: #285ABB;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.section-our-project .project-title a {
  color: #285ABB;
}
.section-our-project .project-title a:hover {
  color: #454545;
}
.section-our-project .project-title .left-side {
  min-height: 42px;
  position: relative;
  flex: 1;
}
.section-our-project .project-title .left-side p {
  -o-transition: 0.45s ease;
  -moz-transition: 0.45s ease;
  transition: 0.45s ease;
  margin: 0;
}
.section-our-project .project-title .left-side p.hover-text {
  opacity: 0;
  visibility: hidden;
  max-width: 540px;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .section-our-project .project-title .left-side.hover .normal-text {
    opacity: 0;
    visibility: hidden;
  }
  .section-our-project .project-title .left-side.hover .hover-text {
    opacity: 1;
    visibility: visible;
  }
}
.section-our-project .project-logos {
  padding-top: 11px;
}
@media (min-width: 992px) {
  .section-our-project .project-logos {
    padding-top: 49px;
  }
}
.section-our-project .project-logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section-our-project .project-logos ul li {
  list-style: none;
  font-size: 0;
  line-height: 1;
  flex: 0 0 33%;
  max-width: 33%;
  padding: 27px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-our-project .project-logos ul li {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 28px 0;
  }
}
@media (min-width: 992px) {
  .section-our-project .project-logos ul li {
    flex: 1;
    padding: 0;
  }
}
.section-our-project .project-logos ul li img {
  max-height: 60px;
}
.join-mission.join-mission-home {
  padding: 259px 0 40px;
}
@media (min-width: 768px) {
  .join-mission.join-mission-home {
    padding: 78px 0 139px;
  }
}
.join-mission.join-mission-home img {
  width: 100%;
  left: 0;
}
.home .section-title {
  padding: 137px 0 40px;
}
@media (min-width: 1200px) {
  .home .section-title {
    padding: 248px 0 62px;
  }
}
@media (min-width: 1600px) {
  .home .section-title::after {
    width: 70%;
  }
}
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.category-section {
  overflow-x: hidden;
}
.category-section .category-banner img {
  width: 100%;
}
.category-section .category-banner-mobile {
  font-size: 0;
  line-height: 1;
}
.category-section .category-banner-mobile img {
  height: 200px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .category-section .category-banner-mobile img {
    height: auto;
  }
}
.category-section .category-desc {
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .category-section .category-desc {
    padding: 45px 0 70px 0;
  }
}
.category-section .category-desc .sub-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .category-section .category-desc .sub-content {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .category-section .category-desc .sub-content {
    flex-direction: row;
  }
}
.category-section .category-desc .sub-content .who-we-are-maintext {
  margin-right: 0;
  margin-bottom: 20px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .category-section .category-desc .sub-content .who-we-are-maintext {
    margin-right: 134px;
    margin-bottom: 0;
    max-width: 413px;
  }
}
.category-section .category-desc .sub-content .who-we-are-maintext p {
  font-size: 20px;
  line-height: 30px;
}
.category-section .category-desc .sub-content .who-we-are-subtext {
  max-width: 650px;
}
.category-section .category-desc .sub-content .main-text p {
  color: #285ABB;
}
.category-section .category-desc .sub-content .our-service-maintext {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .category-section .category-desc .sub-content .our-service-maintext {
    max-width: 480px;
  }
}
@media (min-width: 992px) {
  .category-section .category-desc .sub-content .our-service-maintext {
    max-width: 240px;
    margin-right: 50px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .category-section .category-desc .sub-content .our-service-maintext {
    max-width: 260px;
    margin-right: 124px;
  }
}
@media (min-width: 1400px) {
  .category-section .category-desc .sub-content .our-service-maintext {
    max-width: 390px;
  }
}
.category-section .category-desc .sub-content .our-service-subtext {
  max-width: 510px;
}
@media (min-width: 992px) {
  .category-section .category-desc .sub-content .our-service-subtext {
    max-width: 260px;
  }
}
@media (min-width: 1200px) {
  .category-section .category-desc .sub-content .our-service-subtext {
    max-width: 380px;
  }
}
.category-section .category-desc .sub-content .our-service-subtext p:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .category-section .category-desc .sub-content .our-service-subtext p:not(:last-child) {
    margin-bottom: 40px;
  }
}
.category-section .category-desc .sub-content .our-service-list {
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .category-section .category-desc .sub-content .our-service-list {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .category-section .category-desc .sub-content .our-service-list {
    margin-right: 80px;
  }
}
.category-section .category-desc .sub-content .our-service-list p {
  color: #285ABB;
  margin-bottom: 10px;
}
.category-section .category-desc .sub-content .our-service-list ul {
  padding-left: 23px;
}
.category-section .category-desc .sub-content .our-service-list li {
  position: relative;
}
.category-section .category-desc .sub-content .our-service-list li:not(:last-child) {
  margin-bottom: 10px;
}
.leadership-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
@media (min-width: 768px) {
  .leadership-list {
    padding: 20px 0 0 0;
  }
}
@media (min-width: 992px) {
  .leadership-list {
    padding: 40px 0 0 0;
  }
}
.leadership-item {
  font-size: 0;
  line-height: 1;
  margin-right: 20px;
  max-width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .leadership-item {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .leadership-item {
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
  }
}
@media (min-width: 1200px) {
  .leadership-item {
    max-width: calc(16.66% - 20px);
    flex: 0 0 calc(16.66% - 20px);
  }
}
.leadership-item:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .leadership-item:nth-child(even) {
    margin-right: 20px;
  }
}
.leadership-title {
  max-width: 100%;
  color: #285ABB;
  margin-top: 20px;
  text-align: left;
}
@media (min-width: 1200px) {
  .leadership-title {
    max-width: 203px;
  }
}
.leadership-title h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .leadership-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.leadership-title p {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .leadership-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
.team-section .category-desc {
  padding-top: 0;
}
.team-wrapper {
  padding: 10px 0 30px;
}
@media (min-width: 768px) {
  .team-wrapper {
    padding: 25px 0 0;
  }
}
.team-wrapper .team-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.team-wrapper .team-box:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .team-wrapper .team-box {
    flex-direction: row;
    align-items: flex-start;
  }
}
.team-wrapper .team-box .box-image {
  font-size: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .team-wrapper .team-box .box-image {
    width: 100%;
  }
}
.team-wrapper .team-box .box-image img {
  height: 200px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .team-wrapper .team-box .box-image img {
    height: auto;
    width: 100%;
  }
}
.team-wrapper .team-box .box-content {
  color: #285ABB;
}
.team-wrapper .team-box:not(:last-child) .box-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #C6D9FF;
}
@media (min-width: 768px) {
  .team-wrapper .team-box:not(:last-child) .box-content {
    border-bottom: 0;
  }
}
.team-wrapper .box-content {
  max-width: 100%;
  flex: 0 0 100%;
  margin: 20px 0 0 0;
  color: #454545;
}
@media (min-width: 992px) {
  .team-wrapper .box-content {
    margin: 0 0 0 74px;
    max-width: 46%;
    flex: 0 0 46%;
  }
}
.team-wrapper .box-image {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .team-wrapper .box-image {
    max-width: calc(54% - 74px);
    flex: 0 0 calc(54% - 74px);
  }
}
.team-wrapper .team-title h3 {
  width: fit-content;
  background-color: #F6F8FD;
  padding-right: 30px;
  color: #285ABB;
  font-family: "TTHoves-Medium", sans-serif;
  margin-bottom: 20px;
}
.team-wrapper .team-title-line::before {
  background-color: #C6D9FF;
  height: 1px;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .team-wrapper .team-title-line::before {
    display: block;
  }
}
.update-section .category-desc {
  padding-top: 0;
}
.update-section .update-title {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  z-index: 0;
}
.update-section .update-title h2.header-title {
  color: #285ABB;
  width: fit-content;
  padding-right: 0;
}
@media (min-width: 768px) {
  .update-section .update-title h2.header-title {
    padding-right: 40px;
  }
}
.update-section .update-title h2.bg-light-blue {
  background-color: #F6F8FD;
}
.update-section .update-title::before {
  content: "";
  position: absolute;
  background-color: #285ABB;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  opacity: 0.5;
  display: none;
}
@media (min-width: 768px) {
  .update-section .update-title::before {
    display: block;
  }
}
.update-section .update-title a {
  width: fit-content;
  background-color: #F6F8FD;
  padding-left: 0;
}
@media (min-width: 768px) {
  .update-section .update-title a {
    padding-left: 40px;
  }
}
.update-section .blog-container {
  display: flex;
  padding: 25px 0 40px 0;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .update-section .blog-container {
    padding: 45px 0 0px 0;
  }
}
.update-section .blog-container .blog-title {
  padding: 0 10px;
  max-width: 100%;
  flex: 0 0 100%;
}
.update-section .blog-container .blog-title:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .update-section .blog-container .blog-title:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .update-section .blog-container .blog-title {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
.update-section .blog-container .blog-title a {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  width: 100%;
}
.update-section .blog-container .blog-title a img {
  height: 223px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .update-section .blog-container .blog-title a img {
    height: 287px;
  }
}
.update-section .blog-container .blog-content {
  color: #285ABB;
}
.update-section .blog-container .blog-content p {
  margin-right: 0;
}
@media (min-width: 992px) {
  .update-section .blog-container .blog-content p {
    margin-right: 20px;
  }
}
.update-section .blog-container .blog-content a {
  font-size: 14px;
  line-height: 21px;
  width: fit-content;
  text-transform: inherit;
}
.update-section .blog-container .blog-publish {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.update-section .blog-container .blog-publish::before {
  background-color: #C6D9FF;
  display: block;
}
.update-section .blog-container .blog-publish a {
  padding-left: 0;
  color: #285ABB;
  font-size: 20px;
  line-height: 30px;
}
.update-section .blog-container .blog-publish span {
  font-size: 14px;
  line-height: 21px;
  color: #C6D9FF;
  width: fit-content;
  background-color: #F6F8FD;
  padding-left: 20px;
}
.update-section h3 {
  font-family: "TTHoves-Medium", sans-serif;
  max-width: 70%;
  background-color: #F6F8FD;
  padding-right: 20px;
  margin: 15px 0;
  color: #285ABB;
  text-transform: capitalize;
}
.trustee-section {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .trustee-section {
    padding-top: 35px;
  }
}
.trustee-section .category-desc {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .trustee-section .category-desc {
    padding-bottom: 65px;
  }
}
.trustee-section .trustee-title {
  position: relative;
}
.trustee-section .trustee-title::before {
  background-color: #C6D9FF;
  right: -100vw;
  display: block;
}
.trustee-section .trustee-content {
  display: flex;
  max-width: 736px;
  justify-content: space-between;
  margin-left: auto;
  color: #285ABB;
  flex-direction: column;
  margin-right: 60px;
}
@media (min-width: 768px) {
  .trustee-section .trustee-content {
    flex-direction: row;
  }
}
.trustee-section .trustee-content .trustee-text p {
  max-width: 356px;
  margin-bottom: 20px;
}
.trustee-section .trustee-content .trustee-text p:last-child {
  display: block;
  font-family: "TTHoves-Light", sans-serif;
}
.trustee-section .trustee-content .trustee-text strong {
  font-family: "TTHoves-Medium", sans-serif;
  font-weight: 400;
}
.trustee-section .trustee-content .trustee-text p.trustee-text-light {
  display: block;
  font-family: "TTHoves-Light", sans-serif;
}
.bottom-section {
  padding-top: 0;
}
.contact-ev {
  text-align: start;
  color: #285ABB;
  font-family: "TTHoves-Light", sans-serif;
  margin: 5px 0 38px 0;
}
@media (min-width: 768px) {
  .contact-ev {
    text-align: center;
    margin: 0 0 10px 0;
  }
}
.contact-ev a {
  color: #285ABB;
  text-decoration: underline;
  transition: all 0.4s ease;
}
.contact-ev a:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .page-about .section-title .line-animation {
    width: 140%;
  }
}
@media (min-width: 1200px) {
  .page-about .section-title .line-animation {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-about .section-title .line-animation {
    width: 133%;
  }
}
.our-service, .leadership-section, .team-section, .update-section {
  background: #F6F8FD;
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-blog-archive .section-title {
    min-height: auto;
    padding: 248px 0 86px;
  }
  .page-blog-archive .section-title .title-wrapper {
    margin-top: 0;
  }
}
.page-blog-archive .update-section .category-desc {
  padding-bottom: 20px;
}
.page-blog-archive .update-section .blog-container {
  padding: 40px 0 0px 0;
}
@media (min-width: 768px) {
  .page-blog-archive .update-section .blog-container {
    padding: 51px 0 0px 0;
  }
}
.page-blog-archive .update-section .blog-container .blog-title {
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .page-blog-archive .update-section .blog-container .blog-title {
    margin-bottom: 60px;
  }
}
.team-section .category-desc {
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .team-section .category-desc {
    padding: 45px 0 70px 0;
  }
}
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.page-careers .section-title .title-wrapper p {
  max-width: 640px;
}
.page-careers ol li {
  list-style: decimal;
}
.section_career {
  padding: 0 0 60px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .section_career {
    overflow-x: hidden;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .section_career {
    background: #F6F8FD;
  }
}
@media (min-width: 768px) {
  .section_career {
    padding: 60px 0 90px;
  }
}
.section_career .career_positions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.section_career .career_positions-wrapper .left-side {
  flex: 0 0 38%;
  max-width: 38%;
  padding-right: 22px;
  display: none;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .left-side {
    display: block;
  }
}
.section_career .career_positions-wrapper .left-side ul li {
  list-style: none;
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .section_career .career_positions-wrapper .left-side ul li {
    font-size: 20px;
  }
}
.section_career .career_positions-wrapper .left-side ul li a {
  color: #285ABB;
}
.section_career .career_positions-wrapper .left-side ul li a:hover {
  font-family: "TTHoves-Medium", sans-serif;
}
.section_career .career_positions-wrapper .left-side ul li.active a {
  font-family: "TTHoves-Medium", sans-serif;
}
.section_career .career_positions-wrapper .left-side ul li + li {
  margin-top: 15px;
}
.section_career .career_positions-wrapper .right-side {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side {
    flex: 0 0 62%;
    max-width: 62%;
  }
}
.section_career .career_positions-wrapper .right-side ul, .section_career .career_positions-wrapper .right-side ol {
  padding-left: 30px;
}
.section_career .career_positions-wrapper .right-side ul li, .section_career .career_positions-wrapper .right-side ol li {
  margin-bottom: 17px;
  position: relative;
}
.section_career .career_positions-wrapper .right-side ul {
  list-style-type: disc;
}
.section_career .career_positions-wrapper .right-side ol {
  list-style: auto;
}
.section_career .career_positions-wrapper .right-side .value-img {
  margin-top: 53px;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .value-img {
    margin-top: 63px;
  }
}
.section_career .career_positions-wrapper .right-side .right-full-img {
  font-size: 0;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  .section_career .career_positions-wrapper .right-side .right-full-img {
    margin: 0 -20px;
  }
}
.section_career .career_positions-wrapper .right-side .section-spacing {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .section-spacing {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .section_career .career_positions-wrapper .right-side .section-spacing {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .line::before {
    right: 0;
  }
}
.section_career .career_positions-wrapper .right-side .positions .position-listing .position-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 27px 0 31px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .positions .position-listing .position-wrap {
    padding: 40px 0 43px;
  }
}
.section_career .career_positions-wrapper .right-side .positions .position-listing .position-wrap p, .section_career .career_positions-wrapper .right-side .positions .position-listing .position-wrap a {
  margin-bottom: 0;
  font-family: "TTHoves-Medium", sans-serif;
  color: #285ABB;
}
.section_career .career_positions-wrapper .right-side .positions .position-listing .position-wrap p {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .positions .position-listing .position-wrap p {
    flex: 0 0 60%;
    max-width: 60%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .section_career .career_positions-wrapper .right-side .positions .position-listing .position-wrap p {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.section_career .career_positions-wrapper .right-side .positions .position-listing .position-wrap + .position-wrap {
  position: relative;
}
.section_career .career_positions-wrapper .right-side .positions .position-listing .position-wrap + .position-wrap::before {
  content: "";
  background: #285abb;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.2;
}
@media (min-width: 0px) and (max-width: 767px) {
  .section_career .career_positions-wrapper .right-side .positions .position-listing .position-wrap .primary-button {
    font-size: 16px;
    line-height: 24px;
    font-family: "TTHoves-Light", sans-serif;
  }
}
.section_career .career_positions-wrapper .right-side .positions .right-full-img {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .positions .right-full-img {
    margin-top: 9px;
  }
}
.section_career .career_positions-wrapper .right-side .positions .testimonial-slider {
  position: relative;
}
.section_career .career_positions-wrapper .right-side .positions .testimonial-slider::before {
  content: "";
  background: #F6F8FD;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}
.section_career .career_positions-wrapper .right-side .positions .testimonial-slider .test-content {
  position: relative;
  color: #285ABB;
  font-size: 20px;
  line-height: 30px;
  margin: 51px 0 0;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .positions .testimonial-slider .test-content {
    margin: 90px 60px 0 60px;
  }
}
@media (min-width: 1200px) {
  .section_career .career_positions-wrapper .right-side .positions .testimonial-slider .test-content {
    margin: 90px 60px 0 111px;
  }
}
.section_career .career_positions-wrapper .right-side .positions .testimonial-slider .test-content::before {
  content: "";
  width: 100vw;
  position: absolute;
  left: 0;
  right: 0;
  background: #C6D9FF;
  height: 1px;
  top: -24px;
}
.section_career .career_positions-wrapper .right-side .positions .testimonial-slider .test-content h3 {
  font-family: "TTHoves-Medium", sans-serif;
  margin-bottom: 0;
}
.section_career .career_positions-wrapper .right-side .positions .testimonial-slider .test-content p::before {
  content: "“";
  position: relative;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .positions .testimonial-slider .test-content p::before {
    position: absolute;
    left: -11px;
  }
}
.section_career .career_positions-wrapper .right-side .positions .testimonial-slider .slick-dots {
  justify-content: flex-end;
  padding: 20px 0 34px;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .positions .testimonial-slider .slick-dots {
    padding: 33px 60px 30px 0;
  }
}
.section_career .career_positions-wrapper .right-side .positions .testimonial-slider .slick-dots li {
  margin-bottom: 0;
}
.section_career .career_positions-wrapper .right-side .values .title {
  margin-bottom: 60px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .section_career .career_positions-wrapper .right-side .values .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .values .max-width {
    max-width: 670px;
  }
}
.section_career .career_positions-wrapper .right-side .values strong {
  color: #285ABB;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .values .card-body {
    padding-right: 20px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .section_career .career_positions-wrapper .right-side .values .card-body {
    max-width: 650px;
    padding-right: 0;
  }
}
.section_career .career_positions-wrapper .right-side .benefits .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .benefits .benefit-list {
    margin-right: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .section_career .career_positions-wrapper .right-side .benefits .benefit-list {
    margin-top: 20px;
  }
}
.section_career .career_positions-wrapper .right-side .benefits .benefit-list .benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 30px 0;
  border-bottom: 1px solid #285abd33;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .benefits .benefit-list .benefit-item {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin: 0 15px 0 0px;
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .section_career .career_positions-wrapper .right-side .benefits .benefit-list .benefit-item {
    max-width: calc(50% - 28px);
    flex: 0 0 calc(50% - 28px);
    margin: 0 28px 0 0px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .section_career .career_positions-wrapper .right-side .benefits .benefit-list .benefit-item {
    justify-content: space-between;
  }
}
.section_career .career_positions-wrapper .right-side .benefits .benefit-list .benefit-item .benefit-image {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .benefits .benefit-list .benefit-item .benefit-image img {
    max-height: 65px;
  }
}
.section_career .career_positions-wrapper .right-side .benefits .benefit-list .benefit-item .benefit-detail {
  max-width: 65%;
  flex: 0 0 65%;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .benefits .benefit-list .benefit-item .benefit-detail {
    max-width: 75%;
    flex: 0 0 75%;
    padding-left: 10px;
  }
}
.section_career .career_positions-wrapper .right-side .benefits .benefit-list .benefit-item .benefit-detail .title {
  font-family: "TTHoves-Medium", sans-serif;
  color: #285ABB;
  margin: 0;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .benefits .benefit-list .benefit-item:last-child, .section_career .career_positions-wrapper .right-side .benefits .benefit-list .benefit-item:nth-last-child(2) {
    border-bottom: 0;
  }
}
.section_career .career_positions-wrapper .right-side .benefits .benefit-location p {
  color: #C6D9FF;
  margin-top: 12px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .section_career .career_positions-wrapper .right-side .benefits .benefit-location p {
    width: 65%;
    margin: 20px 0 auto auto;
  }
}
.section_career .career_positions-wrapper .right-side .faq .faq-listing {
  padding-top: 29px;
}
.section_career .career_positions-wrapper .right-side .faq .faq-listing .accordion {
  margin-bottom: 20px;
}
.section_career .career_positions-wrapper .right-side .faq .faq-listing .accordion .acc_heading {
  font-family: "TTHoves-Medium", sans-serif;
  color: #285ABB;
  position: relative;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 767px) {
  .section_career .career_positions-wrapper .right-side .faq .faq-listing .accordion .acc_heading {
    padding-right: 40px;
  }
}
.section_career .career_positions-wrapper .right-side .faq .faq-listing .accordion .acc_heading::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-right: 2px solid #285ABB;
  border-bottom: 2px solid #285ABB;
  transform: rotate(45deg);
  margin-left: 25px;
  position: absolute;
  top: 6px;
  transition: all 0.4s ease;
}
@media (min-width: 0px) and (max-width: 767px) {
  .section_career .career_positions-wrapper .right-side .faq .faq-listing .accordion .acc_heading::after {
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
.section_career .career_positions-wrapper .right-side .faq .faq-listing .accordion .acc_heading.active::after {
  transform: rotate(-138deg);
  top: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .section_career .career_positions-wrapper .right-side .faq .faq-listing .accordion .acc_heading.active::after {
    top: 50%;
    transform: translateY(-50%) rotate(-138deg);
  }
}
.section_career .career_positions-wrapper .right-side .faq .faq-listing .accordion .acc_content {
  padding-bottom: 10px;
  padding-top: 7px;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .faq .faq-listing .accordion .acc_content {
    max-width: 644px;
    padding-left: 40px;
    padding-bottom: 0;
  }
}
.section_career .career_positions-wrapper .right-side .faq .faq-listing .accordion .acc_content a {
  text-decoration: underline;
}
.section_career .career_positions-wrapper .right-side .faq .faq-listing .accordion .acc_content .test_acc-name {
  padding-left: 15px;
}
.section_career .career_positions-wrapper .right-side .our_organization ul li {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .benefit_desc, .section_career .career_positions-wrapper .right-side .organisation_desc {
    padding-top: 29px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .section_career .career_positions-wrapper .right-side .benefit_desc, .section_career .career_positions-wrapper .right-side .organisation_desc {
    padding-right: 0;
  }
}
.section_career .career_positions-wrapper .right-side .benefit_desc > p, .section_career .career_positions-wrapper .right-side .organisation_desc > p {
  color: #285ABB;
}
@media (min-width: 768px) {
  .section_career .career_positions-wrapper .right-side .benefit_desc > p, .section_career .career_positions-wrapper .right-side .organisation_desc > p {
    margin-bottom: 30px;
  }
}
.section_career .career_positions-wrapper .right-side > .right-full-img img {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .page-careers .section-title {
    padding-bottom: 83px;
  }
}
@media (min-width: 992px) {
  .page-careers .section-title .line-animation {
    width: 130%;
  }
}
@media (min-width: 1200px) {
  .page-careers .section-title .line-animation {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-careers .section-title .line-animation {
    width: 143%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .section_career .sub-title h2.header-title span {
    background-color: #F6F8FD;
  }
}
/*website colors*/
/*website font size*/
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.position-description {
  background-color: #F6F8FD;
}
.position-description-title h1 {
  max-width: 350px;
}
.position-description-title a {
  color: #F6F8FD;
}
.position-description-wrapper {
  display: flex;
  padding: 30px 0 54px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .position-description-wrapper {
    padding: 48px 0 54px;
  }
}
.position-description-wrapper .left-side {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .position-description-wrapper .left-side {
    flex: 0 0 43%;
    max-width: 43%;
    padding-right: 62px;
  }
}
@media (min-width: 992px) {
  .position-description-wrapper .left-side {
    padding-right: 132px;
  }
}
.position-description-wrapper .left-side .description-left-content {
  color: #285ABB;
}
.position-description-wrapper .left-side .description-left-content h3 {
  font-family: "TTHoves-Medium", sans-serif;
  margin-bottom: 0;
}
.position-description-wrapper .left-side .description-left-content p {
  font-size: 20px;
  line-height: 30px;
}
.position-description-wrapper .right-side {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .position-description-wrapper .right-side {
    flex: 0 0 57%;
    max-width: 57%;
  }
}
.position-description-wrapper .position-description-header {
  color: #285ABB;
  margin-top: 30px;
  z-index: 0;
}
@media (min-width: 768px) {
  .position-description-wrapper .position-description-header {
    margin-top: 0;
  }
}
.position-description-wrapper .position-description-header h2 {
  background-color: #F6F8FD;
  padding-right: 20px;
  width: fit-content;
}
@media (min-width: 768px) {
  .position-description-wrapper .position-description-header h2 {
    padding-right: 40px;
  }
}
.position-description-wrapper .position-description-header.line::before {
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .position-description-wrapper .position-description-header.line::before {
    display: block;
  }
}
.position-description-wrapper .position-description-content {
  max-width: 670px;
}
@media (min-width: 768px) {
  .position-description-wrapper .position-description-content {
    padding-right: 20px;
  }
}
.position-description-wrapper .position-description-content h2, .position-description-wrapper .position-description-content h3 {
  color: #285ABB;
  font-family: "TTHoves-Medium", sans-serif;
  margin: 30px 0 10px 0;
}
.position-description-wrapper .position-description-content p {
  margin-bottom: 10px;
}
.position-description-wrapper .position-description-content p a {
  color: #285ABB;
  text-decoration: underline;
}
.position-description-wrapper .position-description-content p a:hover {
  color: #454545;
}
.position-description-wrapper .position-description-content ul, .position-description-wrapper .position-description-content ol {
  padding-left: 25px;
  margin-bottom: 17px;
}
.position-description-wrapper .position-description-content ul li, .position-description-wrapper .position-description-content ol li {
  margin-bottom: 10px;
  position: relative;
}
.position-description-wrapper .position-description-content ul li:last-child, .position-description-wrapper .position-description-content ol li:last-child {
  margin-bottom: 0;
}
.position-description-wrapper .position-description-content ul li p:not(:last-child), .position-description-wrapper .position-description-content ol li p:not(:last-child) {
  margin-bottom: 10px;
}
.position-description-wrapper .position-description-content ul li ul, .position-description-wrapper .position-description-content ol li ul {
  margin: 10px 0 0 0;
  padding-left: 40px;
}
.position-description-wrapper .blog-image {
  font-size: 0;
}
@media (min-width: 768px) {
  .position-description-wrapper .blog-image {
    margin-top: -48px;
    margin-bottom: 30px;
  }
}
.positions_body .section-title .title-wrapper a {
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .positions_body .section-title {
    min-height: auto;
    padding: 226px 0 62px;
  }
  .positions_body .section-title .section-title-lines.mobile {
    height: 100%;
  }
  .positions_body .section-title .position-description-title {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .positions_body .section-title .position-description-title h1 {
    order: 2;
    margin-bottom: 0;
  }
  .positions_body .section-title .position-description-title p {
    order: 1;
    margin-bottom: 17px;
  }
}
@media (min-width: 1200px) {
  .positions_body .section-title {
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .positions_body .section-title .position-description-title h1 {
    margin-bottom: 37px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .positions_body .section-title::after {
    height: 61%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .position-description-wrapper .left-side, .blog-detail-wrapper .left-side {
    padding-left: 0 !important;
  }
}
.apply-btn a {
  font-family: "TTHoves-Medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.organisations-wrapper {
  overflow-x: hidden;
  padding-bottom: 20px;
}
.organisations-wrapper .organisations-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .organisations-wrapper .organisations-content {
    flex-direction: row;
    padding: 80px 0 60px 0;
  }
}
.organisations-wrapper .organisation-line {
  position: relative;
}
.organisations-wrapper .organisation-line:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: #454545;
  height: 1px;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .organisations-wrapper .organisation-line:not(:last-child)::after {
    right: -100vw;
  }
}
.organisations-wrapper .organisations-logo {
  max-width: 100%;
  flex: 0 0 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .organisations-wrapper .organisations-logo {
    max-width: 360px;
    flex: 0 0 360px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .organisations-wrapper .organisations-logo {
    max-width: 558px;
    flex: 0 0 558px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .organisations-wrapper .organisations-logo img {
    height: 55px;
    object-fit: contain;
  }
}
@media (min-width: 768px) {
  .organisations-wrapper .organisations-logo img {
    max-width: 300px;
  }
}
.organisations-wrapper .organisations-logo img[alt*="Asterisk"] {
  max-height: 42px;
}
.organisations-wrapper .organisations-logo img[alt*="Effective Altruism Funds"] {
  max-height: 65px;
}
.organisations-wrapper .organisations-text {
  flex: 1;
}
.organisations-wrapper .organisations-text p {
  max-width: 100%;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .organisations-wrapper .organisations-text p {
    margin-top: 0;
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .organisations-wrapper .organisations-text p {
    max-width: 540px;
  }
}
@media (min-width: 1200px) {
  .page-organisations .section-title {
    padding-bottom: 31px;
  }
}
@media (min-width: 992px) {
  .page-organisations .section-title .line-animation {
    width: 144%;
  }
}
@media (min-width: 1200px) {
  .page-organisations .section-title .line-animation {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-organisations .section-title .line-animation {
    width: 155%;
  }
}
.page-organisations .title-wrapper p {
  max-width: 580px;
}
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.contact-page {
  background-color: #285ABB;
  color: #F6F8FD;
  position: relative;
}
.contact-page * {
  color: #F6F8FD;
}
.contact-page header {
  background-color: transparent;
}
.contact-page header.fixed {
  background-color: #F6F8FD;
}
.contact-page .section-title {
  background: transparent;
  color: #F6F8FD;
  height: initial;
  position: initial;
}
.contact-page .section-title *, .contact-page .section-title .title-wrapper * {
  color: #F6F8FD;
}
.contact-page .section-title .section-title-lines {
  height: 100vh;
  object-fit: cover;
}
@media (min-width: 768px) {
  .contact-page .section-title .section-title-lines {
    min-height: 100vh;
    height: 100%;
  }
}
.contact-page .section-title a {
  text-decoration: underline;
}
.contact-page .section-title .title-wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .contact-page .section-title {
    padding: 140px 0 40px;
  }
}
.contact-page .section-title .address-wrap .sub-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 25px;
  font-family: "TTHoves-Medium";
}
.contact-page .section-title .address-wrap .sub-title h2 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 25px;
}
.contact-page .section-title .address-wrap .adress-child-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
.contact-page .section-title .address-wrap .adress-child-wrap .address-box {
  font-size: 16px;
  line-height: 24px;
  max-width: 336px;
  width: 336px;
  padding: 0 20px 22px;
}
@media (min-width: 768px) {
  .contact-page .section-title .address-wrap .adress-child-wrap .address-box {
    padding: 0 20px;
  }
}
.contact-page .section-title .address-wrap .adress-child-wrap .address-box h5 {
  font-family: "TTHoves-Medium";
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.contact-page .section-title .address-wrap .adress-child-wrap .address-box span {
  display: block;
  font-size: 16px;
  font-family: "TTHoves-Light", sans-serif;
  line-height: 24px;
  margin: 0;
}
.contact-page .section-title .contact-from-wrap {
  font-size: 16px;
  line-height: 24px;
  font-family: "TTHoves-Medium";
  max-width: 650px;
}
@media (min-width: 768px) {
  .contact-page .section-title .contact-from-wrap {
    padding: 42px 0 0;
  }
}
.contact-page .section-title .contact-from-wrap h3 {
  font-size: 16px;
  margin: 0 0 23px;
  line-height: 24px;
}
.contact-page .section-title .contact-from-wrap .wpcf7-response-output {
  margin: 30px 0 0;
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .contact-page footer .bottom_footer {
    padding: 0 0 27px;
  }
}
.contact-page footer .bottom_footer::before {
  height: 0;
}
.contact-page footer .bottom_footer ul li {
  list-style: none;
}
.contact-page footer .bottom_footer ul li:last-child::before {
  background: #F6F8FD;
  opacity: 0.5;
}
.contact-page footer .bottom_footer ul li a {
  opacity: 0.5;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: underline;
}
.contact-page footer .bottom_footer ul li a:hover {
  opacity: 1;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #F6F8FD;
}
.contact-page .site_main {
  min-height: auto;
}
@media (min-width: 768px) {
  .contact-page .site_main {
    min-height: calc(100vh - 45px);
  }
}
.contact-page .section-title::after {
  display: none;
}
input, textarea {
  font-size: 14px;
  line-height: 21px;
  background: transparent;
  border: 0;
  outline: 0;
  color: #F6F8FD;
  opacity: 0.5;
  padding: 0 0 9px;
  width: 100%;
  border-bottom: 1px solid #C6D9FF;
}
::placeholder {
  color: #F6F8FD;
}
textarea {
  resize: none;
}
span.wpcf7-not-valid-tip {
  color: #f77 !important;
  font-size: 12px;
}
.wpcf7-spinner {
  background: #F6F8FD;
  margin: 0;
  position: absolute;
  left: -40px;
  right: initial;
}
.wpcf7-spinner::before {
  background: #285ABB;
}
@media (min-width: 768px) {
  .wpcf7-spinner {
    left: initial;
    right: -40px;
  }
}
input[type="submit"] {
  opacity: 1;
  width: initial;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.wpcf7-form-control-wrap {
  margin-bottom: 14px;
}
.form-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .form-check-wrap .acceptance-wrap {
    padding: 0 30px;
  }
}
.form-check-wrap .acceptance-wrap .wpcf7-list-item, .form-check-wrap .acceptance-wrap .wpcf7-form-control-wrap {
  margin: 0;
}
.form-check-wrap .acceptance-wrap .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 21px;
}
.form-check-wrap .acceptance-wrap input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  height: 12px;
  width: 12px;
  cursor: pointer;
  margin: 0 10px 0 0;
  outline: none;
  padding: 0;
  border-radius: 0;
  border: 1px solid #F6F8FD;
  color: #F6F8FD;
  opacity: 1;
  vertical-align: middle;
}
.form-check-wrap .acceptance-wrap input:checked::before {
  position: absolute;
  font: 9px/1 "Open Sans", sans-serif;
  left: 2px;
  top: 0px;
  content: "⅃";
  transform: rotate(40deg);
}
.form-check-wrap .captcha-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .form-check-wrap .captcha-wrap {
    padding: 0;
  }
}
.form-check-wrap .captcha-wrap .mathcaptcha-validation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 20px;
}
.form-check-wrap .captcha-wrap input {
  border: 1px solid #C6D9FF;
  padding: 0;
  margin: 0 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  opacity: 1;
}
.form-check-wrap .submit-btn {
  display: inline-block;
  position: relative;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-check-wrap .submit-btn img {
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-check-wrap .submit-btn:hover {
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-check-wrap .submit-btn:hover > img {
  transform: scale(1.2);
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-check-wrap .submit-btn img {
  padding-left: 10px;
  cursor: pointer;
}
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.single-post .section-title {
  padding: 219px 0 239px;
  min-height: auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-post .section-title::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .single-post .section-title {
    padding: 240px 0 16px;
    height: auto;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .single-post .section-title {
    padding: 354px 0 17px;
  }
}
.single-post .section-title .blog-image {
  top: auto;
  height: 239px;
  width: 100%;
  z-index: -2;
  object-fit: cover;
  bottom: 0;
}
@media (min-width: 768px) {
  .single-post .section-title .blog-image {
    top: 100px;
    height: calc(100% - 100px);
    width: 73%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-post .section-title .title-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.single-post .section-title .title-wrapper h1 {
  margin-bottom: 50px;
  text-transform: capitalize;
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-post .section-title .title-wrapper h1 {
    order: 2;
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-post .section-title .title-wrapper p {
    order: 1;
    margin-bottom: 10px;
  }
}
.single-post .section-title .title-wrapper a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .single-post .section-title .section-title-lines.desktop {
    top: 100px;
    height: calc(100% - 100px);
  }
}
.single-post .section-title .section-title-lines.mobile {
  top: auto;
}
.single-post .wp-block-quote {
  position: relative;
  padding-left: 20px;
}
.single-post .wp-block-quote::before {
  content: "";
  position: absolute;
  background-color: #C6D9FF;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
}
.single-post ol li {
  list-style: decimal;
}
.blog-detail-wrapper {
  padding: 20px 0 54px;
}
@media (min-width: 768px) {
  .blog-detail-wrapper {
    padding: 48px 0 54px;
  }
}
.blog-detail-wrapper .left-side {
  max-width: 100%;
  flex: auto;
}
@media (min-width: 768px) {
  .blog-detail-wrapper .left-side {
    max-width: 43%;
    flex: 0 0 43%;
  }
}
.blog-detail-wrapper .left-side .description-left-content p {
  font-size: 16px;
  line-height: 24px;
}
.blog-detail-wrapper .blog-detail-content {
  max-width: 100%;
  margin: 0 0 50px 0;
}
@media (min-width: 768px) {
  .blog-detail-wrapper .blog-detail-content {
    margin: 0 0 20px 0;
  }
}
.blog-detail-wrapper .published p {
  margin-bottom: 0;
}
.blog-detail-wrapper .published p:last-child {
  font-family: "TTHoves-Medium", sans-serif;
}
.blog-detail-wrapper .published span {
  font-size: 12px;
  line-height: 18px;
}
.blog-detail-wrapper .tags {
  margin-top: 15px;
}
.blog-detail-wrapper .tags p {
  margin-bottom: 0;
}
.blog-detail-wrapper .tags span {
  font-size: 12px;
  line-height: 18px;
}
.blog-detail-wrapper .tags .tag-container ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-detail-wrapper .tags .tag-container ul li {
  list-style: none;
  padding: 5px 10px;
  border: 1px solid #285ABB;
  color: #285ABB;
  border-radius: 3px;
  margin: 0 12px 12px 0;
  display: inline-block;
}
.blog-detail-wrapper .tags .tag-container ul li:last-child {
  margin-right: 0;
}
.blog-detail-wrapper .blog-post-content h2, .blog-detail-wrapper .blog-post-content h3 {
  margin-top: 10px;
}
.blog-detail-wrapper .blog-post-content h2:not(:first-child), .blog-detail-wrapper .blog-post-content h3:not(:first-child) {
  margin-top: 30px;
}
.blog-detail-wrapper .blog-post-content h4 {
  color: #285ABB;
  font-family: "TTHoves-Light", sans-serif;
  margin: 20px 0 10px 0;
}
.blog-detail-wrapper .blog-post-content p.blog-post-content-text {
  padding-left: 20px;
  position: relative;
}
.blog-detail-wrapper .blog-post-content p.blog-post-content-text::before {
  content: "";
  position: absolute;
  background-color: #C6D9FF;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  bottom: 0;
}
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.landing-page .section-title {
  padding: 140px 0 40px;
}
@media (min-width: 1200px) {
  .landing-page .section-title {
    padding: 248px 0 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-page .section-title .line-animation {
    width: 106%;
  }
}
.section-title .landing-page_title {
  max-width: 810px;
}
.our-projects {
  padding: 31px 0 22px;
}
@media (min-width: 768px) {
  .our-projects {
    padding: 42px 0 66px;
  }
}
@media (min-width: 768px) {
  .our-projects .sub-title h2 {
    font-size: 44px;
    line-height: 57.2px;
    text-transform: capitalize;
  }
}
.our-projects .category-desc {
  padding: 0;
}
.our-projects .category-desc .line::before {
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .our-projects .category-desc .line::before {
    display: block;
  }
}
.our-projects .category-desc .sub-content {
  width: 100%;
  flex-direction: column;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content {
    padding-top: 9px;
  }
}
.our-projects .category-desc .sub-content .main-text {
  margin: 29px 0;
  max-width: 83%;
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .main-text {
    margin: 51px 0 37px;
  }
}
.our-projects .category-desc .sub-content .our-projects-list {
  width: 100%;
  flex: 1;
  margin: 0;
  /*ul{
                    column-count: 1;
                    padding-left: 30px;

                    @include md{
                        column-count: 3;
                    }

                    @include huge {
                        max-width: 80%;
                    }

                    li{
                        @include md{
                            padding-right: 30px;
                        }
                    }
                }*/
}
.our-projects .category-desc .sub-content .our-projects-list p {
  font-family: "TTHoves-Medium", sans-serif;
  margin-bottom: 0;
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project {
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project {
    padding: 4px 0 43px;
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos {
  padding-top: 0;
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul {
  max-width: 100%;
  padding-left: 0;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul {
    justify-content: space-between;
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li {
  margin-bottom: 0;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 40px 10px;
  text-align: center;
  position: relative;
  height: 109px;
  align-items: center;
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li {
    max-width: inherit;
    flex: auto;
    padding: 0 30px;
    margin-top: 67px;
    display: block;
    height: auto;
  }
}
@media (min-width: 992px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li {
    padding: 0 33px;
  }
}
@media (min-width: 1200px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li {
    padding: 0 60px;
  }
}
@media (min-width: 1400px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li {
    padding: 0 75px;
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li:first-child {
  padding-left: 0;
}
@media (min-width: 992px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li:first-child {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li:nth-child(5) {
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #285ABB;
    position: absolute;
    top: auto;
    bottom: auto;
    right: 0px;
    height: calc(100% - 20px);
    opacity: 0.2;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li:nth-child(2n):after {
    width: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #285ABB;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 10px);
    opacity: 0.2;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li:nth-child(2n):before {
    left: auto;
    right: 0;
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li img {
  /*max-height: 53px;*/
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li img {
    /*max-width: 250px;*/
    max-height: inherit;
  }
}
@media (min-width: 992px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li img {
    /*max-width: 270px;*/
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li img {
    max-width: 85%;
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Centre_for_Effective_Altruism img, .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.The_Centre_for_the_Governance_of_AI img {
  /*max-height: 36px;*/
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Centre_for_Effective_Altruism img, .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.The_Centre_for_the_Governance_of_AI img {
    /*max-height: 45px;*/
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Hours_80000 img {
  /*max-height: 40px; */
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Effective_Altruism_Funds img, .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Non-trivial img {
  /*max-height: 31px;*/
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Effective_Altruism_Funds img, .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Non-trivial img {
    /*max-height: 41px;*/
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Giving_What_We_Can img {
  /*max-height: 27px;*/
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Giving_What_We_Can img {
    /*max-height: 36px;*/
  }
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Asterisk {
    text-align: right;
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Asterisk img {
  /*max-height: 24px;
                                        min-width: 83px;*/
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Asterisk img {
    /*min-width: 116px;*/
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.The_Centre_for_the_Governance_of_AI:before {
    left: 0 !important;
    right: auto !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.The_Centre_for_the_Governance_of_AI:after {
    width: 1px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Longview_Philanthropy:before {
    right: 0 !important;
    left: auto !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Longview_Philanthropy:after {
    display: none;
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Longview_Philanthropy img {
  /*max-height: 26px;*/
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Longview_Philanthropy img {
    /*max-height: 34px;*/
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Forethought_Foundation_for_Global_Priorities_Research img {
  /*max-height: 27px;*/
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Forethought_Foundation_for_Global_Priorities_Research img {
    /*max-height: 37px;*/
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.BlueDot_Impact {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: flex-start;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.BlueDot_Impact:before {
    display: none;
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.BlueDot_Impact img {
  /*max-height: 30px;*/
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.BlueDot_Impact img {
    /*max-width: 170px;*/
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Non-trivial:before {
    right: 0 !important;
    left: auto !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.Non-trivial:after {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.full-width-logo {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.full-width-logo:after {
  display: none;
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.full-width-logo:last-child::before {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos ul li.full-width-logo img {
    max-width: 80%;
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos.desktop-logos {
  display: none;
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos.desktop-logos {
    display: block;
  }
}
.our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos.mobile-logos {
  display: block;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .our-projects .category-desc .sub-content .our-projects-list .section-our-project .project-logos.mobile-logos {
    display: none;
  }
}
.our-projects .category-desc a.primary-button {
  font-size: 14px;
  display: block;
  width: fit-content;
  padding: 0 10px 0 0;
}
@media (min-width: 768px) {
  .our-projects .category-desc a.primary-button {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our-projects .category-desc a.primary-button {
    max-width: 64%;
  }
}
.operations-support {
  padding: 31px 0 24px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .operations-support {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .operations-support {
    padding: 70px 0 30px;
  }
}
.operations-support .operations-support-wrapper {
  padding: 0 0 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .operations-support .operations-support-wrapper {
    border-top: 1px solid #285abd80;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 36px 0 34px;
  }
}
@media (min-width: 768px) {
  .operations-support .operations-support-wrapper .operations-support-wrapper-left {
    max-width: 40%;
    flex: 0 0 40%;
  }
}
.operations-support .operations-support-wrapper .operations-support-wrapper-left .line::before {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .operations-support .operations-support-wrapper .operations-support-wrapper-right {
    padding-top: 7px;
  }
}
@media (min-width: 768px) {
  .operations-support .operations-support-wrapper .operations-support-wrapper-right {
    max-width: 60%;
    flex: 0 0 60%;
    padding-left: 80px;
  }
}
@media (min-width: 992px) {
  .operations-support .operations-support-wrapper .operations-support-wrapper-right {
    padding-left: 140px;
  }
}
.operations-support .operations-support-wrapper .operations-support-wrapper-right p.operations-support-detail {
  max-width: 480px;
  margin-bottom: 30px;
}
.operations-support .operations-support-footer {
  padding-top: 26px;
  position: relative;
}
@media (min-width: 768px) {
  .operations-support .operations-support-footer {
    border-top: 1px solid #c7daff80;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .operations-support .operations-support-footer:before {
    content: "";
    height: 1px;
    background: #C6D9FF;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .operations-support .operations-support-footer a {
    max-width: 220px;
    display: block;
  }
}
.operations-support .line::before {
  display: none;
}
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.charity-page .section-title {
  padding-bottom: 24px;
}
.charity-page .section-title .title-wrapper a {
  text-decoration: none;
}
.charity-page .section-title .position-description-title h1 {
  max-width: 505px;
  margin-bottom: 37px;
}
.charity-description .position-description-wrapper {
  justify-content: center;
  padding: 57px 0 80px;
}
.charity-description .charity-middle-content li.current .sup_text {
  color: #285ABB;
}
.charity-description .charity-middle-content li.current .sup_text_expand {
  color: #F6F8FD;
  margin-right: 6px;
}
@media (min-width: 992px) {
  .charity-description .charity-middle-content li.current .sup_text_expand {
    color: #285ABB;
  }
}
.charity-description .charity-middle-content li.current .expand-note {
  opacity: 1;
  visibility: visible;
}
.charity-description .charity-middle-content li.current:hover {
  cursor: pointer;
}
ol li {
  list-style: decimal;
}
.date_click .sup_text {
  color: #285ABB;
}
.date_click .sup_text:hover {
  color: #285ABB;
}
.date_click .sup_text, .date_click .sup_text_expand {
  cursor: pointer;
}
.date_click .expand-note {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  padding: 40px 20px 20px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #F6F8FD;
  background-color: #285ABB;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.32s ease;
  -o-transition: all 0.32s ease;
  transition: all 0.32s ease;
  margin-top: 0;
  width: 100%;
  margin-left: 0px;
  z-index: 2;
}
@media (min-width: 992px) {
  .date_click .expand-note {
    position: absolute;
    right: -25%;
    left: auto;
    bottom: -153px;
    max-width: 424px;
    padding: 10px;
    color: #285ABB;
    background-color: transparent;
  }
}
.date_click .expand-note.current {
  transition: all 0.32s ease;
  opacity: 1;
  visibility: visible;
}
.date_click .expand_close {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 20px;
  padding-top: 7px;
  cursor: pointer;
  z-index: 9;
}
@media (min-width: 992px) {
  .date_click .expand_close {
    display: none;
  }
}
.date_click .close_icon {
  width: 20px;
  height: 1px;
  background-color: #FFFAF3;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.date_click .close_icon::after {
  content: "";
  width: 1px;
  height: 20px;
  top: -9px;
  left: 9px;
  position: absolute;
  background-color: #FFFAF3;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
/*website colors*/
/*website font size*/
@font-face {
  font-family: "TTHoves-Light";
  src: url("../fonts/TTHoves-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Medium";
  src: url("../fonts/TTHoves-Medium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTHoves-Thin";
  src: url("../fonts/TTHoves-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.default-page-section {
  padding: 30px 0 54px;
  background-color: #F6F8FD;
}
@media (min-width: 768px) {
  .default-page-section {
    padding: 48px 0 54px;
  }
}
.default-page-section h1, .default-page-section h2, .default-page-section h3, .default-page-section h4, .default-page-section h5, .default-page-section h6 {
  color: #285ABB;
}
.default-page-section a {
  color: #285ABB;
}
.default-page-section a:hover {
  color: #454545;
}
.default-page-section ul, .default-page-section ol {
  padding-left: 40px;
  margin-bottom: 20px;
}
.default-page-section ul li + li, .default-page-section ol li + li {
  margin-top: 10px;
}
.cookie-policy-page table {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #285ABB;
}
.cookie-policy-page table th, .cookie-policy-page table td {
  border: 1px solid #285ABB;
  padding: 5px 10px;
}
.cookie-policy-page table th {
  text-align: left;
  border-top: 1px solid #285ABB;
  border-bottom: 1px solid #285ABB;
  color: #285ABB;
  background-color: rgba(40, 90, 187, 0.1);
}
.cookie-policy-page table td {
  vertical-align: top;
}
.cookie-policy-page b {
  color: #285abb;
}
.cookie-policy-page h3 {
  font-weight: 600;
  border-bottom: 1px solid rgba(40, 90, 187, 0.5);
}
.cookie-policy-page .table-responsive {
  overflow: auto;
  width: 100%;
}
.cookie-policy-page table td:first-child {
  width: 20%;
}
.cookie-policy-page table td:nth-child(2) {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .cookie-policy-page table td:nth-child(2) {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }
}
/*# sourceMappingURL=main.css.map */