@font-face {
  font-family: "sans-avant"; /* Give a unique name to the font */
  src: url("/wp-content/fonts/ITC Avant Garde Gothic Medium.otf") format("opentype");
}
.header-page, .header-home {
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed;
  padding: calc(10px + 0.5vw);
  background-repeat: no-repeat;
}

.rm-1 {
  margin: calc(3px + 0.4vw) !important;
}

.rm-2 {
  margin: calc(5px + 0.8vw) !important;
}

.rm-3 {
  margin: calc(15px + 1.3vw) !important;
}

.rm-4 {
  margin: calc(17px + 1.8vw) !important;
}

.rm-5 {
  margin: calc(25px + 3vw) !important;
}

.rm-6 {
  margin: calc(35px + 5vw) !important;
}

.rmt-1 {
  margin-top: calc(3px + 0.4vw) !important;
}

.rmt-2 {
  margin-top: calc(5px + 0.8vw) !important;
}

.rmt-3 {
  margin-top: calc(15px + 1.3vw) !important;
}

.rmt-4 {
  margin-top: calc(17px + 1.8vw) !important;
}

.rmt-5 {
  margin-top: calc(25px + 3vw) !important;
}

.rmt-6 {
  margin-top: calc(35px + 5vw) !important;
}

.rmb-1 {
  margin-bottom: calc(3px + 0.4vw) !important;
}

.rmb-2 {
  margin-bottom: calc(5px + 0.8vw) !important;
}

.rmb-3 {
  margin-bottom: calc(15px + 1.3vw) !important;
}

.rmb-4 {
  margin-bottom: calc(17px + 1.8vw) !important;
}

.rmb-5 {
  margin-bottom: calc(25px + 3vw) !important;
}

.rmb-6 {
  margin-bottom: calc(35px + 5vw) !important;
}

.rml-1 {
  margin-left: calc(5px + 0.2vw) !important;
}

.rml-2 {
  margin-left: calc(7px + 0.3vw) !important;
}

.rml-3 {
  margin-left: calc(10px + 0.4vw) !important;
}

.rml-4 {
  margin-left: calc(15px + 0.7vw) !important;
}

.rml-5 {
  margin-left: calc(20px + 1.3vw) !important;
}

.rmr-1 {
  margin-right: calc(5px + 0.2vw) !important;
}

.rmr-2 {
  margin-right: calc(7px + 0.3vw) !important;
}

.rmr-3 {
  margin-right: calc(10px + 0.4vw) !important;
}

.rmr-4 {
  margin-right: calc(15px + 0.7vw) !important;
}

.rmr-5 {
  margin-right: calc(20px + 1.3vw) !important;
}

.rpl-1 {
  padding-left: calc(5px + 0.2vw) !important;
}

.rpl-2 {
  padding-left: calc(7px + 0.3vw) !important;
}

.rpl-3 {
  padding-left: calc(10px + 0.4vw) !important;
}

.rpl-4 {
  padding-left: calc(15px + 0.7vw) !important;
}

.rpl-5 {
  padding-left: calc(20px + 1.3vw) !important;
}

a {
  font-size: calc(14px + 0.2vw);
  font-family: "sans-avant", sans-serif;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: "sans-avant", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "sans-avant", sans-serif;
  letter-spacing: 1.8px;
  margin: 0;
}

p {
  font-size: calc(13px + 0.2vw);
  margin: 0;
  font-family: "sans-avant", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

h1 {
  font-size: calc(24px + 2vw);
  letter-spacing: 2px;
}

h2 {
  font-size: calc(22px + 0.8vw);
  letter-spacing: 2px;
}

h3 {
  font-size: calc(19px + 0.5vw);
}

h4 {
  font-size: calc(16px + 0.4vw);
}

h5 {
  font-size: calc(14px + 0.3vw);
}

h6 {
  font-size: calc(14px + 0.2vw);
}

button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

button:focus {
  outline: 0 !important;
}

button:active {
  outline: none;
  border: none;
}

/* ========== TEAM OVERVIEW PAGE STYLES ========== */
/* 1) Hero Section */
.hero-section {
  position: relative;
  padding: 4rem 2rem;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55)), url("https://images.unsplash.com/photo-1526948531399-320e7d2e3f7b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80") center/cover no-repeat;
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}

.hero-section h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.hero-section p {
  font-size: 1.25rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* 2) Team Grid Layout */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 4rem auto;
  justify-items: center;
  margin-top: calc(20px + 2vw);
}

/* 3) Team Card */
.team-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  max-width: 350px;
  transition: transform 0.3s ease;
  padding-bottom: 1.5rem; /* space for text */
}
.team-card a {
  text-decoration: none;
}
.team-card h3 {
  color: #49a39b;
}
.team-card:hover {
  transform: translateY(-3px);
}

.team-member-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* Title below photo */
.team-card .team-member-name {
  font-size: calc(16px + 0.3vw);
  font-weight: 600;
  margin: 1rem 0 0.5rem 0;
}

.team-card .team-title {
  font-size: calc(14px + 0.15vw);
  font-weight: 600;
  margin: 0.5rem 0 0.25rem 0;
  color: #49a39b;
}

/* Link (Name) */
.team-card .team-member-name a {
  text-decoration: none;
  color: #333;
}

.team-card .team-member-name a:hover {
  color: #0073aa; /* WP admin blue or any color you prefer */
}

/* ========== SINGLE TEAM MEMBER PAGE STYLES ========== */
/* Outer container */
.single-team-member {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* 1) Hero Section */
.team-member-hero {
  position: relative;
  padding: calc(10px + 2vw) 10px;
  text-align: center;
  border-radius: 8px;
  margin-top: calc(0px + 1.5vw);
  margin-bottom: calc(0px + 1.5vw);
  color: rgb(73, 163, 155);
}

.header-fade {
  width: 100%;
  height: 300px;
  /* "to bottom" makes the gradient start at the top and end at the bottom */
  background: linear-gradient(to bottom, rgba(73, 163, 155, 0.8) 0%, rgba(73, 163, 155, 0) 100%);
}

.team-member-hero .member-photo-wrapper {
  background: black;
  width: calc(180px + 2vw);
  height: calc(180px + 2vw);
  margin: 0 auto 1rem auto;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.team-member-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.team-member-hero h1 {
  font-size: 2.5rem;
  margin: 1rem 0;
  font-weight: 700;
}

/* 2) Content Area */
.team-member-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .team-member-details {
    grid-template-columns: 2fr 1fr;
  }
}
/* Bio (main content) */
.member-bio {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  line-height: 1.6;
}

/* Contact Info Sidebar */
.member-contact .inner {
  text-align: left;
  padding: 2rem;
  background-color: #f7f7f7;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}

.member-contact h3 {
  margin-bottom: 1rem;
}

.member-contact p {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

/* Utility styles */
a.back-link {
  display: inline-block;
  margin: 2rem 0;
  color: rgb(73, 163, 155);
  font-weight: bold;
  text-decoration: none;
}

a.back-link:hover {
  text-decoration: underline;
}

.team-intro p {
  padding: 0 calc(20px + 0.5vw);
}

.right-now-media {
  padding: calc(25px + 2.3vw) 0;
  margin-bottom: calc(10px + 0.5vw);
  background-color: rgb(228, 249, 248);
}
.right-now-media p {
  font-size: calc(11px + 0.24vw);
  line-height: 1.75;
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 calc(33px + 0.9vw);
  color: rgb(73, 163, 155);
  font-size: calc(11px + 0.24vw);
}

.basic-button {
  transition: all ease 0.3s;
}
.basic-button p {
  transition: all ease 0.3s;
  border-radius: 25px;
  padding: 8.5px calc(10px + 0.5vw);
  display: inline-block;
  border-radius: 90;
  border: 0.5px solid #a0a0a0;
  font-weight: bold;
}
.basic-button p:hover {
  background-color: white;
  color: black;
  letter-spacing: 2px;
}
.basic-button.equip-engage {
  margin-top: calc(25px + 3vw);
}
.basic-button.equip-engage p {
  background-color: rgb(73, 163, 155);
  padding: 8px 20px;
  color: white;
  font-size: calc((13px + 0.2vw) * 1.2);
}

.give-button {
  transition: all ease 0.3s;
}
.give-button p {
  transition: all ease 0.3s;
  font-weight: bold;
  border-radius: 25px;
  padding: 8.5px calc(10px + 0.5vw);
  display: inline-block;
  border-radius: 90;
  border: 2.5px solid #a0a0a0;
  font-size: calc(16px + 1vw);
}
.give-button p:hover {
  background-color: white;
  color: black;
  letter-spacing: 2px;
}

.p-padding {
  padding: 0 20px;
}

.accordion {
  border-radius: 0;
  padding: 0 20px;
  border: 0;
  max-width: 800px;
  margin: calc(10px + 0.5vw) auto calc(25px + 3vw);
}
.accordion .btn-link {
  color: black;
  font-weight: 500;
  font-size: calc(13px + 0.3vw);
  letter-spacing: 1px;
}
.accordion .btn-link:hover, .accordion .btn-link:focus {
  text-decoration: none;
  background: transparent;
}
.accordion .btn-link:focus {
  outline: 0;
  outline-offset: 0px;
  text-decoration: none;
}
.accordion .btn-link:active {
  outline: 0;
  text-decoration: none;
}
.accordion .btn-link {
  border: 0 !important;
}

.card-header {
  border-radius: 0;
  border: 0;
}
.card-header:hover {
  cursor: pointer;
  background-color: rgb(133, 217, 208);
}
.card-header:hover .btn-link {
  color: white;
}

.card {
  border-radius: 0;
  border: 0;
  margin-top: 7px;
}

div[aria-expanded=true] {
  background-color: rgb(133, 217, 208);
}
div[aria-expanded=true] .btn-link {
  color: white;
}

.core-value-ps-container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.core-value-ps-container .core-value-p {
  padding: calc(10px + 0.5vw);
}

.belief-icons {
  text-align: center;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto calc(25px + 3vw);
}
.belief-icons i {
  font-size: 60px;
  color: rgb(73, 163, 155);
}
.belief-icons h4 {
  padding-top: calc(10px + 0.8vw);
  font-weight: bold;
}
.belief-icons h5 {
  font-weight: 200;
  letter-spacing: 2px;
  padding: 5px calc(10px + 0.5vw);
}

.core-values {
  background-color: rgb(212, 236, 234);
  width: 100%;
}

.opening-p {
  font-weight: bold;
}

.y2-button p {
  transition: all ease 0.3s;
  letter-spacing: 2px;
  font-weight: bolder;
  font-size: calc(10px + 0.5vw);
  border: 3px solid rgb(73, 163, 155);
  border-radius: 25px;
  display: inline-block;
  margin: 0 auto;
  padding: 10px calc(10px + 0.5vw);
  line-height: normal;
  background-color: rgb(73, 163, 155);
  color: white;
}
.y2-button p:hover {
  background-color: white;
  color: rgb(73, 163, 155);
  letter-spacing: 3px;
}

.temp-article {
  margin-bottom: calc(50px + 2.5vw);
}
.temp-article h3 {
  text-decoration: none;
  color: rgb(73, 163, 155) !important;
  max-width: 600px;
  margin: calc(20px + 1.5vw) auto;
}

.desktop-padding-left {
  padding-left: calc(25px + 1vw);
}

.heading-blue-hr-container {
  display: block;
  width: fit-content;
  max-width: 500px;
  margin: 0 auto;
}
.heading-blue-hr-container h2 {
  padding-top: 10px;
}
.heading-blue-hr-container hr {
  height: 5px;
}

.partner-text {
  padding: calc(30px + 4.5vw);
}
.partner-text p {
  max-width: 800px;
  margin: calc(10px + 0.5vw) auto;
}
.partner-text p strong {
  color: rgb(73, 163, 155);
}

.about-us-text p {
  max-width: 800px;
  margin: calc(15px + 1.5vw) auto;
}
.about-us-text p strong {
  color: rgb(73, 163, 155);
}

.video {
  display: block;
  margin: calc(10px + 0.5vw) auto calc(50px + 1.5vw) auto;
  width: 50vw;
}
.video video {
  width: 100%;
}

#tiled {
  position: relative;
  transition: all ease 0.3s;
  padding: calc(15px + 1.2vw) calc(20px + 3.5vw) calc(20px + 3.5vw) calc(20px + 3.5vw);
}
#tiled h6 {
  padding: calc(10px + 0.5vw) calc(10px + 0.5vw) calc(5px + 0.3vw) 5px;
  text-align: left;
}
#tiled h5 {
  transition: all ease 0.3s;
  padding: 0 0 5px 5px;
  text-align: left;
}
#tiled #youtubeVid {
  height: 85vh;
  width: 100%;
}
#tiled .fa-chevron-right {
  transition: all ease 0.3s;
  position: relative;
  left: 5px;
  font-size: 12px;
}
#tiled iframe {
  width: 300px;
  height: 200px;
}
#tiled .tile {
  width: 300px;
  height: 200px;
  transition: all ease 0.3s;
  display: inline-block;
}
#tiled .tile:hover {
  cursor: pointer;
}
#tiled .tile:hover h5 {
  letter-spacing: 3.5px;
}
#tiled .tile:hover .fa-chevron-right {
  left: 10px;
}
#tiled .article-bg-pic {
  width: 300px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.modal {
  text-align: center;
}

.modal-header {
  border-bottom: 0;
  background-color: transparent !important;
}

.modal-content {
  background-color: transparent !important;
  border: none;
}
.modal-content .close {
  text-align: right;
  font-size: calc(30px + 1vw);
  margin-top: -2.5vw;
  margin-right: -1.5vw;
  color: white !important;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: calc(100px + 70vw);
}

.header-home-gradient {
  width: 25%;
  min-width: 180px;
  position: absolute;
  bottom: 0;
  height: 100vh;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3869922969) 0%, rgba(0, 0, 0, 0) 100%);
}

.header-blue-gradient {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  background: rgb(73, 163, 155);
  background: linear-gradient(90deg, rgba(73, 163, 155, 0.67) 100%, rgba(73, 163, 155, 0.534) 100%);
}

.green-bg-gradient {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  background: rgb(48, 86, 131);
  background: linear-gradient(90deg, rgba(73, 163, 155, 0.6) 100%, rgba(73, 163, 155, 0.534) 100%);
}

.header-gradient {
  width: 25%;
  min-width: 180px;
  position: absolute;
  bottom: 0;
  height: 100vh;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3869922969) 0%, rgba(0, 0, 0, 0) 100%);
}

.hr-small {
  height: 3px;
  background-color: rgb(73, 163, 155);
  width: calc(25px + 0.5vw);
  min-width: 15px;
  margin: calc(10px + 1vw) auto;
}

.hr-medium {
  height: 4px;
  background-color: rgb(73, 163, 155);
  width: calc(50px + 1vw);
  min-width: 20px;
  margin: 0 auto;
}

.hr-large {
  height: 2px;
  background-color: rgb(73, 163, 155);
  width: calc(170px + 15vw);
  min-width: 20px;
  margin: 0 auto;
}

.hr-full {
  height: 2px;
  background-color: rgb(73, 163, 155);
  width: 80%;
  min-width: 20px;
  margin: 0 auto;
}

#about-us {
  padding: calc(30px + 5vw) 0 0 0;
}
#about-us h4 p {
  max-width: 1200px;
  font-size: calc(12px + 0.6vw);
  margin: calc(15px + 2vw) auto;
}
#about-us h4 p strong {
  color: rgb(73, 163, 155);
}

.contact-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: calc(20px + 1vw) calc(20px + 1vw) calc(-4px + 0.2vw) calc(20px + 1vw);
  background: rgba(73, 163, 155, 0.1);
}
.contact-form-wrapper h2 {
  font-size: calc(20px + 1.5vw);
  font-weight: bold;
  color: rgb(73, 163, 155);
  margin: 0 auto calc(15px + 1vw);
  text-align: center;
}
.contact-form-wrapper br {
  margin: 0;
  line-height: 0;
  display: none;
}
.contact-form-wrapper form {
  margin: 15px auto;
}
.contact-form-wrapper .wpcf7-submit {
  border: 3px solid;
  display: block;
  width: inherit;
  padding: 5px 22px;
  margin: 0 auto;
  border-radius: 35px;
  transition: all ease 0.3s;
  font-weight: bolder;
  font-size: calc(14px + 0.65vw);
  color: rgb(73, 163, 155);
}
.contact-form-wrapper .wpcf7-submit:hover {
  cursor: pointer;
}
.contact-form-wrapper .wpcf7-submit:hover .fa-chevron-down {
  top: 5px;
}
.contact-form-wrapper .wpcf7-submit h4 {
  letter-spacing: 1px;
  color: rgb(73, 163, 155);
}

label {
  display: block;
  margin-bottom: 0px;
  font-weight: bold;
}

input, textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

textarea {
  height: 100px;
}

.blue-text {
  color: rgb(73, 163, 155);
}

.p-margin {
  margin: calc(10px + 0.5vw) 0;
}

.top-text {
  max-width: 1200px;
  margin: 0 auto calc(25px + 4.5vw);
  text-align: center;
  padding: 0 calc(33px + 0.9vw);
}
.top-text p {
  line-height: 1.75;
  font-weight: 400;
  max-width: 1200px;
  margin: 0 auto calc(10px + 0.5vw);
  text-align: center;
  color: black;
  font-size: calc(11px + 0.26vw);
}

.top-image {
  margin: calc(20px + 3vw) 0;
}
.top-image img {
  max-width: 400px;
  display: block;
  margin: 0 auto;
  width: calc(120px + 23vw);
}

.big-p {
  font-size: calc(15px + 0.25vw);
  line-height: 1.75;
  font-weight: 600;
  max-width: 900px;
  margin: 0 auto calc(25px + 4.5vw);
  text-align: center;
  padding: 0 calc(33px + 0.9vw);
}
.big-p p {
  line-height: 1.75;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto calc(10px + 0.5vw);
  text-align: center;
  padding: 0 calc(33px + 0.9vw);
  color: rgb(73, 163, 155);
  font-size: calc(11px + 0.26vw);
}

.top-paragraph {
  padding: calc(28px + 4vw) 0 calc(24px + 3vw) 0;
  font-size: calc(11px + 0.24vw);
}

.why-how {
  padding: calc(35px + 6vw) 0;
}
.why-how img {
  width: 95%;
}
.why-how .md7-text-padding {
  padding: 0 calc(20px + 2.5vw);
}
.why-how li {
  color: rgb(73, 163, 155);
}

.sans {
  font-family: "sans-avant", sans-serif;
}

.marker-popup img {
  width: 100% !important;
  margin: 0 auto;
}

#bodyContent {
  max-width: 300px;
}

#map {
  height: 50vh;
  width: 100%;
}

.header-image .logo {
  z-index: 2147483638;
  position: absolute;
  top: calc(15px + 0.8vw);
  left: calc(15px + 0.8vw);
  width: calc(42px + 3.2vw);
}

.sorting .fa-chevron-down {
  transition: all ease 0.3s;
  margin-left: calc(5px + 0.1vw);
  position: relative;
  left: 0;
  top: 0;
}
.sorting button {
  transition: all ease 0.3s;
  font-weight: bolder;
  font-size: calc(14px + 0.65vw);
  color: rgb(73, 163, 155);
}
.sorting button:hover .fa-chevron-down {
  top: 5px;
}
.sorting h4 {
  letter-spacing: 1px;
  color: rgb(73, 163, 155);
}

.arrow {
  text-align: center;
  text-decoration: none;
}

footer {
  padding: calc(20px + 2vw) calc(30px + 5vw);
  background-color: #484848;
  color: white;
}
footer h6 {
  letter-spacing: 1px;
  margin-bottom: 10px;
}
footer a {
  transition: all ease 0.3s;
  color: white;
}
footer a:hover {
  text-decoration: none;
  color: white;
}
footer p {
  line-height: 1.2;
}

.social {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}

.facebook-padding {
  padding-left: 18px;
}

.header-home {
  position: relative;
  background-position: top right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-home h1 {
  z-index: 1;
  display: inline-block;
  padding: 12px 10px;
  border: 3px solid white;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: "sans-avant", sans-serif;
  font-weight: bold;
  letter-spacing: 3.5px;
  font-size: calc(20px + 2vw);
}

.header-page {
  position: relative;
  min-height: 60vh;
  max-height: 65vh;
}
.header-page h1 {
  display: inline-block;
  margin: 25vh auto;
  padding: 0 10px;
  z-index: 5;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: "sans-avant", sans-serif;
  font-weight: bold;
  letter-spacing: 3.5px;
  font-size: calc(22px + 2.5vw);
}
.header-page .evidence_h1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.rnm-links a {
  border: 1px solid #007bff;
  padding: 3.5px calc(8px + 0.5vw) 0px;
  font-size: calc(13px + 0.3vw);
}

.logo-cont-mid {
  display: flex;
  justify-content: center;
  align-items: center;
}

#arrows {
  width: 100%;
  padding: calc(30px + 8vw) calc(20px + 5vw);
}
#arrows img {
  width: calc(150px + 4vw);
}
#arrows .vision {
  padding: calc(20px + 1vw) calc(50px + 1vw) calc(20px + 1vw) calc(30px + 1vw);
}
#arrows .vision p {
  text-align: right;
  float: right;
}
#arrows .vision h5 {
  text-align: right;
}
#arrows .mission {
  padding: calc(20px + 1vw) calc(30px + 1vw) calc(20px + 1vw) calc(50px + 1vw);
}
#arrows .flip-words h5 {
  color: rgb(73, 163, 155);
  font-weight: bold;
}
#arrows .flip-words p {
  max-width: 345px;
  font-weight: 500;
}

.testimonial-pic {
  position: relative;
  background-size: cover;
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center center;
  padding: calc(10px + 5vw) 5px;
}

#testimonial_rotator_wrap_21 {
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial_rotator_prev, .testimonial_rotator_next, .testimonial_rotator_prev, .testimonial_rotator_next {
  color: rgba(255, 255, 255, 0.6);
}
.testimonial_rotator_prev:hover, .testimonial_rotator_next:hover, .testimonial_rotator_prev:hover, .testimonial_rotator_next:hover {
  color: white;
}

.testimonial_rotator_quote {
  font-size: calc(10px + 0.6vw);
}

.testimonial_rotator_author_info {
  font-size: calc(10px + 0.6vw);
}

#headline-bg .headline-bg-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  min-height: 10vh;
  background-attachment: fixed;
  background-position: center center;
  padding: calc(20px + 8vw) calc(40px + 10vw);
}

.menu-icon path {
  fill: #ffffff;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 0px;
  width: 250px;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #fafafa;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#menu-menu-1 {
  padding: calc(50px + 3vw) 0 0 0;
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  list-style: none;
}
#menu-menu-1 li {
  position: relative;
}
#menu-menu-1 li.menu-item-has-children {
  cursor: pointer;
}
#menu-menu-1 li.menu-item-has-children > ul {
  display: none;
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin: 0;
}
#menu-menu-1 li.menu-item-has-children.active > ul {
  display: block;
}

#menu-menu-1 li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  font-size: 110%;
  font-weight: 800;
  text-transform: uppercase;
  outline: none;
}

#menu-menu-1 li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 0px;
  background-color: #1c1c1c;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  -ms-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

#first-li {
  margin-top: calc(50px + 3vw);
}

#menu-close {
  z-index: 1000;
}

.soliloquy-container {
  margin: 0 auto !important;
}
.soliloquy-container img {
  max-height: 750px;
  max-width: 1200px;
}

#menu-menu-1 li a {
  display: block;
  color: rgb(73, 163, 155);
  text-decoration: none;
  padding: calc(15px + 0.5vw);
  background-color: transparent;
  font-weight: lighter;
  border-bottom: 1px solid #cfeeeb;
}

#menu-menu-1 > .sidebar-brand {
  height: 44px;
  font-size: 18px;
  line-height: 1.43;
}

#menu-menu-1 .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #222;
  box-shadow: none;
}

#menu-toggle {
  position: absolute;
  top: calc(15px + 0.5svw);
  right: calc(15px + 0.5svw);
  z-index: 801;
}
#menu-toggle img {
  z-index: 1099;
  height: calc(30px + 2.5vw);
  width: calc(40px + 3.5vw);
  right: calc(8px + 0.5vw);
}
#menu-toggle img path {
  fill: #fff;
}
#menu-toggle .internal {
  position: relative;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menuLink1, .menuLink2, .menuLink3, .menuLink4 {
  display: none;
}

.sidenav {
  white-space: nowrap;
  height: 100%; /* 100% Full-height */
  width: 0px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  right: -10px;
  background-color: white;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  z-index: 9999;
}

/* The navigation menu links */
.sidenav .main-links a {
  padding: calc(5px + 2vh);
  text-decoration: none;
  font-size: calc(5px + 1.6vh);
  font-weight: 200;
  color: black;
  display: block;
  text-transform: uppercase;
  transition: 0.3s ease all;
  min-width: 300px;
  cursor: pointer !important;
}

.sidnav .main-links a:hover {
  background-color: rgb(133, 217, 208);
  cursor: pointer !important;
}

.sidenav .main-links a:nth-child(1) {
  display: block;
  margin-top: calc(3px + 8vh);
}

.col-content-padding {
  padding-left: 60px;
  /* padding-left: 60px; */
}

.row-content-padding {
  /* max-width: 1200px; */
}

.row-content-padding-process {
  z-index: 999;
  padding-right: calc(30px + 30vw);
  padding-bottom: calc(100px + 1vw);
}

/* .hamburger {   height: calc(50px + 2.5vw);
   width: calc(50px + 3vw); } */
.no-padding-left {
  padding-left: 0;
}

.social-media-icons:hover {
  margin-top: -5px;
  transition: all ease 0.3s;
}

/* When you mouse over the navigation links, change their color */
/* Position and style the close button (top right corner) */
.closebtn {
  position: absolute;
  top: 5px;
  padding: 20px;
  right: 0;
  font-size: 36px;
  margin-left: 50px;
  color: #d8a684;
  background: transparent !important;
}

.info {
  max-width: 1000px;
  margin: 0 auto;
}

.outer {
  position: relative;
  width: 25px;
  top: 0px;
  right: 10px;
  cursor: pointer !important;
  height: 25px;
}

.inner {
  width: inherit;
  text-align: center;
}

.outer:hover .inner:after {
  transition: all ease 0.3s;
  transform: rotate(45deg);
  background: rgb(73, 163, 155);
}

.outer:hover .inner:before {
  transition: all ease 0.3s;
  transform: rotate(-45deg);
  background: rgb(73, 163, 155);
}

.inner:before, .inner:after {
  position: absolute;
  content: "";
  height: 4px;
  width: inherit;
  background: rgb(73, 163, 155);
  left: 0;
  transition: all 0.3s ease-in;
  top: 10px;
}

.inner:before {
  transform: rotate(45deg);
}

.inner:after {
  transform: rotate(-45deg);
}

#hamburger path {
  transition: all ease 0.5s;
}

#hamburger:hover path.top {
  transform: translate(100px, 0);
}

#hamburger:hover path.bottom {
  transform: translate(100px, 0);
  transition-delay: 0.2s;
}

#hamburger:hover path.middle {
  transform: translate(100px, 0);
  transition-delay: 0.1s;
}

.mobile-show {
  display: none;
}

#blog-archive p {
  line-height: 1.4;
}
#blog-archive .card-body {
  padding: 0;
  margin-top: 20px;
}
#blog-archive .rounded-btn {
  border: 1px solid grey;
  padding: 8px 12px;
  border-radius: 5rem;
  color: #4b4b4b;
  font-size: 16px;
  text-decoration: none;
}
#blog-archive .rounded-btn:hover, #blog-archive .rounded-btn:focus {
  text-decoration: none;
}
#blog-archive .row {
  margin-bottom: 20px;
}
#blog-archive .image-wrapper {
  position: relative;
  width: 100%;
  height: calc(100px + 10vw);
  overflow: hidden;
}
#blog-archive .image-wrapper.hero-image {
  min-height: 400px !important;
}
#blog-archive img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
}
#blog-archive .btn {
  margin-top: 20px;
}
#blog-archive h3.card-title a {
  font-size: calc(16px + 0.3vw);
  text-decoration: none;
  color: #333;
}
#blog-archive h3.card-title a:hover {
  color: #007bff;
}

@media (min-width: 768px) {
  #blog-archive .row .col-md-6 {
    padding: 0;
  }
  #blog-archive .row .col-md-6 img {
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  #blog-archive .read-more-div {
    display: none;
  }
  #blog-archive .image-wrapper {
    position: relative;
    width: 100%;
    height: calc(250px + 10vw);
    overflow: hidden;
  }
  #blog-archive .image-wrapper.hero-image {
    min-height: 0 !important;
    margin-bottom: 20px;
  }
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  font-family: "Khula" !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-family: "Khula" !important;
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
  font-family: "Khula" !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
  font-family: "Khula" !important;
}

.mobile-margin {
  margin-top: 0;
}

@media screen and (min-width: 767px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 2000px !important;
  }
}
@media (min-width: 1200px) {
  #menu-close {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header-home {
    background-attachment: scroll;
  }
  #testimonials .testimonial-pic {
    background-attachment: scroll;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #arrows {
    width: 100%;
  }
  #arrows .vision {
    padding: calc(20px + 1vw) calc(30px + 1vw);
  }
  #arrows .vision p {
    text-align: center;
    float: none;
  }
  #arrows .vision h5 {
    text-align: center;
  }
  #arrows .mission {
    padding: calc(20px + 1vw) calc(30px + 1vw);
  }
  #arrows .flip-words {
    text-align: center;
  }
  #arrows .flip-words p {
    margin: 0 auto;
  }
  .logo-cont-mid {
    padding: 45px 0;
  }
  .header-page {
    min-height: 30vh;
    max-height: 35vh;
  }
  .header-page h1 {
    margin: 15vh auto;
  }
  .header-home {
    min-height: 50vh;
    max-height: 55vh;
  }
  .header-home h1 {
    margin: 15vh auto;
  }
  .video {
    width: 90vw;
  }
  .mobile-margin {
    margin-top: 45px;
  }
  .mobile-margin-top {
    margin-top: calc(20px + 2vw);
  }
  .desktop-padding-left {
    padding-left: 15px;
  }
  .mobile-no-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
.eew-main-content {
  padding-bottom: calc(50px + 2.5vw);
}
.eew-main-content h1 {
  font-size: calc(24px + 1.5vw);
  margin-bottom: 20px;
  color: rgb(73, 163, 155);
}
.eew-main-content p {
  padding: 0 20px;
}
.eew-main-content .wysiwyg-content {
  margin-bottom: 30px;
  text-align: justify;
}
.eew-main-content .split-section {
  display: flex;
  align-items: center;
}
.eew-main-content .split-section img {
  margin: 0 auto;
  width: 100%;
}
.eew-main-content .split-section .col-md-6 {
  margin-top: 1rem;
}
.eew-main-content .split-section .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}
.eew-main-content .split-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1800px) {
  header {
    background-position: center center;
    background-attachment: scroll !important;
  }
  .testimonial-pic {
    background-position: center center;
    background-attachment: scroll;
  }
}

/*# sourceMappingURL=style.css.map */
