.text-content {
  line-height: 30px;
}
.text-content .highlight {
  color: #e37705;
}
.text-content .journal-image {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 16px;
}
.text-content .journal-image img {
  margin: 0;
  border-radius: 16px;
  height: 160px;
}
@media (max-width: 600px) {
  .text-content .journal-image img {
    height: 100px;
  }
}
.text-content h2 {
  color: #005f60;
}
.text-content h2 svg.svg-inline--fa {
  color: #333333;
}
.text-content p {
  margin-top: 0;
  margin-bottom: 1rem !important;
}
@media (max-width: 1025px) {
  .text-content {
    order: -1;
  }
}
.text-content h2.subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 34px;
}
@media (max-width: 1025px) {
  .text-content h2.subtitle {
    font-size: 20px;
    line-height: 27px;
  }
}
.text-content .right-content {
  border: 1px solid #eee;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .text-content .right-content {
    margin-bottom: 25px;
  }
}
.text-content .right-content img {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #005f60;
  margin-top: 1.5rem !important;
}
@media (max-width: 767px) {
  .text-content .right-content img {
    padding: 10px 0 10px;
  }
}
.text-content .right-content a {
  background-color: #e37705;
  color: white;
  transition: 0.5s;
}
.text-content .right-content a:hover {
  background-color: #333333;
  transition: 0.5s;
  transform: translate(0px, -5px);
}
.text-content .dashboard-header {
  padding: 15px 0px;
  margin-bottom: 20px;
}
.text-content .dashboard-header h1 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
}
.text-content .dashboard-header h1:after {
  content: "";
  background-color: #008083;
  width: 90px;
  height: 5px;
  display: block;
}
@media (max-width: 1090px) {
  .text-content .dashboard-header h1 {
    font-size: 20px;
  }
}
.text-content a {
  color: #008083;
  transition: 0.3s;
}
.text-content a:hover {
  color: #e37705;
  transition: 0.3s;
}
.text-content img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 24px;
}
.text-content h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1025px) {
  .text-content h3 {
    font-size: 24px;
  }
}
.text-content h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
.text-content h5 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
}
.text-content h6 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.text-content p {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}
@media (max-width: 1025px) {
  .text-content p {
    font-size: 16px;
  }
}
.text-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}
.text-content ul li {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  padding: 5px 0px;
  list-style-type: disc;
}
@media (max-width: 1025px) {
  .text-content ul li {
    font-size: 14px;
  }
}
.text-content ol {
  padding-left: 20px;
  margin-bottom: 16px;
}
.text-content ol li {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  padding: 5px 0px;
  list-style-type: disc;
}
@media (max-width: 1025px) {
  .text-content ol li {
    font-size: 14px;
  }
}
.text-content .select-contribution-box label {
  display: flex;
  cursor: pointer;
  padding: 20px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  margin: 15px 0;
  background-color: #ffffff;
  color: #4b5563;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1025px) {
  .text-content .select-contribution-box label {
    padding: 12px;
  }
}
.text-content .select-contribution-box label h5 {
  font-size: 20px;
  color: #333333;
  line-height: 25px;
}
@media (max-width: 1025px) {
  .text-content .select-contribution-box label h5 {
    font-size: 16px;
  }
}
.text-content .select-contribution-box label p {
  margin-bottom: 0px;
}
.text-content .select-contribution-box label:hover {
  border: 1px solid #008083;
}
.text-content .select-contribution-box label input[type=radio] {
  display: none;
}
.text-content .select-contribution-box label:has(input:checked) {
  border: 2px solid #008083;
}
.text-content .select-contribution-box label:has(input:checked) h5 {
  color: #008083;
}
.text-content .select-contribution-box label:has(input:checked) p {
  color: #008083;
}
.text-content form label {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 500;
}
.text-content form textarea {
  resize: none;
}
.text-content form .form-control {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #ced4da;
}
.text-content form .form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}
.text-content form .btn-submit {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px 30px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin: 20px 0px;
}
.text-content form .btn-submit:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005f60;
}
.text-content .input-group .input-group-text {
  background-color: transparent;
  height: 45px;
  color: #6e6e6e;
  padding-left: 15px;
}
.text-content .input-group .form-control {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #ced4da;
  border-left: 0px;
  height: 45px;
}
.text-content .input-group .form-control:focus {
  border: 1px solid #ced4da;
  border-left: 0px;
  box-shadow: none;
}
.text-content .donation-group {
  margin-bottom: 15px;
}
.text-content .donation-group .form-group {
  margin-top: 7px;
  display: inline-block;
  padding-right: 10px;
}
.text-content .donation-group .form-group [type=radio]:checked, .text-content .donation-group .form-group [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.text-content .donation-group .form-group [type=radio] + label {
  padding-left: 32px;
  line-height: 20px;
  display: inline-block;
  color: #6e6e6e;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.text-content .donation-group .form-group [type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 25px;
  height: 25px;
  border: 2px solid #dcdcdc;
  border-radius: 100%;
  background: #fff;
}
.text-content .donation-group .form-group [type=radio] + label::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #005f60;
  position: absolute;
  top: 3px;
  left: 6px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}
.text-content .donation-group .form-group [type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.text-content .recognition-section {
  margin: 20px 0px;
}
.text-content .recognition-section table thead {
  border: 1px solid #e0e0e0;
}
.text-content .recognition-section table thead tr th {
  background-color: #f9fafb;
  border: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #767676;
  padding: 10px 15px;
}
.text-content .recognition-section table thead tr th:first-child {
  width: 20%;
}
.text-content .recognition-section table thead tr th:nth-child(2) {
  width: 20%;
}
.text-content .recognition-section table tbody {
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}
.text-content .recognition-section table tbody tr td {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
}
.text-content .recognition-section table tbody tr td ul {
  list-style: disc;
}
.text-content .recognition-section table tbody tr td ul li {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.text-content .recent-endowment {
  padding: 20px 0px;
}
.text-content .recent-endowment .recent-endowment-box {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  padding: 20px;
  margin: 10px 0px;
  height: calc(100% - 20px);
  transition: all 0.3s ease;
}
.text-content .recent-endowment .recent-endowment-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
.text-content .recent-endowment .recent-endowment-box .date {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
}
.text-content .recent-endowment .recent-endowment-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}
.text-content .recent-endowment .recent-endowment-box p {
  font-size: 18px;
  font-weight: 400;
  color: #2e2e2e;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
}
.text-content .recent-endowment .recent-endowment-box .profile {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  gap: 7px;
  align-items: center;
}
.text-content .recent-endowment .recent-endowment-box .profile .author {
  width: 32px;
  height: 32px;
  background-color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.text-content .recent-endowment .recent-endowment-box .profile .author-name {
  flex: 1 1 0%;
}
.text-content .recent-endowment .recent-endowment-box .readmre {
  color: #008083;
  float: right;
  transition: 0.5s;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .text-content .recent-endowment .recent-endowment-box .readmre {
    float: none;
  }
}
.text-content .recent-endowment .recent-endowment-box .readmre span {
  vertical-align: middle;
  font-size: 20px;
}
.text-content .recent-endowment .recent-endowment-box .readmre:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 2px solid #008083;
  transition: 0.3s;
}
.text-content .recent-endowment .recent-endowment-box .readmre:hover:after {
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .text-content .recent-endowment .recent-endowment-box .readmre {
    font-size: 13px;
  }
}
.text-content .recent-endowment .recent-endowment-box:hover .readmre::after {
  width: 100%;
  transition: 0.3s;
}
.text-content .recent-endowment .vacm {
  color: #008083;
  transition: 0.5s;
  font-size: 18px;
  display: inline-block;
}
.text-content .recent-endowment .vacm:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 2px solid #008083;
  transition: 0.3s;
}
.text-content .recent-endowment .vacm:hover:after {
  width: 100%;
  transition: 0.3s;
}
.text-content .recent-endowment .vacm span {
  font-size: 22px;
  vertical-align: sub;
}
@media (max-width: 1024px) {
  .text-content .recent-endowment .vacm {
    font-size: 16px;
  }
}
.text-content .contact-endowment {
  padding: 40px 0px;
}
.text-content .contact-endowment .btn-ri {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 5px 30px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin: 10px 0px;
}
.text-content .contact-endowment .btn-ri:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005f60;
}
.text-content .contact-endowment .btn-ri span {
  font-size: 24px;
  vertical-align: middle;
}
@media (max-width: 1025px) {
  .text-content .contact-endowment .btn-ri span {
    font-size: 20px;
  }
}

@media (max-width: 1025px) {
  .page-node-1000011 .endowment-content {
    order: -1;
  }
}
.page-node-1000011 .endowment-content h2.subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 34px;
}
@media (max-width: 1025px) {
  .page-node-1000011 .endowment-content h2.subtitle {
    font-size: 20px;
    line-height: 27px;
  }
}
.page-node-1000011 .endowment-content .dashboard-header {
  padding: 15px 0px;
  margin-bottom: 20px;
}
.page-node-1000011 .endowment-content .dashboard-header h1 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
}
.page-node-1000011 .endowment-content .dashboard-header h1:after {
  content: "";
  background-color: #008083;
  width: 90px;
  height: 5px;
  display: block;
}
@media (max-width: 1090px) {
  .page-node-1000011 .endowment-content .dashboard-header h1 {
    font-size: 20px;
  }
}
.page-node-1000011 .endowment-content a {
  color: #008083;
}
.page-node-1000011 .endowment-content img {
  border-radius: 16px;
  height: 440px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .page-node-1000011 .endowment-content img {
    display: none;
  }
}
.page-node-1000011 .endowment-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1025px) {
  .page-node-1000011 .endowment-content h3 {
    font-size: 16px;
  }
}
.page-node-1000011 .endowment-content p {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
@media (max-width: 1025px) {
  .page-node-1000011 .endowment-content p {
    font-size: 14px;
  }
}
.page-node-1000011 .endowment-content ul {
  padding-left: 15px;
}
.page-node-1000011 .endowment-content ul li {
  font-size: 15px;
  color: #333333;
  line-height: 24px;
  padding: 5px 0px;
}
@media (max-width: 1025px) {
  .page-node-1000011 .endowment-content ul li {
    font-size: 14px;
  }
}
.page-node-1000011 .endowment-content .select-contribution-box label {
  display: flex;
  cursor: pointer;
  padding: 20px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  margin: 15px 0;
  background-color: #ffffff;
  color: #4b5563;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1025px) {
  .page-node-1000011 .endowment-content .select-contribution-box label {
    padding: 12px;
  }
}
.page-node-1000011 .endowment-content .select-contribution-box label h5 {
  font-size: 20px;
  color: #333333;
  line-height: 25px;
}
@media (max-width: 1025px) {
  .page-node-1000011 .endowment-content .select-contribution-box label h5 {
    font-size: 16px;
  }
}
.page-node-1000011 .endowment-content .select-contribution-box label p {
  margin-bottom: 0px;
}
.page-node-1000011 .endowment-content .select-contribution-box label:hover {
  border: 1px solid #008083;
}
.page-node-1000011 .endowment-content .select-contribution-box label input[type=radio] {
  display: none;
}
.page-node-1000011 .endowment-content .select-contribution-box label:has(input:checked) {
  border: 2px solid #008083;
}
.page-node-1000011 .endowment-content .select-contribution-box label:has(input:checked) h5 {
  color: #008083;
}
.page-node-1000011 .endowment-content .select-contribution-box label:has(input:checked) p {
  color: #008083;
}
.page-node-1000011 .endowment-content form label {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 5px;
}
.page-node-1000011 .endowment-content form textarea {
  resize: none;
}
.page-node-1000011 .endowment-content form .form-control {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #ced4da;
}
.page-node-1000011 .endowment-content form .form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}
.page-node-1000011 .endowment-content form .btn-submit {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px 30px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin: 20px 0px;
}
.page-node-1000011 .endowment-content form .btn-submit:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005f60;
}
.page-node-1000011 .endowment-content .input-group .input-group-text {
  background-color: transparent;
  height: 45px;
  color: #6e6e6e;
  padding-left: 15px;
}
.page-node-1000011 .endowment-content .input-group .form-control {
  padding-left: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #ced4da;
  border-left: 0px;
  height: 45px;
}
.page-node-1000011 .endowment-content .input-group .form-control:focus {
  border: 1px solid #ced4da;
  border-left: 0px;
  box-shadow: none;
}
.page-node-1000011 .endowment-content .donation-group {
  margin-bottom: 15px;
}
.page-node-1000011 .endowment-content .donation-group .form-group {
  margin-top: 7px;
  display: inline-block;
  padding-right: 10px;
}
.page-node-1000011 .endowment-content .donation-group .form-group [type=radio]:checked, .page-node-1000011 .endowment-content .donation-group .form-group [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.page-node-1000011 .endowment-content .donation-group .form-group [type=radio] + label {
  padding-left: 32px;
  line-height: 20px;
  display: inline-block;
  color: #6e6e6e;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.page-node-1000011 .endowment-content .donation-group .form-group [type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 25px;
  height: 25px;
  border: 2px solid #dcdcdc;
  border-radius: 100%;
  background: #fff;
}
.page-node-1000011 .endowment-content .donation-group .form-group [type=radio] + label::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #005f60;
  position: absolute;
  top: 3px;
  left: 6px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}
.page-node-1000011 .endowment-content .donation-group .form-group [type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.page-node-1000011 .endowment-content .recognition-section {
  margin: 20px 0px;
}
.page-node-1000011 .endowment-content .recognition-section table {
  border: 1px solid #dee2e6;
}
.page-node-1000011 .endowment-content .recognition-section table thead {
  border: 1px solid #e0e0e0;
}
.page-node-1000011 .endowment-content .recognition-section table thead tr th {
  background-color: #f9fafb;
  border: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #767676;
  padding: 10px 15px;
}
.page-node-1000011 .endowment-content .recognition-section table thead tr th:first-child {
  width: 20%;
}
.page-node-1000011 .endowment-content .recognition-section table thead tr th:nth-child(2) {
  width: 20%;
}
.page-node-1000011 .endowment-content .recognition-section table tbody {
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}
.page-node-1000011 .endowment-content .recognition-section table tbody tr td {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  padding: 10px 15px;
  border-bottom: 1px solid #dee2e6;
}
.page-node-1000011 .endowment-content .recognition-section table tbody tr td ul {
  list-style: disc;
}
.page-node-1000011 .endowment-content .recognition-section table tbody tr td ul li {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  list-style: disc;
}
.page-node-1000011 .endowment-content .recent-endowment {
  padding: 20px 0px;
}
.page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  padding: 20px;
  margin: 10px 0px;
  height: calc(100% - 20px);
  transition: all 0.3s ease;
}
.page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
.page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box .date {
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
}
.page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}
.page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box p {
  font-size: 18px;
  font-weight: 400;
  color: #2e2e2e;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
}
.page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box .profile {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  gap: 7px;
  align-items: center;
}
.page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box .profile .author {
  width: 32px;
  height: 32px;
  background-color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box .profile .author-name {
  flex: 1 1 0%;
}
.page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box .readmre {
  color: #008083;
  float: right;
  transition: 0.5s;
  font-size: 17px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box .readmre {
    float: none;
  }
}
.page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box .readmre span {
  vertical-align: middle;
  font-size: 20px;
}
.page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box .readmre:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 2px solid #008083;
  transition: 0.3s;
}
.page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box .readmre:hover:after {
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box .readmre {
    font-size: 13px;
  }
}
.page-node-1000011 .endowment-content .recent-endowment .recent-endowment-box:hover .readmre::after {
  width: 100%;
  transition: 0.3s;
}
.page-node-1000011 .endowment-content .recent-endowment .vacm {
  color: #008083;
  transition: 0.5s;
  font-size: 18px;
  display: inline-block;
}
.page-node-1000011 .endowment-content .recent-endowment .vacm:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 2px solid #008083;
  transition: 0.3s;
}
.page-node-1000011 .endowment-content .recent-endowment .vacm:hover:after {
  width: 100%;
  transition: 0.3s;
}
.page-node-1000011 .endowment-content .recent-endowment .vacm span {
  font-size: 22px;
  vertical-align: sub;
}
@media (max-width: 1024px) {
  .page-node-1000011 .endowment-content .recent-endowment .vacm {
    font-size: 16px;
  }
}
.page-node-1000011 .endowment-content .contact-endowment {
  padding: 40px 0px;
}
.page-node-1000011 .endowment-content .contact-endowment .btn-ri {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 5px 30px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin: 10px 0px;
}
.page-node-1000011 .endowment-content .contact-endowment .btn-ri:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005f60;
}
.page-node-1000011 .endowment-content .contact-endowment .btn-ri span {
  font-size: 24px;
  vertical-align: middle;
}
@media (max-width: 1025px) {
  .page-node-1000011 .endowment-content .contact-endowment .btn-ri span {
    font-size: 20px;
  }
}

.page-node-1000029 .text-content img {
  border-radius: 16px;
  height: unset;
  width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0px;
  box-shadow: none;
  border-radius: 16px;
}
.page-node-1000029 .text-content .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-node-1000029 .text-content .flex-col {
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 1;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .page-node-1000029 .text-content .flex-col {
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .page-node-1000029 .text-content .flex-col {
    flex-basis: 50%;
  }
}
@media (max-width: 414px) {
  .page-node-1000029 .text-content .flex-col {
    flex-basis: 100%;
  }
}
.page-node-1000029 .text-content h2 {
  color: #000000;
  padding-top: 20px;
  margin-bottom: 0px;
}

.page-node-1000031 .inner-banner-title h1 {
  position: unset;
  width: unset;
  height: unset;
}
.page-node-1000031 .text-content img {
  border-radius: 16px;
  height: unset;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0px;
  box-shadow: none;
  border-radius: 16px;
}

.page-node-1000043 {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 15px;
}
.page-node-1000043 .field--type-text-long {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.page-node-1000043 .field--type-image img {
  margin: 10px 0px;
}
.page-node-1000043 .field--name-field__description h2 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  position: relative;
}
.page-node-1000043 .field--name-field__description h2:after {
  content: "";
  background-color: #008083;
  width: 80px;
  height: 5px;
  display: block;
  margin-top: 8px;
}
.page-node-1000043 .box-video-div {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235);
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 20px;
  margin: 15px 0px;
  height: calc(100% - 20px);
  transition: all 0.3s ease;
}
.page-node-1000043 .box-video-div:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.101961);
}
.page-node-1000043 .analysis-box {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235);
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 20px;
  margin: 15px 0px;
  height: calc(100% - 20px);
  transition: all 0.3s ease;
}
.page-node-1000043 .analysis-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.101961);
}
.page-node-1000043 .analysis-box ul {
  padding: 0px;
}
.page-node-1000043 .analysis-box ul li {
  padding: 6px 0px;
  list-style: none;
  text-indent: -20px;
  margin-left: 20px;
}
.page-node-1000043 .analysis-box ul li a:before {
  content: "\f280";
  font-family: bootstrap-icons !important;
  margin-right: 5px;
  vertical-align: middle;
}
.page-node-1000043 .text-center.style-button {
  text-align: left !important;
}
.page-node-1000043 .vacm {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  padding: 5px 30px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin: 20px 0;
}
.page-node-1000043 .vacm:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005f60;
  color: #fff !important;
}

.page-node-1000030 .text-content p {
  margin-bottom: 20px;
}
.page-node-1000030 .text-content h2 {
  margin-bottom: 5px;
  padding-top: 15px;
  font-size: 24px;
}
.page-node-1000030 .text-content h2 svg {
  font-size: 20px;
}

.page-node-1000011 .text-content p a, .page-node-1000043 .text-content p a {
  color: #e37705;
}
/*# sourceMappingURL=text.css.map */
