@charset "UTF-8";
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
*, *: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: "F37 Ginger Trial";
  font-weight: 300;
  font-size: 16px;
  line-height: 25.6px;
  padding: 0;
  margin: 0;
  background-color: #FDF6EC;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #161616;
  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;
  position: relative;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 160%;
  }
}
img {
  max-width: 100%;
  border: 0;
  height: auto;
  outline: none;
  display: block;
  margin: 0 auto;
}
a {
  border: 0;
  outline: none;
  cursor: pointer;
  color: #161616;
  -o-transition: 0.32s ease-in;
  -moz-transition: 0.32s ease-in;
  transition: 0.32s ease-in;
  text-decoration: none;
  border-bottom: 1px solid #161616;
}
a:hover {
  color: #3352F0;
  -o-transition: 0.32s ease-in;
  -moz-transition: 0.32s ease-in;
  transition: 0.32s ease-in;
  border-bottom: 1px solid #3352F0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}
p:not(:last-child) {
  margin-bottom: 10px;
}
.parent-text {
  font-size: 18px;
  line-height: 28.8px;
}
@font-face {
  font-family: "PP Fragment";
  src: url("../fonts/PPFragment-SerifLight.woff2") format("woff2"), url("../fonts/PPFragment-SerifLight.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "F37 Ginger Trial";
  src: url("../fonts/F37Ginger-Bold.woff2") format("woff2"), url("../fonts/F37Ginger-Bold.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "F37 Ginger Trial";
  src: url("../fonts/F37Ginger-Regular.woff2") format("woff2"), url("../fonts/F37Ginger-Regular.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #eaeaea;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #9F9F9F;
  border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8e8e8e;
}
:focus-visible {
  outline: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  button, select, a.menu-link:link {
    -webkit-tap-highlight-color: transparent;
  }
}
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
html {
  scroll-behavior: smooth;
}
.container {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  padding: 0 25px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1390px;
  }
}
.sub-container {
  max-width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .sub-container {
    max-width: 696px;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
b, strong {
  font-weight: 700;
}
.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;
  }
}
.d-ipadpro {
  display: none;
}
@media (min-width: 1200px) {
  .d-ipadpro {
    display: block;
  }
}
.d-mobilepro {
  display: none;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .d-mobilepro {
    display: block;
  }
}
ul {
  list-style-type: none;
}
.text_capitalize {
  text-transform: capitalize;
}
.main_title-wrapper {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 203px;
}
@media (min-width: 768px) {
  .main_title-wrapper {
    margin: 83px 0;
    min-height: auto;
    display: block;
  }
}
@media (min-width: 992px) {
  .main_title-wrapper {
    margin: 93px 0 105px;
  }
}
.main_title-wrapper.future, .main_title-wrapper.job-role, .main_title-wrapper.ai-gov {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .main_title-wrapper.future, .main_title-wrapper.job-role, .main_title-wrapper.ai-gov {
    margin: 83px 0 40px;
    display: block;
  }
}
@media (min-width: 992px) {
  .main_title-wrapper.future, .main_title-wrapper.job-role, .main_title-wrapper.ai-gov {
    margin: 93px 0 50px;
  }
}
.main_title-wrapper.future .heading_title, .main_title-wrapper.job-role .heading_title, .main_title-wrapper.ai-gov .heading_title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .main_title-wrapper.future .heading_title, .main_title-wrapper.job-role .heading_title, .main_title-wrapper.ai-gov .heading_title {
    margin-bottom: 30px;
  }
}
.main_title-wrapper.future img {
  max-width: 48px;
}
.main_title-wrapper.ai-gov img {
  max-width: 29px;
}
.main_title-wrapper .subhead_text {
  font-family: "F37 Ginger Trial";
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 300;
  letter-spacing: -0.24px;
  text-align: center;
}
.heading_title {
  text-align: center;
  font-family: "PP Fragment";
  font-weight: 300;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .heading_title {
    font-size: 60px;
    line-height: 76px;
    letter-spacing: -1.6px;
  }
}
@media (min-width: 992px) {
  .heading_title {
    font-size: 80px;
    line-height: 96px;
  }
}
h2, .sub_heading {
  font-family: "PP Fragment";
  font-weight: 300;
  font-size: 32px;
  line-height: 38.4px;
  margin-bottom: 0;
  letter-spacing: -0.64px;
}
@media (min-width: 576px) {
  h2, .sub_heading {
    line-height: 40px;
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  h2, .sub_heading {
    line-height: 38px;
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  h2, .sub_heading {
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -0.88px;
  }
}
h3, .sub_title {
  font-family: "PP Fragment";
  font-weight: 300;
  font-size: 18px;
  line-height: 28.8px;
  margin-bottom: 0;
  letter-spacing: -0.27px;
}
@media (min-width: 768px) {
  h3, .sub_title {
    font-size: 27px;
    line-height: 37.8px;
  }
}
.text_ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (min-width: 768px) {
  .sub_nav-section {
    top: -30px;
    position: sticky;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 2;
  }
}
.sub_nav-section .sub_nav-wrapper {
  padding: 0 0 25px 0;
}
@media (min-width: 768px) {
  .sub_nav-section .sub_nav-wrapper {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .sub_nav-section .sub_nav-wrapper {
    padding: 50px 0;
  }
}
.sub_nav-section .sub_nav-wrapper .sub_nav-list {
  background-color: #FDF6EC;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  border: 1.5px solid #161616;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .sub_nav-section .sub_nav-wrapper .sub_nav-list {
    flex-direction: row;
  }
}
.sub_nav-section .sub_nav-wrapper .sub_nav-list .sub_nav-item {
  width: 100%;
  padding-left: 0;
}
.sub_nav-section .sub_nav-wrapper .sub_nav-list .sub_nav-item::before {
  display: none;
}
.sub_nav-section .sub_nav-wrapper .sub_nav-list .sub_nav-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sub_nav-section .sub_nav-wrapper .sub_nav-list .sub_nav-item {
    margin: 0 5px;
    width: auto;
  }
}
.sub_nav-section .sub_nav-wrapper .sub_nav-list .sub_nav-item .sub_nav-link {
  padding: 6px 25px;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .sub_nav-section .sub_nav-wrapper .sub_nav-list .sub_nav-item .sub_nav-link {
    padding: 6px 20px;
    width: auto;
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .sub_nav-section .sub_nav-wrapper .sub_nav-list .sub_nav-item .sub_nav-link {
    padding: 6px 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .sub_nav-section .sub_nav-wrapper .sub_nav-list .sub_nav-item .sub_nav-link:hover {
    color: #161616;
  }
}
.main-title {
  font-family: "PP Fragment";
  font-weight: 300;
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 0;
  letter-spacing: -0.9px;
}
@media (min-width: 576px) {
  .main-title {
    line-height: 40px;
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .main-title {
    line-height: 45px;
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .main-title {
    font-size: 50px;
    line-height: 56px;
    letter-spacing: -1.3px;
  }
}
@media (min-width: 1440px) {
  .main-title {
    font-size: 65px;
    line-height: 78px;
  }
}
.section-title {
  font-family: "PP Fragment";
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.64px;
}
@media (min-width: 576px) {
  .section-title {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .section-title {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 44px;
    letter-spacing: -0.88px;
  }
}
.page_sub-title-section {
  margin-bottom: 25px;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 13px 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .page_sub-title-section {
    margin-bottom: 50px;
    padding: 20px 40px;
  }
}
.btn {
  display: inline-block;
  padding: 18px 25px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  line-height: 1;
  border: 1.5px solid #000000;
  background: transparent;
}
.btn.fill {
  border: 1.5px solid transparent;
  color: #FFFFFF;
  background: #3352F0;
}
.btn.fill:hover {
  color: #FFFFFF;
  border-bottom: 1.5px solid transparent;
}
@media (min-width: 576px) {
  .btn.fill:hover {
    border-bottom: 1.5px solid transparent;
    background: #000000;
    color: #FFFFFF;
  }
}
.btn:hover {
  color: #161616;
  border-bottom: 1.5px solid #000000;
}
@media (min-width: 576px) {
  .btn:hover {
    background: #000000;
    color: #FFFFFF;
  }
}
@media (max-width: 320px) {
  .btn {
    padding: 18px 10px;
    font-size: 15px;
  }
}
@media (min-width: 360px) {
  .btn {
    padding: 18px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .btn {
    padding: 18px 20px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding: 18px 25px;
  }
}
.arrow-btn::after {
  content: "→";
  margin-left: 8px;
  vertical-align: middle;
}
.btn.arrow-btn {
  padding: 17px 25px;
}
@media (max-width: 320px) {
  .btn.arrow-btn {
    padding: 17px 18px;
  }
}
@media (min-width: 768px) {
  .btn.arrow-btn {
    padding: 17px 20px;
  }
}
@media (min-width: 992px) {
  .btn.arrow-btn {
    padding: 17px 25px;
  }
}
.text-center {
  text-align: center;
}
.blockquote-main {
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  color: #3352F0;
  padding-left: 35px;
  position: relative;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .blockquote-main {
    font-size: 15px;
    line-height: 24px;
  }
}
.blockquote-main::after {
  content: "";
  display: block;
  background: url("../images/quote.svg") no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
}
.simple-blockquote {
  font-size: 16px;
  line-height: 160%;
  color: #000;
  padding: 0 25px;
  margin: 25px 0;
  position: relative;
}
@media (min-width: 768px) {
  .simple-blockquote {
    font-size: 18px;
    line-height: 150%;
  }
}
.simple-blockquote::after {
  content: "";
  display: block;
  background: #161616;
  width: 1.5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.error-404.not-found {
  min-height: calc(calc((var(--vh, 1vh) * 100)) - 76px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .error-404.not-found {
    min-height: calc(calc((var(--vh, 1vh) * 100)) - 105px);
  }
}
.scroll_hide {
  overflow: hidden;
}
.common-banner {
  padding: 0px 0 25px;
}
@media (min-width: 576px) {
  .common-banner {
    padding: 50px 0;
  }
}
.common-banner_img img {
  border-radius: 50px 50px 0px 0px;
  height: 342px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 576px) {
  .common-banner_img img {
    height: 411px;
  }
}
.sub-parent-title {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.27px;
}
@media (min-width: 768px) {
  .sub-parent-title {
    font-size: 27px;
  }
}
.common-70spacing {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .common-70spacing {
    margin: 70px 0;
  }
}
.modal {
  display: none;
  top: 0;
  min-width: 250px;
  width: 90%;
  margin: 0 auto;
  position: fixed;
  z-index: 40001;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  animation-name: fadeIn_Modal;
  animation-duration: 0.8s;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .modal {
    max-width: 700px;
    padding: 20px;
  }
}
.modal.show-modal {
  display: block;
}
.modal .cancel {
  background: #FFFFFF;
  display: block;
  border-radius: 100%;
  border: 0;
  cursor: pointer;
}
.modal video {
  width: 100%;
  display: block;
}
.modal .header {
  position: absolute;
  right: -8px;
  top: -10px;
}
.modal .header img {
  width: 24px;
}
.backdrop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000042;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.backdrop.active {
  display: block;
}
@keyframes fadeIn_Modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
ol li:last-child, ul li:last-child {
  margin-bottom: 10px;
}
ul, ol {
  list-style: none;
  padding-left: 0;
}
ul li, ol li {
  position: relative;
  padding-left: 25px;
}
ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #161616;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media (min-width: 768px) {
  ul li::before {
    left: 11px;
  }
}
ol {
  counter-reset: my-awesome-counter;
}
ol li {
  counter-increment: my-awesome-counter;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
}
.details_inner-section .left_desc h2, .details_inner-section .left_desc .sub_heading {
  max-width: 100% !important;
}
.details_inner-section .right_desc h4 {
  margin-top: 0 !important;
}
.details_inner-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.details_inner-box.details_rounded-edges {
  align-items: stretch;
}
.details_inner-box.details_rounded-edges .desc_rounded-box {
  text-align: center;
  border: 1.5px solid #161616;
  border-radius: 20px;
  height: 100%;
  padding: 7px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .details_inner-box.details_rounded-edges .desc_rounded-box {
    padding: 6px 25px;
  }
}
.details_inner-box.details_rounded-edges .left_desc, .details_inner-box.details_rounded-edges .right_desc {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .details_inner-box.details_rounded-edges .left_desc, .details_inner-box.details_rounded-edges .right_desc {
    max-width: calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
  }
}
.details_inner-box.details_rounded-edges .left_desc {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .details_inner-box.details_rounded-edges .left_desc {
    margin-bottom: 0;
  }
}
.details_inner-box.details_rounded-edges .right_desc {
  padding-top: 0;
}
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
.header {
  position: relative;
}
.header .header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 0;
}
@media (min-width: 768px) {
  .header .header_wrapper {
    padding: 40px 0 34px;
  }
}
.header .header_wrapper .header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0;
  -o-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
@keyframes fadeOut {
  50% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .header .header_wrapper .header_logo a:hover .logo-image {
    -webkit-animation: fadeOut 0.8s 1 linear;
    animation: fadeOut 0.8s 1 linear;
  }
}
.header .header_wrapper .header_logo a .logo-animation {
  -webkit-animation: fadeOut 0.8s 1 linear;
  animation: fadeOut 0.8s 1 linear;
}
.header .header_wrapper .header_logo a .logo-image {
  -o-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  width: 55px;
  height: 55px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .header .header_wrapper .header_logo a .logo-image {
    width: 31px;
    height: 31px;
  }
}
.header .header_wrapper .header_logo #header-animation {
  width: 55px;
  height: 55px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .header .header_wrapper .header_logo #header-animation {
    width: 31px;
    height: 31px;
  }
}
.header .header_wrapper .header_logo .logo-image {
  -o-transition: 0.32s ease-in;
  -moz-transition: 0.32s ease-in;
  transition: 0.32s ease-in;
}
@media (min-width: 0px) and (max-width: 991px) {
  .header .header_wrapper .header_logo .logo-image {
    width: 31px;
    height: 31px;
  }
}
.header .header_wrapper .header_logo .logo-text {
  padding-left: 14px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .header .header_wrapper .header_logo .logo-text {
    max-width: 91px;
    padding-left: 8px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .header_wrapper .site_navbar {
    visibility: hidden;
    opacity: 0;
    height: calc(100vh - 72px);
    width: 100%;
    -o-transition: 0.32s ease-in;
    -moz-transition: 0.32s ease-in;
    transition: 0.32s ease-in;
    position: absolute;
    overflow: hidden;
    top: 72px;
    left: 0;
    background-color: #FDF6EC;
    z-index: 5;
  }
}
.header .header_wrapper .site_navbar .navabar {
  list-style: none;
  margin: 0;
  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) {
  .header .header_wrapper .site_navbar .navabar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .header_wrapper .site_navbar .navabar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
  }
}
@media (min-width: 768px) {
  .header .header_wrapper .site_navbar .navabar .has-child > .menu-link {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .header .header_wrapper .site_navbar .navabar .has-child.active .menu-link {
    background-color: #35C3BA;
  }
}
.header .header_wrapper .site_navbar .navabar .menu-item {
  position: relative;
  padding-left: 0;
}
.header .header_wrapper .site_navbar .navabar .menu-item::before {
  display: none;
}
.header .header_wrapper .site_navbar .navabar .menu-item:last-child {
  margin-bottom: 0;
}
.header .header_wrapper .site_navbar .navabar .menu-item .menu-link {
  padding: 13px 20px 16px 20px;
  border-radius: 20px;
  background: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
  -o-transition: 0.15s ease-in;
  -moz-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
}
@media (min-width: 768px) {
  .header .header_wrapper .site_navbar .navabar .menu-item .menu-link {
    font-size: 13px;
    text-align: left;
    justify-content: flex-start;
    padding: 11px 14px 13px 14px;
  }
}
@media (min-width: 992px) {
  .header .header_wrapper .site_navbar .navabar .menu-item .menu-link {
    font-size: 14px;
    padding: 11px 20px 13px 20px;
    min-height: 43px;
  }
}
@media (min-width: 1200px) {
  .header .header_wrapper .site_navbar .navabar .menu-item .menu-link {
    font-size: 15px;
  }
}
.header .header_wrapper .site_navbar .navabar .menu-item .menu-link:hover {
  background: #161616;
  color: #FFFFFF;
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .header_wrapper .site_navbar .navabar .menu-item .menu-link:link, .header .header_wrapper .site_navbar .navabar .menu-item .menu-link:active, .header .header_wrapper .site_navbar .navabar .menu-item .menu-link:focus, .header .header_wrapper .site_navbar .navabar .menu-item .menu-link:target, .header .header_wrapper .site_navbar .navabar .menu-item .menu-link:focus-visible, .header .header_wrapper .site_navbar .navabar .menu-item .menu-link:focus-within {
    background: #FFFFFF;
    color: #161616;
  }
}
.header .header_wrapper .site_navbar .navabar .menu-item .menu-link .menu-with-img {
  flex: 0 0 18%;
  max-width: 18%;
  font-size: 0;
  line-height: 1;
}
.header .header_wrapper .site_navbar .navabar .menu-item .menu-link img.menu-image-title-after {
  margin: 0;
}
.header .header_wrapper .site_navbar .navabar .menu-item + .menu-item {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .header .header_wrapper .site_navbar .navabar .menu-item + .menu-item {
    padding-left: 10px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .header .header_wrapper .site_navbar .navabar .menu-item + .menu-item {
    padding-left: 20px;
  }
}
.header .header_wrapper .site_navbar .navabar .menu-item:last-child .menu-link {
  background-color: #3352F0;
  color: #FFFFFF;
}
.header .header_wrapper .site_navbar .navabar .menu-item:last-child .menu-link:hover {
  background: #161616;
  color: #FFFFFF;
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .header_wrapper .site_navbar .navabar .menu-item:last-child .menu-link {
    /*&:link, &:active, &:focus, &:focus-within, &:target, &:focus-visible {
                                background: $primary-color;
                                color: $white-color;
                            }*/
  }
}
@media (min-width: 768px) {
  .header .header_wrapper .site_navbar .navabar .menu-item .sub-menu-wrapper {
    padding-top: 20px;
  }
}
.header .header_wrapper .site_navbar .navabar .menu-item .sub-menu {
  list-style: none;
  margin: 0;
  background: #161616;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -o-transition: 0.15s ease-in;
  -moz-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
  border-radius: 23px;
  position: absolute;
  width: 180px;
  z-index: 4;
}
@media (min-width: 992px) {
  .header .header_wrapper .site_navbar .navabar .menu-item .sub-menu {
    width: 190px;
  }
}
.header .header_wrapper .site_navbar .navabar .menu-item .sub-menu .menu-item .menu-link {
  background: transparent;
  color: #FFFFFF;
  width: 100%;
}
.header .header_wrapper .site_navbar .navabar .menu-item .sub-menu .menu-item .menu-link svg {
  padding-right: 10px;
  fill: #FFFFFF;
  max-width: 28px;
  height: auto;
}
.header .header_wrapper .site_navbar .navabar .menu-item .sub-menu .menu-item .menu-link:hover {
  background: #35C3BA;
  color: #FFFFFF;
  border-radius: 23px;
}
.header .header_wrapper .site_navbar .navabar .menu-item .sub-menu .menu-item + .menu-item {
  padding-left: 0;
}
@media (min-width: 768px) {
  .header .header_wrapper .site_navbar .navabar .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -o-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    height: auto;
  }
}
.header .header_wrapper .site_navbar .navabar .menu-item.current-menu-item .menu-link, .header .header_wrapper .site_navbar .navabar .menu-item.current-menu-parent .menu-link {
  background: #161616;
  color: #FFFFFF;
}
.header .header_wrapper .site_navbar .navabar .menu-item.item_fellow_parent .current-menu-item .menu-link {
  background: #35C3BA;
  color: #FFFFFF;
}
@media (min-width: 0px) and (max-width: 767px) {
  .header .header_wrapper .menu-navigation {
    width: 32px;
    height: 32px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 20px;
    cursor: pointer;
    -o-transition: 0.32s ease-in;
    -moz-transition: 0.32s ease-in;
    transition: 0.32s ease-in;
    -webkit-tap-highlight-color: transparent;
  }
  .header .header_wrapper .menu-navigation .menu-icon {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .header.menu_open .header_wrapper .site_navbar {
    visibility: visible;
    opacity: 1;
  }
}
.header.menu_open .menu-navigation {
  background-color: #161616;
}
.header.menu_open .menu-navigation .menu-icon {
  background-image: url(../images/minus.svg);
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 27px;
}
@media (min-width: 768px) {
  .banner-wrapper {
    margin: 0 -25px 101px;
  }
}
.banner-wrapper-left, .banner-wrapper-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .banner-wrapper-left, .banner-wrapper-right {
    padding: 0 25px;
  }
}
.banner-wrapper-left {
  margin-top: 57px;
}
@media (min-width: 576px) {
  .banner-wrapper-left {
    margin-top: 0;
    flex: 0 0 46%;
    max-width: 46%;
  }
}
.banner-wrapper-left-title .main-title {
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .banner-wrapper-left-title .main-title {
    margin-bottom: 35px;
  }
}
.banner-wrapper-left-title .btn {
  font-size: 18px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .banner-wrapper-left-title .btn {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .banner-wrapper-left-title .btn {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .banner-wrapper-left-title .btn {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .banner-wrapper-right {
    margin-top: 0;
    flex: 0 0 54%;
    max-width: 54%;
  }
}
.banner-wrapper-right-img {
  margin-top: 28px;
}
@media (min-width: 576px) {
  .banner-wrapper-right-img {
    margin-top: 0;
  }
}
.banner-wrapper-right-img img {
  object-fit: cover;
  height: 240px;
  border-radius: 5vh 5vh 0px 5vh;
}
@media (min-width: 576px) {
  .banner-wrapper-right-img img {
    height: auto;
    border-radius: 100px 100px 0px 100px;
  }
}
@media (min-width: 992px) {
  .banner-wrapper-right-img img {
    border-radius: 200px 200px 0px 200px;
  }
}
.common-program-wrapper {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  align-content: flex-start;
}
@media (min-width: 768px) {
  .common-program-wrapper {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media (min-width: 992px) {
  .common-program-wrapper {
    grid-gap: 50px;
  }
}
.common-program-box {
  grid-template-rows: auto auto auto 56px;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 576px) {
  .common-program-box {
    grid-template-rows: auto auto auto 56px;
  }
}
.common-program-box-img {
  font-size: 0;
  line-height: 1;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .common-program-box-img {
    margin-bottom: 20px;
  }
}
.common-program-box-img img {
  border-radius: 50px 50px 0px 0px;
  object-fit: cover;
  height: 200px;
  width: 100%;
}
@media (min-width: 768px) {
  .common-program-box-img img {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .common-program-box-img img {
    height: 300px;
  }
}
.common-program-box_title {
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .common-program-box_title {
    margin-top: 0;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.common-program-box_title-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .common-program-box_title-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.common-program-box_title-img img {
  max-height: 34px;
  max-width: 50px;
}
@media (min-width: 768px) {
  .common-program-box_title-img img {
    max-height: 38px;
    max-width: 56px;
  }
}
.common-program-box_title .program-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 33.6px;
  letter-spacing: -0.24px;
  flex: 1;
  margin: 0;
  font-family: "F37 Ginger Trial";
}
@media (min-width: 768px) {
  .common-program-box_title .program-title {
    font-size: 27px;
    line-height: 37.8px;
    letter-spacing: -0.27px;
    margin: 0 0 0 20px;
  }
}
.common-program-box_title p {
  margin: 5px 0 0;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .common-program-box_title p {
    margin: 0;
  }
}
.common-program-box_desc {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .common-program-box_desc {
    margin-bottom: 37px;
  }
}
@media (min-width: 768px) {
  .common-program-box_desc {
    min-height: 72px;
  }
}
.common-program-box_btn {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (min-width: 576px) {
  .common-program-box_btn {
    grid-template-columns: auto 1fr;
  }
}
.common-program-box_btn a {
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .common-program-box_btn a {
    width: 100%;
  }
}
.common-program-box_btn a.d-mobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .common-program-box_btn a.d-mobile {
    display: inline-block;
  }
}
.common-program-box_btn a.d-desktop {
  display: none;
}
@media (min-width: 768px) {
  .common-program-box_btn a.d-desktop {
    display: inline-block;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .common-program-box + .common-program-box .common-program-box_title-img img {
    max-height: 28px;
  }
}
.common-fellow {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .common-fellow {
    margin-top: 70px;
  }
}
.common-fellow.alumni {
  margin-top: 0;
}
.common-fellow.faculty-section .common-fellow-box_title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #161616;
}
@media (min-width: 576px) {
  .common-fellow.faculty-section .common-fellow-box_title {
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: normal;
    padding-bottom: 12px;
  }
}
.common-fellow.faculty-section .common-fellow-box_founder p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}
.common-fellow.faculty-section .common-fellow-box_connection a {
  color: #3352F0;
  border-bottom: 1px solid #3352F0;
}
.common-fellow.faculty-section .common-fellow-box_connection a:hover {
  color: #161616;
  border-bottom: 1px solid #161616;
}
.common-fellow.faculty-section.home-faculty-section {
  margin-top: 0;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .common-fellow.faculty-section.home-faculty-section {
    margin-top: 0;
    padding-top: 20px;
  }
}
.common-fellow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .common-fellow-wrapper {
    margin: 0 -25px;
  }
}
.common-fellow-box {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.common-fellow-box:last-child {
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .common-fellow-box {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 25px;
    margin-bottom: 50px;
  }
  .common-fellow-box:last-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .common-fellow-box {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.common-fellow-box_img {
  margin-bottom: 20px;
}
.common-fellow-box_img img {
  object-fit: cover;
  width: 100%;
  height: 400px;
  border-radius: 50px 50px 0px 0px;
}
.common-fellow-box_title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #161616;
}
@media (min-width: 576px) {
  .common-fellow-box_title {
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: normal;
    border: 0;
    padding: 0;
    margin-bottom: 12px;
  }
}
@media (min-width: 576px) {
  .common-fellow-box_desc p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
  }
}
.common-newsletter {
  margin: 35px 0;
}
@media (min-width: 992px) {
  .common-newsletter {
    margin: 50px 0;
  }
}
.common-newsletter a {
  border-bottom: 0;
}
.common-newsletter .btn {
  font-size: 15px;
}
.common-newsletter-contact svg {
  position: absolute;
  width: 0;
  height: 0;
}
.common-newsletter-contact-wrapper {
  -webkit-clip-path: url(#contact-mobile);
  clip-path: url(#contact-mobile);
  background-color: white;
  height: 448px;
  margin: 0 auto -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .common-newsletter-contact-wrapper {
    margin: 0 auto -90px;
    -webkit-clip-path: url(#contact-tab653);
    clip-path: url(#contact-tab653);
    background-color: white;
    height: 346px;
  }
}
@media (min-width: 854px) {
  .common-newsletter-contact-wrapper {
    -webkit-clip-path: url(#contact-tab);
    clip-path: url(#contact-tab);
    background-color: white;
  }
}
@media (min-width: 992px) {
  .common-newsletter-contact-wrapper {
    margin: 0 0 -85px;
    -webkit-clip-path: url(#contact);
    clip-path: url(#contact);
    background-color: white;
    height: 226px;
  }
}
.common-newsletter-contact-wrapper .row {
  padding: 0 25px;
  width: 100%;
}
@media (min-width: 576px) {
  .common-newsletter-contact-wrapper .row {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .common-newsletter-contact-wrapper .row {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 31px 0 67px;
  }
}
.common-newsletter-contact-wrapper .row .newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex: auto;
}
@media (min-width: 576px) {
  .common-newsletter-contact-wrapper .row .newsletter {
    display: block;
  }
}
.common-newsletter-contact-wrapper .row .newsletter-title {
  margin: 0;
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: -0.24px;
  margin-bottom: 15px;
  font-family: "F37 Ginger Trial";
}
@media (min-width: 576px) {
  .common-newsletter-contact-wrapper .row .newsletter-title {
    font-size: 27px;
    line-height: 37.8px;
    letter-spacing: -0.27px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .common-newsletter-contact-wrapper .row .newsletter-title {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .common-newsletter-contact-wrapper .row .newsletter-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    flex: auto;
  }
}
.common-newsletter-contact-wrapper .row .newsletter-info .btn-contact .btn.fill {
  padding: 11px 25px;
  background: #35C3BA;
  color: #161616;
}
.common-newsletter-contact-wrapper .row .newsletter-info .btn-contact .btn.fill:hover {
  background: #161616;
  color: #FFFFFF;
}
.common-newsletter-contact-wrapper .row .newsletter-info .btn-contact.future-btn .btn.fill {
  display: block;
  width: fit-content;
  line-height: 28px;
}
@media (min-width: 992px) {
  .common-newsletter-contact-wrapper .row .newsletter-info .btn-contact.future-btn .btn.fill {
    margin: 0 0 0 auto;
    line-height: 1;
  }
}
.common-newsletter-contact-wrapper .row .newsletter-info .btn-contact.future-btn .btn.fill:first-child {
  margin: 25px 0 20px 0;
}
@media (min-width: 992px) {
  .common-newsletter-contact-wrapper .row .newsletter-info .btn-contact.future-btn .btn.fill:first-child {
    margin: 0 0px 20px auto;
  }
}
.common-newsletter-contact-wrapper .row .newsletter-email {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .common-newsletter-contact-wrapper .row .newsletter-email {
    flex: 0 0 176px;
    max-width: 176px;
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .common-newsletter-contact-wrapper .row .newsletter-email {
    margin-right: 40px;
  }
}
.common-newsletter-contact-wrapper .row .newsletter-email p {
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  font-size: 16px;
}
@media (min-width: 992px) {
  .common-newsletter-contact-wrapper .row .newsletter-email p {
    font-size: 15px;
  }
}
.common-newsletter-contact-wrapper .row .newsletter-address {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px;
  max-width: 250px;
}
@media (min-width: 576px) {
  .common-newsletter-contact-wrapper .row .newsletter-address {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .common-newsletter-contact-wrapper .row .newsletter-address {
    margin-right: 20px;
    flex: 0 0 191px;
    max-width: 191px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .common-newsletter-contact-wrapper .row .newsletter-address {
    margin-right: 40px;
  }
}
.common-newsletter-contact-wrapper .row .newsletter-title h2 {
  font-family: "F37 Ginger Trial";
}
.common-newsletter-subscribe svg {
  position: absolute;
  width: 0;
  height: 0;
}
.common-newsletter-subscribe-wrapper {
  -webkit-clip-path: url(#newsletter-mobile);
  clip-path: url(#newsletter-mobile);
  background-color: white;
  height: 448px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .common-newsletter-subscribe-wrapper {
    -webkit-clip-path: url(#newsletter-tab653);
    clip-path: url(#newsletter-tab653);
    background-color: white;
    height: 346px;
  }
}
@media (min-width: 854px) {
  .common-newsletter-subscribe-wrapper {
    -webkit-clip-path: url(#newsletter-tab);
    clip-path: url(#newsletter-tab);
    background-color: white;
    height: 350px;
  }
}
@media (min-width: 992px) {
  .common-newsletter-subscribe-wrapper {
    -webkit-clip-path: url(#newsletter);
    clip-path: url(#newsletter);
    background-color: white;
    height: 226px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .common-newsletter-subscribe-wrapper {
    margin: 35px 0;
  }
}
.common-newsletter-subscribe-wrapper .row {
  width: 100%;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .common-newsletter-subscribe-wrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 31px 0 67px;
  }
}
@media (min-width: 992px) {
  .common-newsletter-subscribe-wrapper .row .subscribe-text {
    flex: 0 0 455px;
    max-width: 455px;
  }
}
.common-newsletter-subscribe-wrapper .row .subscribe-text-title {
  font-size: 24px;
  letter-spacing: -0.24px;
  margin-bottom: 15px;
  padding-right: 35px;
  line-height: 33.6px;
  font-family: "F37 Ginger Trial";
}
@media (min-width: 992px) {
  .common-newsletter-subscribe-wrapper .row .subscribe-text-title {
    padding-right: 0;
    font-size: 27px;
    letter-spacing: -0.27px;
    line-height: 37.8px;
  }
}
.common-newsletter-subscribe-wrapper .row .btn-subscribe {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .common-newsletter-subscribe-wrapper .row .btn-subscribe {
    margin-top: 0;
    text-align: right;
    flex: 1;
  }
}
.common-newsletter-subscribe-wrapper .row .btn-subscribe .btn.fill {
  padding: 10px 25px 11px 25px;
  background-color: #161616;
}
@media (min-width: 768px) {
  .common-newsletter-subscribe-wrapper .row .btn-subscribe .btn.fill:hover {
    border-bottom: 1.5px solid #35C3BA;
    background-color: #35C3BA;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .common-newsletter-subscribe-wrapper .row .btn-subscribe .btn.fill:hover {
    border-bottom: 1.5px solid #161616;
  }
}
.common-newsletter-subscribe-wrapper .btn {
  font-size: 16px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-template-fellowships .common-newsletter-subscribe-wrapper {
    margin: 10px 0 35px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-template-alumni .common-fellow-box:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-height: 600px) and (max-height: 850px) {
  .banner .banner-wrapper-right-img img {
    max-height: calc(100vh - 168px);
  }
}
@media (min-width: 576px) {
  #learn-more.common-newsletter .common-newsletter-contact .newsletter-info .future-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 576px) {
  #learn-more.common-newsletter .common-newsletter-contact .newsletter-info .future-btn .btn.fill {
    line-height: 1;
  }
}
@media (min-width: 576px) {
  #learn-more.common-newsletter .common-newsletter-contact .newsletter-title-wrapper .newsletter-title {
    margin-bottom: 0;
  }
}
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
.our_positions .our_positions-section .our-job-openings {
  max-width: 100%;
  flex: 0 0 100%;
  order: 2;
}
@media (min-width: 768px) {
  .our_positions .our_positions-section .our-job-openings {
    order: unset;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .our_positions .our_positions-section .our-job-openings {
    order: unset;
    padding: 0 25px;
  }
}
.our_positions .our_positions-section .our-job-openings .section-title {
  margin-bottom: 25px;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 13px 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .our_positions .our_positions-section .our-job-openings .section-title {
    margin-bottom: 50px;
    padding: 20px 40px;
  }
}
.our_positions .our_positions-section .left_side {
  order: 1;
}
@media (min-width: 768px) {
  .our_positions .our_positions-section .left_side {
    order: unset;
  }
}
.our_positions .our_positions-section .left_side .left_image-box {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .our_positions .our_positions-section .left_side .left_image-box {
    margin-bottom: 0;
    height: 100%;
  }
}
.our_positions .our_positions-section .left_side .our_positions-image {
  overflow: hidden;
  width: 100%;
  border-radius: 50px 50px 50px 0px;
}
@media (min-width: 768px) {
  .our_positions .our_positions-section .left_side .our_positions-image {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.our_positions .our_positions-section .right_side {
  order: 3;
}
@media (min-width: 768px) {
  .our_positions .our_positions-section .right_side {
    order: unset;
  }
}
.our_positions .our_positions-section .right_side .positions_inner-box {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .our_positions .our_positions-section .right_side .positions_inner-box {
    margin-bottom: 50px;
  }
}
.our_positions .our_positions-section .right_side .positions_inner-box .positions_title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  border-radius: 50px;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .our_positions .our_positions-section .right_side .positions_inner-box .positions_title-box {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .our_positions .our_positions-section .right_side .positions_inner-box .positions_title-box {
    padding: 30px 40px;
  }
}
.our_positions .our_positions-section .right_side .positions_inner-box .positions_title-box .sub_title {
  padding-right: 20px;
  flex: 1;
  font-family: "F37 Ginger Trial";
}
.our_positions .our_positions-section .right_side .positions_inner-box .positions_title-box img.right-arrow {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 768px) {
  .our_positions .our_positions-section .right_side .positions_inner-box .positions_title-box:hover {
    background-color: #35C3BA;
    color: #161616;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_positions .our_positions-section .right_side .positions_inner-box .positions_title-box:hover {
    color: #161616;
  }
}
.openings_section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .openings_section {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .openings_section {
    margin-bottom: 70px;
  }
}
.openings_section .col_2-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .openings_section .col_2-section {
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .openings_section .col_2-section {
    margin: 0 -25px;
  }
}
.openings_section .col_2-section .left_side, .openings_section .col_2-section .right_side {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .openings_section .col_2-section .left_side, .openings_section .col_2-section .right_side {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .openings_section .col_2-section .left_side, .openings_section .col_2-section .right_side {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .openings_section .right_content-box {
    border-top: 1px solid #161616;
    padding-top: 20px;
  }
}
.openings_section .left_title {
  padding: 25px 0;
  border-top: 1px solid #161616;
}
@media (min-width: 768px) {
  .openings_section .left_title {
    padding: 0;
    border-top: 0;
  }
}
.openings_section .content_inner-box .btn {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-template-template-join-us .sub_heading {
    line-height: 37px;
  }
}
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
.filter_section {
  padding: 0 0 15px 0;
}
@media (min-width: 768px) {
  .filter_section {
    padding: 40px 0 30px 0;
  }
}
@media (min-width: 992px) {
  .filter_section {
    padding: 50px 0 40px 0;
  }
}
.filter_section .filter_section-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .filter_section .filter_section-wrapper {
    justify-content: space-between;
  }
}
.filter_section .filter_section-wrapper .left_filter {
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .filter_section .filter_section-wrapper .left_filter {
    padding-right: 25px;
    margin-bottom: 0;
    width: auto;
  }
}
.filter_section .filter_section-wrapper .right_filter {
  width: 100%;
}
@media (min-width: 768px) {
  .filter_section .filter_section-wrapper .right_filter {
    width: auto;
  }
}
.filter_section .filter_section-wrapper .dropdown_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -5px;
  height: 100%;
}
@media (min-width: 768px) {
  .filter_section .filter_section-wrapper .dropdown_container {
    justify-content: initial;
  }
}
.filter_section .filter_section-wrapper .filter-wrapper {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 100%;
  min-height: 40px;
}
@media (min-width: 768px) {
  .filter_section .filter_section-wrapper .filter-wrapper {
    width: auto;
  }
}
.filter_section .filter_section-wrapper .search_filter, .filter_section .filter_section-wrapper .clear_filter {
  width: 50%;
}
@media (min-width: 768px) {
  .filter_section .filter_section-wrapper .search_filter, .filter_section .filter_section-wrapper .clear_filter {
    width: auto;
  }
}
.filter_section .filter_section-wrapper .search_filter .filter_btns, .filter_section .filter_section-wrapper .clear_filter .filter_btns {
  width: 100%;
}
@media (min-width: 768px) {
  .filter_section .filter_section-wrapper .search_filter .filter_btns, .filter_section .filter_section-wrapper .clear_filter .filter_btns {
    width: auto;
  }
}
.filter_section .filter_section-wrapper .filter_btns {
  font-size: 15px;
  line-height: 23px;
  padding: 7px 25px;
  text-align: center;
}
.filter_section .filter_section-wrapper .filter_btns.search_btn {
  background-color: #35C3BA;
  border: 1.5px solid #35C3BA;
}
.filter_section .filter_section-wrapper .select {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .filter_section .filter_section-wrapper .select {
    width: 200px;
  }
}
.filter_section .filter_section-wrapper .select .select_container {
  width: 100%;
  border: 1.5px solid #161616;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.filter_section .filter_section-wrapper .select .select_dropdown a {
  font-size: 15px;
  line-height: 23px;
  padding: 8px 12px;
  display: block;
  position: relative;
  border-bottom: 0;
}
.filter_section .filter_section-wrapper .select .select_dropdown a::before {
  position: absolute;
  content: "";
  background-image: url("../images/down-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 9px;
  height: 15px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.filter_section .filter_section-wrapper .select .select_dropdown a:hover {
  color: #161616;
}
.filter_section .filter_section-wrapper .select .select_dropdown.arrowUp a::before {
  transform: translateY(-50%) rotate(180deg);
}
.filter_section .filter_section-wrapper .select .dropdown_option {
  display: none;
  width: 100%;
  background-color: #FDF6EC;
  border-radius: 19px;
  z-index: 2;
  position: relative;
}
.filter_section .filter_section-wrapper .select .dropdown_option.open {
  display: block;
}
.filter_section .filter_section-wrapper .select .dropdown_option-list {
  margin: 0 12px;
  padding-top: 10px;
  border-top: 1px solid #161616;
  list-style: none;
  max-height: 200px;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .filter_section .filter_section-wrapper .select .dropdown_option-list {
    max-height: 180px;
  }
}
.filter_section .filter_section-wrapper .select .dropdown_option-list .dropdown_option-item {
  padding-left: 0;
}
.filter_section .filter_section-wrapper .select .dropdown_option-list .dropdown_option-item::before {
  display: none;
}
.filter_section .filter_section-wrapper .select .dropdown_option-list .dropdown_option-item:last-child {
  margin-bottom: 0;
}
.filter_section .filter_section-wrapper .select .dropdown_option-list .dropdown_option-link {
  padding: 5px 0;
  display: block;
  font-size: 15px;
  line-height: 24px;
  border-bottom: 0;
}
.filter_section .filter_section-wrapper .select .dropdown_option-list .dropdown_option-link:hover {
  color: #35C3BA;
}
.blogs_section ul li::before {
  display: none;
}
.blogs_section .blogs_wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.blogs_section .blogs_wrapper .blogs_inner-box {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 25px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .blogs_section .blogs_wrapper .blogs_inner-box {
    margin-bottom: 50px;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .blogs_section .blogs_wrapper .blogs_inner-box:last-child {
    margin-bottom: 0;
  }
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box {
  padding-bottom: 25px;
  border-bottom: 1px solid #161616;
}
@media (min-width: 768px) {
  .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_image-box {
  height: 200px;
}
@media (min-width: 768px) {
  .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_image-box {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_image-box {
    height: 235px;
  }
}
@media (min-width: 1200px) {
  .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_image-box {
    height: 300px;
  }
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_image-box .blog-image {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content {
    padding-top: 20px;
  }
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .blog_title-name {
  margin-bottom: 5px;
  font-family: "F37 Ginger Trial";
  font-size: 27px;
  line-height: 37.8px;
}
@media (min-width: 768px) {
  .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .blog_title-name {
    margin-bottom: 20px;
  }
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .blog_desc {
  margin: 0;
}
@media (min-width: 768px) {
  .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .blog_desc {
    margin-bottom: 10px;
  }
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .cta_btn .btn {
  padding: 7px 25px 8px 25px;
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .cta_btn .btn {
    padding: 12px 25px 13px 25px;
    font-size: 18px;
    line-height: 29px;
  }
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .blog_cta-container {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .mobile_detail-box {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .mobile_detail-box {
    display: none;
  }
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .mobile_detail-box .blog_post-details {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .mobile_detail-box li {
  font-weight: 500;
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .mobile_detail-box li:last-child {
  margin-bottom: 0;
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .mobile_detail-box .post_date {
  flex: none;
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .blog_post-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .blog_post-details li.read_time, .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .blog_post-details li.author_name, .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .blog_post-details li.post_date {
  padding: 0 15px;
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .detail_box .blog_post-details li:first-child::before {
  display: none;
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .detail_box .blog_post-details li:last-child {
  margin-bottom: 0;
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .detail_box .blog_post-details li + li {
  position: relative;
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .detail_box .blog_post-details li + li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #161616;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .detail_box .blog_post-details li.author_name, .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .detail_box .blog_post-details li.post_date {
  display: none;
}
@media (min-width: 1200px) {
  .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .detail_box .blog_post-details li.author_name, .blogs_section .blogs_wrapper .blogs_inner-box .blogs_box .blogs_content .detail_box .blog_post-details li.post_date {
    display: block;
  }
}
.blogs_section .blogs_wrapper .no-results {
  padding: 10px 25px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .blogs_section .blogs_wrapper .no-results {
    margin-bottom: 90px;
  }
}
.page-header {
  min-height: calc(100vh - 702px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
.page-header .page-title {
  text-align: center;
}
.page-template-template-blog-listing .common-newsletter {
  margin-top: 0;
}
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
footer p:not(:last-child) {
  margin-bottom: 0;
}
footer .footer {
  background-color: #161616;
  padding: 25px 0 20px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  footer .footer {
    padding: 50px 0;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  footer .footer {
    font-size: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .footer {
    font-size: 13px;
    line-height: 20.8px;
  }
}
footer a {
  color: #FFFFFF;
  border-bottom: 0;
}
footer a:hover {
  color: #FFFFFF;
  border-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  footer a {
    font-size: 13px;
    line-height: 20.8px;
  }
}
footer .footer-wrapper {
  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: 992px) {
  footer .footer-wrapper {
    margin: 0 -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-logo {
    padding: 0 15px;
    flex: 0 0 22%;
    max-width: 22%;
  }
}
@media (min-width: 1200px) {
  footer .footer-wrapper .footer-logo {
    flex: 0 0 24%;
    max-width: 24%;
  }
}
footer .footer-wrapper .footer-logo img {
  margin: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  footer .footer-wrapper .footer-logo img {
    max-height: 46px;
  }
}
@media (min-width: 992px) {
  footer .footer-wrapper .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  footer .footer-wrapper .social-links {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
footer .footer-wrapper .social-links .social-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 15px;
  border-top: 1px solid #FFFFFF;
  margin-top: 15px;
}
@media (min-width: 992px) {
  footer .footer-wrapper .social-links .social-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 0;
    margin-top: 0;
    justify-content: flex-end;
  }
}
footer .footer-wrapper .social-links .policy-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0;
  list-style: none;
  max-width: 50%;
  flex: 0 0 50%;
}
@media (min-width: 992px) {
  footer .footer-wrapper .social-links .policy-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    flex: 100%;
  }
}
footer .footer-wrapper .social-links .policy-links li {
  padding-top: 7px;
  padding-left: 0;
}
footer .footer-wrapper .social-links .policy-links li::before {
  display: none;
}
footer .footer-wrapper .social-links .policy-links li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  footer .footer-wrapper .social-links .policy-links li {
    padding-top: 0;
  }
}
footer .footer-wrapper .social-links .policy-links li:first-child {
  position: relative;
}
@media (min-width: 992px) {
  footer .footer-wrapper .social-links .policy-links li:first-child {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  footer .footer-wrapper .social-links .policy-links li:first-child {
    padding-right: 23px;
  }
}
@media (min-width: 992px) {
  footer .footer-wrapper .social-links .policy-links li:first-child::after {
    content: "";
    background-color: #FFFFFF;
    height: 18px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media (min-width: 992px) {
  footer .footer-wrapper .social-links .policy-links li:last-child {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  footer .footer-wrapper .social-links .policy-links li:last-child {
    padding-left: 23px;
  }
}
footer .footer-wrapper .social-links .policy-links li + li {
  padding-top: 0;
}
footer .footer-wrapper .social-links .design-by {
  max-width: 50%;
  flex: 0 0 50%;
}
@media (min-width: 992px) {
  footer .footer-wrapper .social-links .design-by {
    text-align: right;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  footer .footer-wrapper .social-links .design-by a {
    border-bottom: 1px solid #FFFFFF;
  }
}
footer .footer-wrapper .footer-middle {
  padding: 15px 0 0;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle {
    padding: 0 15px 0;
  }
}
footer .footer-wrapper .footer-middle .footer-menu-links {
  column-count: 2;
  padding-bottom: 12px;
  list-style: none;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .footer-menu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 0.5px solid #FFFFFF;
    border-bottom: 0.5px solid #FFFFFF;
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
}
footer .footer-wrapper .footer-middle .footer-menu-links li {
  padding-left: 0;
  padding: 3px 0;
  text-transform: capitalize;
}
footer .footer-wrapper .footer-middle .footer-menu-links li::before {
  display: none;
}
footer .footer-wrapper .footer-middle .footer-menu-links li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .footer-menu-links li {
    padding: 12px 13.5px;
  }
}
@media (min-width: 1200px) {
  footer .footer-wrapper .footer-middle .footer-menu-links li {
    padding: 12px 23.5px;
  }
}
@media (min-width: 1340px) {
  footer .footer-wrapper .footer-middle .footer-menu-links li {
    padding: 12px 33.5px;
  }
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .footer-menu-links li:first-child {
    display: none;
  }
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .footer-menu-links li:nth-child(2) {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .footer-menu-links li:last-child {
    padding-right: 0;
  }
}
footer .footer-wrapper .footer-middle .contact-details {
  padding: 15px 0 0;
  border-top: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .contact-details {
    padding: 40px 0 0;
    border-top: 0;
  }
}
footer .footer-wrapper .footer-middle .contact-details .social-sharing {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .contact-details .social-sharing {
    align-items: flex-end;
  }
}
footer .footer-wrapper .footer-middle .contact-details .social-sharing li {
  padding-left: 0;
  line-height: 1;
  font-size: 0;
}
footer .footer-wrapper .footer-middle .contact-details .social-sharing li::before {
  display: none;
}
footer .footer-wrapper .footer-middle .contact-details .social-sharing li:last-child {
  margin-bottom: 0;
}
footer .footer-wrapper .footer-middle .contact-details .social-sharing li + li {
  padding-left: 13px;
}
footer .footer-wrapper .footer-middle .contact-details .social-sharing li svg {
  fill: #FFFFFF;
  -o-transition: 0.32s ease-in;
  -moz-transition: 0.32s ease-in;
  transition: 0.32s ease-in;
}
footer .footer-wrapper .footer-middle .contact-details .social-sharing li:hover svg {
  fill: #3352F0;
  -o-transition: 0.32s ease-in;
  -moz-transition: 0.32s ease-in;
  transition: 0.32s ease-in;
}
footer .footer-wrapper .footer-middle .contact-details .social-sharing li:hover svg path {
  fill: #3352F0;
  -o-transition: 0.32s ease-in;
  -moz-transition: 0.32s ease-in;
  transition: 0.32s ease-in;
}
footer .footer-wrapper .footer-middle .contact-details .social-sharing li a {
  border-bottom: 0;
  line-height: 1;
  font-size: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  footer .footer-wrapper .footer-middle .contact-details .social-sharing li a {
    display: block;
  }
}
footer .footer-wrapper .footer-middle .contact-details .address {
  max-width: 162px;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .contact-details .address {
    max-width: 191px;
  }
}
footer .footer-wrapper .footer-middle .contact-details .email {
  order: 2;
  padding-top: 7px;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .contact-details .email {
    padding-right: 10px;
    order: 0;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  footer .footer-wrapper .footer-middle .contact-details .email {
    padding-right: 56px;
  }
}
footer .footer-wrapper .footer-middle .contact-details .email .title {
  display: none;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .contact-details .email .title {
    display: block;
  }
}
footer .footer-wrapper .footer-middle .contact-details .sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .contact-details .sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
  }
}
footer .footer-wrapper .footer-middle .contact-details .sharing .title {
  display: block;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .contact-details .sharing .title {
    display: none;
  }
}
footer .footer-wrapper .footer-middle .contact-details .contact-details-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 50%;
  flex: 0 0 50%;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .contact-details .contact-details-right {
    order: 0;
    max-width: 80%;
    flex: 0 0 80%;
    flex-direction: row;
  }
}
footer .footer-wrapper .footer-middle .contact-details .contact-details-left {
  max-width: 50%;
  flex: 0 0 50%;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-middle .contact-details .contact-details-left {
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    max-width: 20%;
    flex: 0 0 20%;
  }
}
#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 600px;
}
#mc_embed_shell #mc_embed_signup {
  margin: 0 auto;
}
.page-template-template-contact-us .common-newsletter-subscribe-wrapper {
  display: none;
}
#mc_embed_shell #mc_embed_signup {
  margin-bottom: 80px;
  max-width: 600px;
  width: 100%;
  border-radius: 10px;
}
#mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form {
  margin: 0;
  padding: 22px;
}
#mc_embed_shell {
  padding: 40px 20px 0;
  min-height: calc(100vh - 138px - 262px - 50px);
}
#mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .optionalParent .foot {
  width: 100%;
}
#mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .optionalParent .foot #mc-embedded-subscribe {
  margin: 0;
}
#mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
  width: 100%;
  padding-bottom: 20px;
}
#mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form h2 {
  margin: 0;
  margin-bottom: 12px;
  font-family: "F37 Ginger Trial";
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 33.6px;
  font-weight: 300;
}
#mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .indicates-required {
  margin-right: 0;
}
#mc_embed_signup .helper_text {
  padding: 0px;
  margin-top: 3px;
}
#mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .optionalParent .foot #mc-embedded-subscribe {
  padding: 10px 25px 11px 25px;
  background-color: #161616;
  height: auto;
  line-height: 1;
  border-radius: 40px;
  font-weight: 300;
  font-family: "F37 Ginger Trial";
  letter-spacing: 0.3px;
  border: 1.5px solid transparent;
}
@media (max-width: 767px) {
  #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .optionalParent .foot #mc-embedded-subscribe {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form .optionalParent .foot .refferal_badge {
    width: 150px !important;
  }
}
@media (min-width: 992px) {
  #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe-form h2 {
    font-family: "F37 Ginger Trial";
    font-size: 27px;
    letter-spacing: -0.27px;
    line-height: 37.8px;
  }
}
#mc_embed_shell {
  min-height: calc(100vh - 138px - 262px - 50px);
}
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
.mission-vision .mission-vision-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 768px) {
  .mission-vision .mission-vision-wrapper {
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .mission-vision .mission-vision-wrapper {
    margin: 0 -25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .mission-vision .mission-vision-wrapper .white-wrapper-box .section-title {
    text-align: left;
    padding-bottom: 25px;
  }
}
.mission-vision .mission-vision-wrapper .left-side {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .mission-vision .mission-vision-wrapper .left-side {
    max-width: 58%;
    flex: 0 0 58%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .mission-vision .mission-vision-wrapper .left-side {
    padding: 0 25px;
  }
}
.mission-vision .mission-vision-wrapper .right-side {
  margin-top: 25px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .mission-vision .mission-vision-wrapper .right-side {
    max-width: 42%;
    flex: 0 0 42%;
    padding: 0 15px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .mission-vision .mission-vision-wrapper .right-side {
    padding: 0 25px;
  }
}
.mission-vision .mission-vision-wrapper .right-side img {
  border-radius: 50px 50px 0px 50px;
  height: 400px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (min-width: 768px) {
  .mission-vision .mission-vision-wrapper .right-side img {
    height: 100%;
  }
}
.white-wrapper-box {
  background: #FFFFFF;
  padding: 30px 25px;
  border-radius: 20px;
  border: 1.5px solid var(--black, #161616);
}
@media (min-width: 768px) {
  .white-wrapper-box {
    border-radius: 50px;
  }
}
@media (min-width: 992px) {
  .white-wrapper-box {
    padding: 40px;
  }
}
.white-wrapper-box .section-title {
  padding-bottom: 17px;
  line-height: 1;
}
@media (min-width: 768px) {
  .white-wrapper-box .section-title {
    padding-bottom: 19px;
  }
}
@media (min-width: 992px) {
  .white-wrapper-box .section-title {
    padding-bottom: 40px;
  }
}
.white-wrapper-box .section-sub-title {
  font-size: 18px;
}
.white-wrapper-box .apply-btn {
  margin-top: 25px;
}
.white-wrapper-box .apply-btn .btn:hover {
  border: 1.5px solid transparent !important;
}
.white-wrapper-box.history-box {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .white-wrapper-box.history-box {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .white-wrapper-box.history-box {
    margin-top: 50px;
  }
}
.grid-4 .common-fellow-box {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .grid-4 .common-fellow-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .grid-4 .common-fellow-box {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.support-us {
  margin-bottom: 40px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .support-us {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .support-us .page_sub-title-section {
    margin-bottom: 45px;
  }
}
.support-us .support-us-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .support-us .support-us-wrapper {
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .support-us .support-us-wrapper {
    margin: 0 -25px;
  }
}
.support-us .support-us-wrapper .left-side {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .support-us .support-us-wrapper .left-side {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .support-us .support-us-wrapper .left-side {
    padding: 0 25px;
  }
}
.support-us .support-us-wrapper .left-side .left-side-wrapper {
  font-size: 18px;
  line-height: 140%;
}
@media (min-width: 768px) {
  .support-us .support-us-wrapper .left-side .left-side-wrapper {
    font-size: 27px;
    max-width: 528px;
  }
}
.support-us .support-us-wrapper .right-side {
  margin-top: 40px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .support-us .support-us-wrapper .right-side {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .support-us .support-us-wrapper .right-side {
    padding: 0 25px;
  }
}
.support-us .support-us-wrapper .right-side .support-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.support-us .support-us-wrapper .right-side .support-details .icon {
  padding: 0 13px;
  max-width: 66px;
  flex: 0 0 66px;
}
.support-us .support-us-wrapper .right-side .support-details .icon img {
  margin: 0;
}
.support-us .support-us-wrapper .right-side .support-details .content {
  padding: 0 13px;
  max-width: calc(100% - 66px);
  flex: 0 0 calc(100% - 66px);
}
.support-us .support-us-wrapper .right-side .support-details .content .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.support-us .support-us-wrapper .right-side .support-details + .support-details {
  margin-top: 20px;
}
.faqs .faq-wrapepr .faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .faqs .faq-wrapepr .faq {
    margin: 0 -25px;
  }
}
.faqs .faq-wrapepr .faq .question {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .faqs .faq-wrapepr .faq .question {
    max-width: 52%;
    flex: 0 0 52%;
    padding: 0 25px;
  }
}
.faqs .faq-wrapepr .faq .question h4 {
  font-size: 27px;
  line-height: 140%;
  letter-spacing: -0.27px;
}
@media (min-width: 768px) {
  .faqs .faq-wrapepr .faq .question h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.faqs .faq-wrapepr .faq .question svg {
  display: block;
  margin: 0 0 25px;
  min-width: 38px;
}
@media (min-width: 768px) {
  .faqs .faq-wrapepr .faq .question svg {
    display: inline-block;
    margin: 0 25px 0 0;
  }
}
.faqs .faq-wrapepr .faq .answer {
  margin-top: 25px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .faqs .faq-wrapepr .faq .answer {
    max-width: 48%;
    flex: 0 0 48%;
    padding: 0 25px;
    margin-top: 0;
  }
}
.faqs .faq-wrapepr .faq .answer a {
  border-bottom: 1px solid #161616;
}
.faqs .faq-wrapepr .faq .answer a:hover {
  border-bottom: 1px solid #3352F0;
}
.faqs .faq-wrapepr .faq + .faq {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .faqs .faq-wrapepr .faq.about-faq {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .faqs .faq-wrapepr .faq.about-faq .answer {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .faqs .faq-wrapepr .faq.about-faq .question:hover h4 {
    color: #3352F0;
    -o-transition: 0.32s ease-in;
    -moz-transition: 0.32s ease-in;
    transition: 0.32s ease-in;
  }
  .faqs .faq-wrapepr .faq.about-faq .question:hover svg {
    fill: #3352F0;
    -o-transition: 0.32s ease-in;
    -moz-transition: 0.32s ease-in;
    transition: 0.32s ease-in;
  }
}
@media (min-width: 768px) {
  .faqs .faq-wrapepr .faq.about-faq.active .answer {
    -webkit-line-clamp: initial;
    overflow: visible;
    display: block;
  }
}
.unfold-table .sub-parent-title {
  font-size: 27px;
}
.unfold-table .activity-table {
  overflow-y: auto;
  margin-top: 20px;
}
.unfold-table .activity-table table {
  border-collapse: collapse;
  width: 100%;
}
.unfold-table .activity-table th, .unfold-table .activity-table td {
  border: 1px solid #E3E3E3;
}
.unfold-table .activity-table th {
  text-align: left;
  font-size: 15px;
  line-height: 160%;
  font-weight: 500;
  vertical-align: text-top;
  padding: 16px 10px;
}
.unfold-table .activity-table th span {
  font-weight: 300;
  display: block;
  line-height: 1;
}
.unfold-table .activity-table td {
  font-size: 15px;
  line-height: 160%;
  white-space: nowrap;
  padding: 13px 10px;
}
.unfold-table .activity-table td.block {
  padding: 0;
  min-width: 73px;
  max-width: 73px;
  width: 73px;
}
.unfold-table .activity-table td.fill-block {
  background-color: #35C3BA;
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-template-about-us .common-fellow-box {
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-template-about-us .common-newsletter {
    margin: 35px 0;
  }
}
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
.impact-fund .impact-fund-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .impact-fund .impact-fund-wrapper {
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .impact-fund .impact-fund-wrapper {
    margin: 0 -25px;
  }
}
.impact-fund .impact-fund-wrapper .left-side {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .impact-fund .impact-fund-wrapper .left-side {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .impact-fund .impact-fund-wrapper .left-side {
    padding: 0 25px;
  }
}
.impact-fund .impact-fund-wrapper .right-side {
  margin-top: 25px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .impact-fund .impact-fund-wrapper .right-side {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .impact-fund .impact-fund-wrapper .right-side {
    padding: 0 25px;
  }
}
.impact-fund .impact-fund-wrapper .right-side img {
  border-radius: 50px 50px 0px 50px;
}
@media (min-width: 768px) {
  .impact-fund .impact-fund-wrapper .right-side img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.impact-fund .impact-fund-wrapper .right-side h4 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.27px;
  margin: 12px 0 7px;
}
@media (min-width: 768px) {
  .impact-fund .impact-fund-wrapper .right-side h4 {
    font-size: 27px;
  }
}
.impact-fund .impact-fund-wrapper .sub-parent-title {
  margin: 12px 0 7px;
}
@media (min-width: 992px) {
  .impact-fund-main-section {
    padding-top: 50px;
  }
}
.impact-fund-main-section .white-wrapper-box p {
  font-size: 18px;
  line-height: 160%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .impact-fund-main-section img {
    min-height: 400px;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .fund-below-section .right-side {
    padding-top: 10px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-template-impact-academy-fund .main_title {
    max-width: 250px;
    margin: 0 auto;
  }
}
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
.blog_title {
  margin: 25px 0px;
}
@media (min-width: 768px) {
  .blog_title {
    margin: 83px 0 10px;
    min-height: auto;
    display: block;
  }
}
@media (min-width: 992px) {
  .blog_title {
    margin: 73px 0 -10px;
  }
}
.blog_title .blog_title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog_title .main_title {
  min-height: 203px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .blog_title .main_title {
    margin-bottom: 75px;
  }
}
.blog_title .heading_title {
  font-size: 32px;
  letter-spacing: -0.64px;
  line-height: 120%;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .blog_title .heading_title {
    letter-spacing: -1.3px;
    font-size: 50px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .blog_title .heading_title {
    font-size: 65px;
  }
}
.blog_title .blog_author-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 767px) {
  .blog_title .blog_author-detail {
    order: 2;
  }
}
@media (min-width: 768px) {
  .blog_title .blog_author-detail {
    padding: 7px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.blog_title .blog_author-detail li {
  padding-left: 0;
}
.blog_title .blog_author-detail li::before {
  display: none;
}
.blog_title .blog_author-detail li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog_title .blog_author-detail li {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .blog_title .blog_author-detail li.read-time {
    padding-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .blog_title .blog_author-detail li.read-time {
    order: 2;
  }
}
@media (min-width: 768px) {
  .blog_title .blog_author-detail li.publish-date {
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .blog_title .blog_author-detail li.publish-date {
    order: 1;
  }
}
@media (min-width: 768px) {
  .blog_title .blog_author-detail li + li {
    border-left: 1.5px solid #161616;
  }
}
.blog_title .blog_author-detail li.author-name {
  text-transform: capitalize;
}
@media (min-width: 0px) and (max-width: 767px) {
  .blog_title .blog_author-detail li.author-name {
    order: 0;
    width: 100%;
    font-weight: 500;
    padding-bottom: 5px;
  }
}
.blog_title .blog_detail-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 767px) {
  .blog_title .blog_detail-tags {
    order: 1;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .blog_title .blog_detail-tags {
    padding-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.blog_title .blog_detail-tags li {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 0;
}
.blog_title .blog_detail-tags li::before {
  display: none;
}
@media (min-width: 768px) {
  .blog_title .blog_detail-tags li {
    padding: 0 5px;
  }
}
.blog_title .blog_detail-tags li .tags {
  font-size: 13px;
  padding: 4px 20px;
  border-radius: 40px;
  border: 1.5px solid #161616;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .blog_title .blog_detail-tags li .tags {
    padding: 7px 25px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .details_desc_section {
    font-size: 18px;
    line-height: 150%;
  }
}
.details_desc_section figure {
  margin: 40px 0;
  width: 100% !important;
}
.details_desc_section figure img {
  border-radius: 20px 20px 0px 20px;
  margin-bottom: 10px;
}
.details_desc_section figure figcaption {
  font-size: 11px;
  color: #000;
  line-height: 160%;
}
@media (min-width: 768px) {
  .details_desc_section figure {
    margin: 50px 0;
  }
}
.details_desc_section .blockquote-main {
  margin: 40px 0;
  line-height: 140%;
  letter-spacing: -0.2px;
  font-size: 20px;
  padding-left: 60px;
}
@media (min-width: 768px) {
  .details_desc_section .blockquote-main {
    margin: 50px 0;
    font-size: 24px;
    letter-spacing: -0.24px;
  }
}
.details_desc_section .blockquote-main::after {
  width: 37px;
  height: 37px;
}
.prev_next_links {
  margin: 25px 0;
}
@media (min-width: 768px) {
  .prev_next_links {
    margin: 50px 0;
  }
}
.prev_next_links .nav-links {
  border-radius: 20px;
  border: 1.5px solid #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .prev_next_links .nav-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.prev_next_links .nav-links a {
  font-size: 16px;
  display: block;
  line-height: 1;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .prev_next_links .nav-links a {
    font-size: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .prev_next_links .nav-links .nav-previous a {
    font-size: 0;
  }
}
.prev_next_links .nav-links .nav-previous a:before {
  content: "←";
  display: inline-block;
  margin-right: 7px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .prev_next_links .nav-links .nav-previous a:before {
    font-size: 16px;
    margin-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .prev_next_links .nav-links .nav-next a {
    font-size: 0;
    text-align: right;
  }
}
.prev_next_links .nav-links .nav-next a:after {
  content: "→";
  display: inline-block;
  margin-left: 7px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .prev_next_links .nav-links .nav-next a:after {
    font-size: 16px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .prev_next_links .nav-links .nav-previous, .prev_next_links .nav-links .nav-next {
    padding: 11px 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .prev_next_links .nav-links .nav-previous, .prev_next_links .nav-links .nav-next {
    flex: 1;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .prev_next_links .nav-links .nav-previous a, .prev_next_links .nav-links .nav-next a {
    padding: 11px 25px;
    border-radius: 40px;
  }
  .prev_next_links .nav-links .nav-previous a:hover, .prev_next_links .nav-links .nav-next a:hover {
    background-color: #161616;
    color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .prev_next_links .nav-links .back-blog {
    padding: 11px 35px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .prev_next_links .nav-links .back-blog a {
    padding: 11px 8px;
    border-radius: 40px;
  }
  .prev_next_links .nav-links .back-blog a:hover {
    background-color: #161616;
    color: #FFFFFF;
  }
}
.artical-main h2:first-child, .artical-main h3:first-child, .artical-main h4:first-child, .artical-main h5:first-child, .artical-main h6:first-child {
  margin-top: 0;
  margin-bottom: 40px;
}
.artical-main h4 {
  font-size: 23px;
  line-height: 140%;
  letter-spacing: -0.24px;
}
@media (min-width: 768px) {
  .artical-main h4 {
    font-size: 27px;
    letter-spacing: -0.24px;
  }
}
.artical-main h5 {
  font-size: 19px;
  line-height: 140%;
  letter-spacing: -0.24px;
}
@media (min-width: 768px) {
  .artical-main h5 {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
}
.artical-main h2, .artical-main h3, .artical-main h4, .artical-main h5, .artical-main h6 {
  margin-bottom: 10px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .artical-main h2, .artical-main h3, .artical-main h4, .artical-main h5, .artical-main h6 {
    margin-top: 50px;
  }
}
.artical-main :is(h1, h2, h3, h4, h5, h6) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 10px !important;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.impact-fund.future-academy .left-side .section-title {
  font-size: 18px;
  line-height: 28.8px;
  font-family: "F37 Ginger Trial";
}
@media (min-width: 768px) {
  .impact-fund.future-academy .left-side .section-title {
    font-size: 27px;
    line-height: 37.8px;
    letter-spacing: -0.27px;
    max-width: 528px;
  }
}
.impact-fund.future-academy .right-side {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .impact-fund.future-academy .right-side {
    margin-top: 0px;
  }
}
.impact-fund.future-academy .right-side ul {
  margin-bottom: 10px;
  list-style: none;
}
.impact-fund.future-academy .right-side ul li p {
  line-height: 24px;
}
@media (min-width: 768px) {
  .impact-fund.future-academy .btn-banner {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .common-fellow.why-join .page_sub-title-section {
    margin-bottom: 40px;
  }
}
.common-fellow.why-join .expert-text {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .common-fellow.why-join .expert-text {
    margin-bottom: 40px;
  }
}
.common-fellow.why-join .expert-text .text {
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 33.6px;
}
@media (min-width: 768px) {
  .common-fellow.why-join .expert-text .text {
    line-height: 37.8px;
    margin-bottom: 40px;
    letter-spacing: -0.27px;
  }
}
@media (min-width: 576px) {
  .common-fellow.why-join .common-fellow-box {
    margin-bottom: 40px;
  }
}
.common-fellow.why-join .common-fellow-box_desc p {
  display: block;
  font-size: 16px;
  line-height: 25.6px;
}
@media (min-width: 768px) {
  .common-fellow.why-join .common-fellow-box_desc p {
    font-size: 15px;
    line-height: 24px;
  }
}
.fellow-list.listen-section .fellow-list-row {
  margin: 0;
}
.fellow-list.listen-section .left {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .fellow-list.listen-section .left {
    padding: 0;
    margin: 40px 0;
  }
}
.fellow-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .fellow-list-row {
    margin: 0 -20px;
  }
}
.fellow-list-row .left, .fellow-list-row .right {
  flex: 0 0 100%;
  max-width: 100%;
  border-top: 1px solid #161616;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .fellow-list-row .left, .fellow-list-row .right {
    margin: 0;
    border-top: none;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
  }
}
.fellow-list-title {
  font-family: "F37 Ginger Trial";
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: -0.24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .fellow-list-title {
    margin-bottom: 0;
    padding-top: 25px;
    border-top: 1px solid #161616;
    font-size: 27px;
    line-height: 37.8px;
    letter-spacing: -0.27px;
  }
}
.fellow-list .learn-more {
  display: block;
  width: fit-content;
  margin-top: 20px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .fellow-list .learn-more {
    margin-left: 7px;
    margin-top: 0;
    display: inline-block;
  }
}
.learn-more {
  border-radius: 0px 40px 40px 0px;
  padding: 2px 5px 2px 3px;
  margin-left: 7px;
  background: #35C3BA;
  white-space: nowrap;
  border-bottom: 0 !important;
  line-height: 1;
}
@media (min-width: 768px) {
  .learn-more {
    height: 19px;
  }
}
.learn-more:hover {
  color: #FFFFFF;
  background: #000000;
}
.learn-more.arrow-btn::after {
  vertical-align: baseline;
  margin-left: 7px;
}
.connect-section {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .connect-section {
    margin-bottom: 40px;
  }
}
.connect-section img {
  height: 250px;
  border-radius: 20px 20px 0px 20px;
  object-fit: cover;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .connect-section img {
    height: auto;
    border-radius: 50px 50px 0px 50px;
  }
}
@media (min-width: 1200px) {
  .connect-section img {
    height: 711px;
  }
}
.grow-wrapper {
  padding-top: 25px;
  border-top: 1px solid #161616;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .grow-wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.grow-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}
.grow-left, .grow-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 12.5px;
}
@media (min-width: 992px) {
  .grow-left, .grow-right {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 1340px) {
  .grow-left, .grow-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.grow-left {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .grow-left {
    margin-bottom: 0;
  }
}
.grow-left_title {
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 33.6px;
}
@media (min-width: 768px) {
  .grow-left_title {
    font-size: 27px;
    line-height: 37.8px;
    letter-spacing: -0.27px;
  }
}
@media (min-width: 992px) {
  .grow-right {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (min-width: 1340px) {
  .grow-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.grow-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  list-style: none;
}
.grow-right ul li {
  padding: 0 20px;
  margin-bottom: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}
.grow-right ul li::before {
  display: none;
}
@media (min-width: 768px) {
  .grow-right ul li {
    flex: 0 0 50%;
    margin-bottom: 40px;
    max-width: 50%;
  }
}
.grow-right ul li p {
  padding: 20px 25px;
  background: #FFFFFF;
  border-radius: 0px 100px 100px 0px;
  height: 100%;
}
@media (min-width: 768px) {
  .grow-right ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.apply-white-box .apply-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 25px 0;
}
@media (min-width: 992px) {
  .apply-white-box .apply-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 25px -10px;
  }
}
.apply-white-box .apply-steps .apply-step-wrapper {
  flex: 1;
}
@media (min-width: 992px) {
  .apply-white-box .apply-steps .apply-step-wrapper {
    padding: 0 10px;
  }
}
.apply-white-box .apply-steps .apply-step-wrapper .step-box {
  border: 1px solid #161616;
  border-radius: 60px;
  padding: 15px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .apply-white-box .apply-steps .apply-step-wrapper .step-box {
    padding: 20px;
  }
}
.apply-white-box .apply-steps .apply-step-wrapper .step-box .heading {
  margin-bottom: 0;
  font-weight: 500;
}
.apply-white-box .apply-steps .apply-step-wrapper .step-box .content {
  font-size: 11px;
  line-height: 146%;
}
.apply-white-box .apply-steps .apply-step-wrapper + .apply-step-wrapper {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .apply-white-box .apply-steps .apply-step-wrapper + .apply-step-wrapper {
    margin-top: 0px;
  }
}
.apply-white-box .apply-time {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .apply-white-box .apply-time {
    font-size: 13px;
  }
}
.apply-white-box .apply-here {
  border-bottom: 0 !important;
}
@media (min-width: 768px) {
  .apply-white-box .apply-here {
    border-radius: 0px 40px 40px 0px;
    padding: 0px 5px 2px 3px;
    margin-left: 7px;
    background: #35C3BA;
    white-space: nowrap;
  }
  .apply-white-box .apply-here:hover {
    color: #FFFFFF;
    background: #000000;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .apply-white-box .section-title {
    padding-bottom: 32px;
  }
}
.future-video {
  margin: 15px 0 40px;
}
@media (min-width: 768px) {
  .future-video {
    margin: 0px 0 70px;
  }
}
@media (min-width: 768px) {
  .future-video .future-video-main {
    border-top: 1px solid #161616;
    padding-top: 50px;
  }
}
.future-video .future-video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .future-video .future-video-wrapper {
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .future-video .future-video-wrapper {
    margin: 0 -25px;
  }
}
.future-video .future-video-wrapper .left-side {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .future-video .future-video-wrapper .left-side {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .future-video .future-video-wrapper .left-side {
    padding: 0 25px;
  }
}
.future-video .future-video-wrapper .right-side {
  margin-top: 25px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .future-video .future-video-wrapper .right-side {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .future-video .future-video-wrapper .right-side {
    padding: 0 25px;
  }
}
.future-video .future-video-wrapper .right-side .video {
  position: relative;
}
.future-video .future-video-wrapper .right-side .video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (min-width: 768px) {
  .connect-section + .fellow-list .fellow-list-desc {
    max-width: 445px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fellow-list.project-fund .left {
    border-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-template-future-academy .common-banner + .future-academy .left-side .section-title {
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: -0.24px;
  }
}
.page-template-template-fellowships .faculty-section .common-quote {
  margin-top: 12px;
}
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
.details_inner-section .details_inner-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .details_inner-section .details_inner-box {
    margin-bottom: 50px;
  }
}
.details_inner-section .left_desc, .details_inner-section .right_desc {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .details_inner-section .left_desc, .details_inner-section .right_desc {
    max-width: calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
  }
}
.details_inner-section .left_desc {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .details_inner-section .left_desc {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .details_inner-section .left_desc .sub_heading {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .details_inner-section .right_desc {
    padding-top: 10px;
  }
}
.details_inner-section .intro_text {
  font-size: 18px;
  line-height: 28.8px;
}
.details_inner-section h4 {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .details_inner-section h4 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.24px;
  }
}
.details_inner-section .btn {
  margin-top: 15px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .details_inner-section .btn {
    margin-top: 30px;
  }
}
.details_inner-section .apply-now-white-box {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .details_inner-section .apply-now-white-box {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 160%;
  }
}
.details_inner-section .apply-now-white-box .btn {
  margin-top: 0;
}
.details_inner-section .apply-now-white-box .white-wrapper-box {
  text-align: center;
}
.details_inner-section .apply-now-white-box .white-wrapper-box .section-title {
  padding-bottom: 40px;
}
.additional-info a {
  border-bottom: 0;
  text-decoration: underline;
}
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
.ai_gov-section {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ai_gov-section {
    font-size: 15px;
  }
}
.ai_gov-section h2 {
  background: #FFFFFF;
  border-radius: 100px;
  padding: 13px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .ai_gov-section h2 {
    background: transparent;
    border-radius: 0;
    padding: 0;
    text-align: left;
  }
}
.page-template-template-fellowships .common-newsletter {
  margin-top: 0;
}
.page-template-template-fellowships .common-fellow.faculty-section {
  margin-top: 0;
}
.page-template-template-alumni .common-fellow {
  margin-top: 0;
}
.page-template-template-alumni .common-newsletter {
  margin-top: 15px;
}
.page-template-template-alumni .main_title-wrapper {
  margin: 25px 0 0;
}
@media (min-width: 992px) {
  .page-template-template-alumni .main_title-wrapper {
    margin: 103px 0;
  }
}
@media (min-width: 768px) {
  .page-template-template-ai-governance .details_inner-section .details_inner-box {
    margin-bottom: 70px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .ai-gov .main_title {
    max-width: 330px;
    margin: 0 auto;
  }
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.cookie-section {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .cookie-section {
    font-size: 15px;
  }
}
.cookie-section .details_inner-section .details_inner-box {
  margin-bottom: 40px;
}
.cookies-heading {
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 33.6px;
  font-family: "F37 Ginger Trial";
}
@media (min-width: 768px) {
  .cookies-heading {
    font-size: 27px;
    letter-spacing: -0.27px;
    line-height: 37.8px;
  }
}
.cookie-table {
  background-color: #FFFFFF;
  padding: 25px 0;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .cookie-table {
    padding: 50px 0;
    margin: 50px 0;
  }
}
.cookie-table .activity-table {
  margin: 40px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookie-table .sub-parent-title {
    font-size: 24px;
  }
}
.cookie-table .activity-table thead tr th {
  padding: 10px;
  width: 160px;
  max-width: 160px;
  min-width: 160px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}
.cookie-table .activity-table thead tr th:nth-child(2) {
  width: 170px;
  max-width: 170px;
  min-width: 170px;
}
@media (min-width: 768px) {
  .cookie-table .activity-table thead tr th:nth-child(2) {
    width: 267px;
    max-width: 267px;
    min-width: 267px;
  }
}
.cookie-table .activity-table thead tr th:nth-child(3) {
  width: 400px;
  max-width: 400px;
  min-width: 400px;
}
@media (min-width: 768px) {
  .cookie-table .activity-table thead tr th:nth-child(3) {
    width: 267px;
    max-width: 267px;
    min-width: 267px;
  }
}
@media (min-width: 768px) {
  .cookie-table .activity-table thead tr th {
    width: 267px;
    max-width: 267px;
    min-width: 267px;
  }
}
.cookie-table.unfold-table .activity-table td {
  font-size: 18px;
  font-weight: 300;
  padding: 10px;
  white-space: normal;
  word-break: break-word;
}
.cookie-table .unfold-table-wrapepr p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .cookie-table .unfold-table-wrapepr p {
    font-size: 18px;
  }
}
.page-template-template-cookie-policy .heading_policy, .page-template-template-privacy-policy .heading_policy {
  padding: 40px 0 40px 0;
}
@media (min-width: 768px) {
  .page-template-template-cookie-policy .heading_policy, .page-template-template-privacy-policy .heading_policy {
    padding: 50px 0 40px 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-template-cookie-policy .main_title-wrapper, .page-template-template-privacy-policy .main_title-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-template-cookie-policy .main_title, .page-template-template-privacy-policy .main_title {
    max-width: 200px;
    margin: 0 auto;
  }
}
.page-template-template-cookie-policy .common-newsletter, .page-template-template-privacy-policy .common-newsletter {
  display: none;
}
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 854px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
.privacy_policy-table {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .privacy_policy-table {
    background-color: #FFFFFF;
    padding: 50px 0;
    margin: 50px 0;
  }
}
.privacy_policy-table .information_table-wrapper {
  background-color: #FFFFFF;
  padding: 25px;
}
@media (min-width: 768px) {
  .privacy_policy-table .information_table-wrapper {
    background-color: transparent;
    padding: 0;
  }
}
.privacy_policy-table .information_table-wrapper .data-information {
  margin-bottom: 40px;
}
.privacy_policy-table .information_table-wrapper .data-information:last-child {
  margin-bottom: 0;
}
.privacy_policy-table .information-text {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .privacy_policy-table .information-text {
    margin-bottom: 40px;
  }
}
.privacy_policy-table .information-title {
  display: flex;
  align-items: flex-start;
}
.privacy_policy-table .information-title span {
  padding: 0px 10px 0 10px;
}
@media (min-width: 768px) {
  .privacy_policy-table .information-title span {
    padding: 0px 10px 0 15px;
  }
}
.privacy_policy-table .information-title span.table_heading {
  padding: 0;
}
.privacy_policy-table h4 {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #000000;
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  .privacy_policy-table h4 {
    margin: 0 0 40px 0;
    font-size: 27px;
    line-height: 37.8px;
    letter-spacing: -0.27px;
  }
}
.privacy_policy-table p, .privacy_policy-table li {
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 300;
  color: #000000;
}
@media (min-width: 768px) {
  .privacy_policy-table p, .privacy_policy-table li {
    font-size: 18px;
    line-height: 28.8px;
  }
}
.privacy_policy-table ul li:last-child {
  margin-bottom: 0;
}
.privacy_policy-table table {
  border-collapse: collapse;
}
.privacy_policy-table table tr td {
  width: 100%;
  padding: 10px;
  border: 1px solid #DFDFDF;
  vertical-align: top;
  border-collapse: collapse;
  margin-top: -1px;
  display: block;
}
@media (min-width: 768px) {
  .privacy_policy-table table tr td {
    width: 50%;
    margin-top: 0;
    display: table-cell;
  }
}
.privacy_policy-table table tr td.blank-td {
  display: none;
}
@media (min-width: 768px) {
  .privacy_policy-table table tr td.blank-td {
    display: table-cell;
  }
}
/*# sourceMappingURL=main.css.map */