.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 25px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 44px;
  line-height: 1.2em;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 23px;
}

li {
  margin-bottom: 10px;
}

.giv-hero-slider {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  background-color: #000;
}

.hide {
  display: none;
}

.giv-h2-homehero {
  margin-top: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.giv-homehero-overlay {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 5;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), color-stop(41%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.66), hsla(0, 0%, 100%, 0) 41%);
}

.giv-button {
  margin: 5px;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #b2ba36;
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, transform 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  text-shadow: none;
}

.giv-button:hover {
  background-color: #792b8a;
  box-shadow: 0 5px 7px -5px rgba(0, 0, 0, 0.32);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.giv-button.midnight-blue {
  background-color: #792b8a;
}

.giv-button.midnight-blue:hover {
  background-color: #b2ba36;
  color: #fff;
}

.giv-button.cta-bottom {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 20px;
  z-index: 10;
  background-color: #792b8a;
}

.giv-button.remove-margins {
  margin: 0px;
}

.giv-homne-hero-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  max-width: 780px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 130px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.47);
}

.giv-h1-hero {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

.giv-home-hero {
  position: relative;
  z-index: 20;
  overflow: hidden;
  background-color: #fff;
}

.giv-home-hero-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.giv-hero-slider-slides-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(65, 19, 19, 0.4), rgba(10, 33, 53, 0.91)), url('../images/hero_bg1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.giv-hero-slider-slides-content.slide2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(65, 19, 19, 0.4), rgba(0, 0, 0, 0.88)), url('../images/hero_bg2.jpg');
}

.giv-hero-slider-slides-content.slide3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(65, 19, 19, 0.4), rgba(0, 0, 0, 0.88)), url('../images/DJI_0052-web.jpg');
}

.giv-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  padding: 40px 10px 10px;
}

.giv-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.giv-brand {
  width: 150px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
}

.giv-brand.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.giv-navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.giv-navlinks {
  position: relative;
  margin-right: 0px;
  margin-left: 30px;
  padding: 7px 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.giv-navlinks.w--current {
  color: #b2ba36;
}

.giv-navlinks-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 3px;
  background-color: #b2ba36;
}

.giv-header-right {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.giv-top-navs {
  position: relative;
  display: none;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.giv-top-navlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.83;
}

.giv-top-navlinks-icon {
  width: 70%;
}

.giv-social-nets {
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.giv-social-nets.v2 {
  padding-right: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.giv-social-nets-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #792b8a;
}

.giv-social-nets-link.v2 {
  background-color: #b2ba36;
}

.giv-social-nets-link.v2:hover {
  background-color: #112d45;
}

.giv-social-nets-icon {
  width: 50%;
}

.giv-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.giv-section.light-bg {
  background-color: #f1f1f1;
}

.giv-section.remove-top-padding {
  padding-top: 0px;
}

.giv-container {
  position: relative;
  z-index: 5;
  width: 1300px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.giv-overlap-block {
  position: relative;
  z-index: 10;
  width: 60%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 6%;
}

.giv-overlap-block-box-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 70%;
  background-color: #f4f5f8;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.giv-overlap-block-box-bg.v2 {
  background-color: #b2ba36;
  -webkit-filter: none;
  filter: none;
}

.giv-overlap-block-box-bg.v2 {
  background-color: #b2ba36;
  -webkit-filter: none;
  filter: none;
}

.giv-overlap-block-box-bg-overlay {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  background-color: #fff;
}

.giv-homevideo-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.giv-homevideo-flex-left {
  width: 36%;
  padding-top: 30px;
  padding-right: 40px;
}

.giv-img-section-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 25%;
  opacity: 0.03;
}

.giv-img-section-bg.arrow-bg {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.giv-img-section-bg.school-bg {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.giv-homevideo-flex-photo {
  position: relative;
  margin-right: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/trio-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.giv-home-video-lighbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.giv-home-video-lighbox-play-icon {
  width: 100px;
  max-width: 15%;
}

.giv-home-video-lighbox-overlay {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-color: #fff;
}

.giv-home-video-noteblock {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -50px;
  z-index: 5;
  width: 400px;
  max-width: 60%;
  padding: 20px;
  border-left: 3px solid #f99326;
  background-color: #fff;
}

.giv-home-video-noteblock.v2 {
  left: auto;
  top: -100px;
  right: -100px;
  bottom: auto;
}

.giv-scroll-nav {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  background-color: hsla(0, 0%, 100%, 0.99);
  -webkit-transform: translate(105%, 0px);
  -ms-transform: translate(105%, 0px);
  transform: translate(105%, 0px);
}

.giv-scroll-nav-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: auto;
  max-height: 100vh;
  padding: 120px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.giv-scroll-nav-menus {
  right: 20px;
  display: none;
}

.giv-scroll-nav-menu-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b2ba36;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}

.giv-scroll-nav-menu-links:hover {
  color: #fff;
}

.giv-scroll-nav-menu-links.w--current {
  font-weight: 700;
}

.giv-scroll-nav-menu-links.withd-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.giv-scroll-nav-menu-links.withd-dropdown.w--open {
  background-color: #112d45;
}

.giv-scroll-nav-menu-links.dropdown {
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}

.giv-scroll-nav-menu-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-right: 35px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #112d45;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.giv-scroll-nav-menu-button-icon {
  width: 40px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.giv-scroll-nav-menu-button-icon:hover {
  opacity: 0.7;
}

.giv-scroll-nav-menu-button-close {
  position: absolute;
  left: auto;
  top: 50%;
  right: 80px;
  bottom: auto;
  opacity: 0;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.giv-scroll-nav-menu-button-menu {
  position: static;
  left: auto;
  top: 35px;
  right: -32px;
  bottom: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.giv-sldier-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.giv-sectio-title-rotate {
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  white-space: nowrap;
}

.giv-section-h2-rotate {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.giv-sldier-holder {
  padding-left: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.giv-home-sldier {
  width: 100%;
  height: 70vh;
  background-color: transparent;
}

.giv-home-sldier-slides {
  overflow: hidden;
  width: 25%;
  background-color: #000;
}

.giv-home-slider-arrow {
  left: -60px;
  top: auto;
  right: auto;
  bottom: 60px;
  width: 60px;
  height: 60px;
  background-color: #b2ba36;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 30px;
}

.giv-home-slider-arrow:hover {
  background-color: #112d45;
}

.giv-home-slider-arrow.right-arrow {
  bottom: 0px;
  background-color: #792b8a;
}

.giv-home-slider-arrow.right-arrow:hover {
  background-color: #112d45;
}

.giv-home-slider-arrow.testimonial {
  left: auto;
  top: auto;
  right: -10px;
  bottom: -20px;
  background-color: #792b8a;
}

.giv-home-slider-arrow.testimonial.leftlink {
  right: 50px;
  margin-right: 5px;
  background-color: #792b8a;
}

.giv-home-slider-arrow.testimonial.leftlink:hover {
  background-color: #112d45;
}

.giv-home-sldier-slides-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/IMG_0123.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.giv-home-sldier-slides-bg.arts-slide {
  background-image: url('../images/arts.jpg');
}

.giv-home-sldier-slides-bg.slides4 {
  background-image: url('../images/squared_DSC06624.jpg');
}

.giv-home-sldier-slides-bg.design {
  background-image: url('../images/3-Edited.jpg');
}

.giv-home-sldier-slides-bg.current-issues {
  background-image: url('../images/issues.jpg');
}

.giv-home-sldier-slides-bg.engineering {
  background-image: url('../images/engineering.jpg');
}

.giv-home-sldier-slides-bg.environmental {
  background-image: url('../images/environmental.jpg');
}

.giv-home-sldier-slides-bg.medecine {
  background-image: url('../images/medecine.jpg');
}

.giv-home-sldier-slides-bg.tech-coding {
  background-image: url('../images/technology.jpg');
}

.giv-home-sldier-slides-bg.winter-weekend {
  background-image: url('../images/slide-winterweekend.jpg');
}

.giv-home-sldier-slides-title {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  padding: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.giv-home-sldier-slides-linkl {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.giv-home-sldier-slides-title-text {
  position: relative;
  z-index: 5;
  line-height: 36px;
  text-align: left;
}

.giv-home-sldier-slides-overlay {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  background-color: #fff;
}

.giv-home-sldier-slides-title-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-color: #f99326;
}

.giv-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.giv-flex.alt {
  margin-top: 90px;
}

.giv-flex.vtop {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.giv-flex-col {
  width: 46%;
}

.giv-footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 85px;
  background-color: #792b8a;
  color: #9ebdd8;
  font-size: 14px;
  line-height: 20px;
}

.giv-footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.giv-footer-cols {
  width: 19%;
  margin-top: 40px;
}

.giv-footer-cols-title {
  padding-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.giv-footer-cols-title.v2 {
  margin-top: 25px;
}

.giv-footer-cols-list-item {
  padding-top: 3px;
  padding-bottom: 3px;
}

.giv-footer-cols-list-item-links {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  color: rgba(255, 255, 255, 0.49);
  text-decoration: none;
}

.giv-footer-cols-list-item-links:hover {
  text-decoration: underline;
}

.giv-regular-photo-holder {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 60%;
}

.giv-regular-photo-bg-overlap {
  position: absolute;
  left: -5%;
  top: -5%;
  right: 5%;
  bottom: 5%;
  z-index: 1;
  background-color: #b2ba36;
}

.giv-regular-photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  background-image: url('../images/Website-Image-Cropped.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.giv-why-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.giv-why-list-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.giv-why-list-items-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}

.giv-why-list-items-icon-img {
  width: 55%;
}

.giv-hero-bottom-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  height: 15px;
  background-color: #fff;
}

.giv-right-flow-bg {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 80px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.fc-kahaki {
  color: #b2ba36;
}

.fc-kahaki.schools {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 8px;
}

.giv-conatiner-small {
  position: relative;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
}

.giv-colleges {
  display: none;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.giv-colleges-cols {
  width: 30%;
}

.giv-colleges-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 0px solid #792b8a;
  line-height: 22px;
  white-space: nowrap;
}

.giv-colleges-list-item {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 6px;
  padding-left: 6px;
  border-right: 1px solid #ddd;
  font-size: 15px;
}

.giv-colleges-list-item.last {
  border-right-width: 0px;
}

.giv-colleges-list-item-links {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #792b8a;
  text-decoration: none;
  cursor: default;
}

.giv-colleges-list-item-links:hover {
  text-decoration: underline;
}

.giv-scholar-box {
  display: none;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.giv-schools-subtile {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 20px;
  border-left: 5px solid #b2ba36;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.div-block {
  width: 60%;
}

.heading {
  position: relative;
}

.giv-random-bg {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 112%;
  height: 60%;
  background-color: #efefef;
}

.giv-section-title {
  width: 760px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.giv-section-title.wider {
  width: 960px;
}

.giv-testi-slider {
  width: 960px;
  height: 350px;
  max-width: 100%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.giv-testi-slider-testibox {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding: 60px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.giv-testi-slider-photo {
  position: absolute;
  left: 50px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: none;
  width: 170px;
  height: 170px;
  background-color: #fff;
}

.giv-testi-slider-testitext {
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 300;
}

.giv-h2-schools {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 5px 8px;
  font-size: 32px;
  line-height: 44px;
}

.giv-schools-flex {
  position: relative;
  display: none;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.giv-schools-list-left {
  position: relative;
  z-index: 10;
  width: 90%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.giv-schools-list-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30%;
  padding-bottom: 30%;
  background-color: #3ebec8;
}

.giv-schools-items {
  padding: 30px;
}

.giv-more-schools {
  overflow: hidden;
}

.giv-load-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.giv-load-more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #b2ba36;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.giv-load-more-plus {
  padding-left: 20px;
  color: #b2ba36;
  font-size: 30px;
  font-weight: 500;
}

.giv-scroll-nav-menu-links-arrowdown-img {
  width: 10px;
  margin-left: 10px;
}

.giv-dropdown-list-links {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.giv-dropdown-list-links:hover {
  color: #b2ba36;
}

.giv-dropdown-list {
  overflow: hidden;
  width: 100%;
  height: 0px;
  background-color: #112d45;
}

.giv-dropdown-list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.giv-menu-address {
  display: none;
  width: 600px;
  max-width: 92%;
  margin-top: 2.5%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.giv-testim-quote-img {
  position: absolute;
  left: 20px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 100px;
}

.giv-brand-footer {
  width: 70%;
  margin-bottom: 40px;
}

.mouse-scroll-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  z-index: 10;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.container.side-padding {
  padding-right: 15px;
  padding-left: 15px;
}

.mouse-scroll {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 38px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #fff;
  border-radius: 12px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.mouse-scroll:hover {
  opacity: 0.6;
}

.mouse-dot {
  width: 4px;
  height: 4px;
  margin-top: 10px;
  border-radius: 100%;
  background-color: #fff;
}

.giv-logo {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.giv-logo:hover {
  opacity: 0.7;
}

.giv-logo.dark-logo {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.copyright-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #6b267a;
}

.giv-align-center {
  text-align: center;
}

.giv-copyright-link {
  color: #b2ba36;
  text-decoration: none;
}

.giv-copyright-link:hover {
  text-decoration: underline;
}

.giv-innerhero {
  position: relative;
  padding: 15px 15px 0px;
  background-color: #fff;
}

.giv-innerhero-container {
  position: relative;
  padding-top: 320px;
  padding-bottom: 40px;
}

.giv-innerhero-container.reduced-height {
  padding-top: 70px;
  background-color: #f4f5f8;
}

.giv-innerhero-photo {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 60%;
  background-image: url('../images/issues.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.giv-innerhero-photo.student {
  background-image: url('../images/student-hero.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.giv-innerhero-photo.parent {
  background-image: url('../images/hero_bg3.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.giv-innerhero-photo.about-hero {
  background-image: url('../images/DSC_8164.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.giv-innerhero-photo.donation {
  background-image: url('../images/hero_bg19.jpg');
  background-position: 50% 50%;
}

.giv-innerhero-photo.alumni {
  background-image: url('../images/alumni.jpg');
}

.giv-innerhero-photo.contact {
  background-image: url('../images/contact-hero.jpg');
}

.giv-innerhero-photo.insitute {
  background-image: url('../images/int-header_1.jpg');
}

.giv-innerhero-photo.login {
  background-image: url('../images/hero_bg24.jpg');
}

.giv-innerhero-photo.resources {
  background-image: url('../images/hero_bg5.jpg');
  background-position: 50% 50%;
}

.giv-innerhero-photo.parent-resources {
  background-image: url('../images/hero_bg6.jpg');
  background-position: 50% 50%;
}

.giv-innerhero-photo.arts {
  background-image: url('../images/hero_bg26.jpg');
  background-position: 50% 50%;
}

.giv-innerhero-photo.astronomy {
  background-image: url('../images/hero_bg8.jpg');
}

.giv-innerhero-photo.engineering {
  background-image: url('../images/hero_bg9.jpg');
}

.giv-innerhero-photo.entrepreneurship {
  background-image: url('../images/img-sm-19.jpg');
}

.giv-innerhero-photo.environmental {
  background-image: url('../images/hero_bg11.jpg');
}

.giv-innerhero-photo.global {
  background-image: url('../images/hero_bg12.jpg');
}

.giv-innerhero-photo.governor {
  background-image: url('../images/hero_bg13.jpg');
}

.giv-innerhero-photo.health {
  background-image: url('../images/hero_bg14.jpg');
}

.giv-innerhero-photo.math {
  background-image: url('../images/img-sm-35.jpg');
}

.giv-innerhero-photo.technology {
  background-image: url('../images/img-sm-38.jpg');
  background-position: 50% 50%;
}

.giv-innerhero-photo.rfp {
  background-image: url('../images/hero_bg23.jpg');
  background-position: 50% 50%;
}

.giv-innerhero-photo.job-openings {
  background-image: url('../images/hero_bg15.jpg');
}

.giv-innerhero-photo.application {
  background-image: url('../images/hero_bg16.jpg');
  background-position: 50% 50%;
}

.giv-innerhero-photo.summer-program {
  background-image: url('../images/hero_bg17.jpg');
}

.giv-innerhero-photo.summer-tuition {
  background-image: url('../images/hero_bg18.jpg');
}

.giv-innerhero-photo.winter-weekend {
  background-image: url('../images/hero_bg19.jpg');
}

.giv-innerhero-photo.winter-tuition {
  background-image: url('../images/hero_bg20.jpg');
}

.giv-innerhero-photo.accepted {
  background-image: url('../images/img-sm-9.jpg');
}

.giv-innerhero-photo.refer {
  background-image: url('../images/hero_bg21.jpg');
}

.giv-innerhero-photo.why-choose {
  background-image: url('../images/hero_bg22.jpg');
}

.giv-innerhero-photo.team {
  background-image: url('../images/img-sm-46.jpg');
}

.giv-innerhero-photo.for-leaders {
  background-image: url('../images/img-sm-48.jpg');
}

.giv-innerhero-photo.for-staff {
  background-image: url('../images/img-sm-55.jpg');
}

.giv-innerhero-photo.pattern {
  background-image: none;
}

.giv-innerhero-textbox {
  position: relative;
  z-index: 10;
  width: 50%;
  padding: 30px 40px;
  background-color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.giv-h1-innerhero {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #b2ba36;
  font-size: 40px;
  line-height: 1.2em;
}

.giv-insititute-section-title {
  position: relative;
  width: 960px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.giv-h2-small {
  font-size: 32px;
  line-height: 42px;
}

.heading-2 {
  position: relative;
  z-index: 5;
}

.giv-programs-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.giv-programs-item {
  position: relative;
  z-index: 5;
  width: 46%;
  margin-top: 80px;
  color: #333;
  text-decoration: none;
  text-shadow: 1px 1px 1px #fff;
}

.giv-programs-item.last {
  margin-right: auto;
  margin-left: auto;
}

.giv-programs-item-photo {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 50%;
}

.giv-programs-item-photo-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/parents-students.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: -11px -11px 0 0 #b2ba36;
}

.giv-programs-item-photo-inner.architexture {
  background-image: url('../images/3-Edited.jpg');
}

.giv-programs-item-photo-inner.arts {
  background-image: url('../images/arts.jpg');
}

.giv-programs-item-photo-inner.astronomy {
  background-image: url('../images/squared_DSC06624.jpg');
  background-position: 50% 100%;
}

.giv-programs-item-photo-inner.issues-activisim {
  background-image: url('../images/issues.jpg');
  background-position: 50% 10%;
}

.giv-programs-item-photo-inner.engineering {
  background-image: url('../images/engineering.jpg');
  background-position: 50% 100%;
}

.giv-programs-item-photo-inner.entrepreneurship {
  background-image: url('../images/IMG_0123.jpg');
}

.giv-programs-item-photo-inner.environmental-tech {
  background-image: url('../images/2018Postcard-bottom-right-edited.jpg');
  background-position: 50% 50%;
}

.giv-programs-item-photo-inner.health-medecine {
  background-image: url('../images/Day-2-Emergency-Medical-Certification-Training-Splinting-2.jpg');
  background-position: 50% 50%;
}

.giv-programs-item-photo-inner.info-tech {
  background-image: url('../images/it.jpg');
}

.giv-programs-item-photo-inner.math {
  background-image: url('../images/math.jpg');
}

.giv-programs-item-photo-inner.winter-weekend {
  background-image: url('../images/slide-winterweekend.jpg');
  background-position: 50% 0%;
}

.giv-programs-middle-bar {
  position: absolute;
  left: 50%;
  top: 30px;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 20%;
  background-color: #efefef;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.giv-innerhero-photo-overlay {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0px;
  background-color: #fff;
}

.side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-info.border-right {
  padding-right: 40px;
  border-right: 2px solid #f4f5f8;
}

.side-info.vertical-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.side-info.place-top {
  position: relative;
  z-index: 1;
}

.side-info.border-right {
  padding-right: 40px;
  border-right: 2px solid #f4f5f8;
}

.text-grey {
  color: #4d5464;
}

.text-grey.event-text {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-grey.event-bottom-text {
  margin-bottom: 0px;
}

.text-grey.event-bottom-text.small-text {
  margin-top: 40px;
}

.text-grey.extra-small {
  font-size: 14px;
}

.divider {
  width: 48px;
  height: 5px;
  margin-top: 4px;
  margin-bottom: 24px;
  border-left: 20px solid #792b8a;
  background-color: #b2ba36;
}

.divider.margin-v2 {
  margin-top: 8px;
  margin-bottom: 16px;
}

.side-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapper.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.wrapper.top-margin._60 {
  margin-top: 60px;
}

.section-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-box.purple {
  background-color: #792b8a;
  color: #fff;
}

.section-box.purple.student {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(121, 43, 138, 0.82)), to(rgba(121, 43, 138, 0.82))), url('../images/img-sm-9.jpg');
  background-image: linear-gradient(180deg, rgba(121, 43, 138, 0.82), rgba(121, 43, 138, 0.82)), url('../images/img-sm-9.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.content-grid {
  width: 100%;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-grid.major-gift {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.content-grid.one {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.content-grid.one.white-bg {
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.content-grid.one.gray-bg {
  padding: 20px;
  border-radius: 4px;
  background-color: #f4f5f8;
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

.list.top-margin {
  margin-top: 20px;
}

.list-bullet {
  position: absolute;
  left: 0%;
  top: 1px;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-right: 8px;
  font-family: Fontawesome, sans-serif;
  color: #b2ba36;
  font-size: 24px;
}

.small-text {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
}

.link-white {
  color: #fff;
}

.text-white {
  color: #fff;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.intro.small {
  margin-bottom: 40px;
}

.intro.no-margin {
  margin: 0px;
}

.intro.big {
  max-width: 800px;
}

.intro.big.center {
  margin-right: auto;
  margin-left: auto;
}

.intro.big.half-bottom-margin {
  margin-bottom: 40px;
}

.intro.wide {
  max-width: 800px;
}

.intro.wide.center {
  margin-right: auto;
  margin-left: auto;
}

.intro.left {
  width: 100%;
  max-width: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.slider-arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #21242d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.slider-arrow-button:hover {
  background-color: #792b8a;
}

.slider-arrow-button.left {
  border-radius: 4px;
}

.title {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #8e94a2;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 120px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.haze {
  background-color: #f4f5f8;
}

.section.haze.border-bottom {
  border-bottom: 1px solid #e9e9e9;
}

.section.haze.parallax {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 245, 248, 0.93)), to(rgba(244, 245, 248, 0.93))), url('../images/3-Edited.jpg');
  background-image: linear-gradient(180deg, rgba(244, 245, 248, 0.93), rgba(244, 245, 248, 0.93)), url('../images/3-Edited.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.green-mask {
  overflow: hidden;
  background-color: #b2ba36;
  color: #fff;
}

.section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.no-padding-top {
  padding-top: 0px;
}

.section.haze {
  background-color: #f4f5f8;
}

.section.green-mask {
  overflow: hidden;
  background-color: #b2ba36;
  color: #fff;
}

.section.overflow-off {
  overflow: visible;
}

.section.remove-top-padding {
  padding-top: 0px;
}

.section.full-height {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.49)), to(hsla(0, 0%, 100%, 0.49))), url('../images/papyrus.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.49), hsla(0, 0%, 100%, 0.49)), url('../images/papyrus.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 400px;
}

.section.remove-bottom-padding {
  padding-bottom: 0px;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #21242d;
}

.icon.color-1 {
  background-color: #792b8a;
}

.icon.color-3 {
  background-color: #b2ba36;
}

.bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 150%;
  min-height: 60vh;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-image._8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(178, 186, 54, 0.86)), to(rgba(178, 186, 54, 0.86))), url('../images/student-cta.jpg');
  background-image: linear-gradient(180deg, rgba(178, 186, 54, 0.86), rgba(178, 186, 54, 0.86)), url('../images/student-cta.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image.testimonials-v1-image {
  background-image: none;
  background-size: 1200px;
}

.bg-image.patent-cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(178, 186, 54, 0.86)), to(rgba(178, 186, 54, 0.86))), url('../images/parent-cta.jpg');
  background-image: linear-gradient(180deg, rgba(178, 186, 54, 0.86), rgba(178, 186, 54, 0.86)), url('../images/parent-cta.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image.scholarship-cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(178, 186, 54, 0.86)), to(rgba(178, 186, 54, 0.86))), url('../images/scholarship-cta.jpg');
  background-image: linear-gradient(180deg, rgba(178, 186, 54, 0.86), rgba(178, 186, 54, 0.86)), url('../images/scholarship-cta.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bg-image.alumni-cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(178, 186, 54, 0.86)), to(rgba(178, 186, 54, 0.86))), url('../images/alumno-cta.jpg');
  background-image: linear-gradient(180deg, rgba(178, 186, 54, 0.86), rgba(178, 186, 54, 0.86)), url('../images/alumno-cta.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 5px;
  background-color: #21242d;
  background-image: none;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #3270ff;
}

.button.primary-color {
  background-color: #792b8a;
}

.button.primary-color:hover {
  background-color: #88309b;
}

.button.primary-color.right-margin {
  margin-right: 20px;
}

.button.primary-color {
  background-color: #792b8a;
}

.button.primary-color:hover {
  background-color: #88309b;
}

.heading-margin-bottom {
  margin-bottom: 32px;
}

.quote-text {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 38px;
  font-style: italic;
}

.quote-icon {
  width: 64px;
  margin-bottom: -8px;
  opacity: 0.12;
}

.link-purple {
  color: #792b8a;
}

.link-purple:visited {
  color: #792b8a;
}

.review-v1-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.review-text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
}

.testimonials-v1-mask {
  margin-bottom: -104px;
}

.testimonials-v1-arrow {
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-bottom: -80px;
  margin-left: 0px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e4eb;
  background-color: #fff;
}

.testimonials-v1-arrow.left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.testimonials-v1-arrow.right {
  margin-left: 55px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.testimonials-v1-slide {
  right: 0px;
  bottom: 0px;
  height: 560px;
}

.review-v1-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0px;
}

.review-v1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 620px;
  margin-top: 600px;
  margin-right: 8.33%;
  padding: 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #b2ba36;
  color: #fff;
}

.testimonials-v1 {
  width: 100%;
  height: auto;
  margin-bottom: 104px;
  border-radius: 4px;
  background-color: transparent;
  background-image: url('../images/parent.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-v1-bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.review-v1-icon {
  position: absolute;
  right: 32px;
  bottom: 32px;
  opacity: 0.2;
}

.hidden {
  display: none;
}

.two-column-grid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  grid-column-gap: 20px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.arrow-icon {
  height: 10px;
  margin-left: 4px;
}

.side-slider-nav {
  height: 40px;
  padding-top: 12px;
  font-size: 9px;
}

.side-block-slider {
  overflow: hidden;
  width: 50%;
  min-height: 680px;
  background-color: transparent;
  background-image: url('../images/DSC_8164.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.side-slide-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 370px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.85);
  text-align: center;
}

.side-block-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 80px 8.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.side-blocks.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #792b8a;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
}

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

.side-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-slide._1 {
  background-image: none;
}

.side-slide._2 {
  background-image: none;
}

.tab-link {
  margin: -1px;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  color: #4d5464;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.tab-link.w--current {
  border-right-style: none;
  border-left-style: none;
  background-color: #f4f5f8;
  color: #fff;
  font-size: 16px;
}

.tab-link.alt-color.w--current {
  background-color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid none;
  border-width: 1px;
  border-color: #e2e4eb;
  border-radius: 4px;
}

.round-image {
  border-radius: 4px;
}

.round-image.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.history-content {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 49px;
  column-gap: 49px;
  -webkit-column-rule-color: #792b8a;
  column-rule-color: #792b8a;
  -webkit-column-rule-style: none;
  column-rule-style: none;
}

.shape {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 70px;
  height: 70px;
  border-style: solid;
  border-width: 5px;
  border-color: #792b8a;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shape._2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.event-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f4f5f8;
}

.year-box {
  width: 110px;
  margin-right: 20px;
  padding: 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #792b8a;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.big-text {
  font-size: 19px;
  line-height: 1.7em;
}

.big-text.top-margin._40 {
  margin-top: 40px;
}

.big-text.super-big-text {
  font-size: 28px;
}

.counter-cards {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4px;
}

.counter-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
  padding: 48px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.counter-card:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.counter-number {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 600;
}

.counter-text {
  margin-top: -4px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.link-black {
  color: #000;
}

.side-bg-logo {
  position: absolute;
  left: -55%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 520px;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.05;
}

.side-features-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-feature-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 8px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-feature-v1.full {
  width: 100%;
}

.side-feature-v1.gap-bottom {
  margin-bottom: 30px;
}

.client-v2-logo.big {
  height: 80px;
}

.client-v2-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 160px;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  -webkit-transition: border-color 300ms ease, -webkit-transform 200ms ease;
  transition: border-color 300ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, border-color 300ms ease;
  transition: transform 200ms ease, border-color 300ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.client-v2-card:hover {
  border-color: #c0c4cd;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.clients-v2-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.side-input-wrapper-50 {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.input {
  height: 56px;
  margin-bottom: 24px;
  padding: 12px 24px;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-size: 14px;
  line-height: 24px;
}

.input:hover {
  border-color: #c0c4cd;
}

.input:focus {
  border-color: #3270ff;
}

.input::-webkit-input-placeholder {
  color: #8e94a2;
}

.input:-ms-input-placeholder {
  color: #8e94a2;
}

.input::-ms-input-placeholder {
  color: #8e94a2;
}

.input::placeholder {
  color: #8e94a2;
}

.form-error {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 4px;
  background-color: rgba(255, 48, 113, 0.1);
  color: #ff3071;
  font-size: 12px;
  line-height: 20px;
}

.form-error.side-margins {
  margin-right: 15px;
  margin-left: 15px;
}

.side-input-wrapper-100 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.side-input-wrapper-100.form-bottom-text {
  margin-top: 15px;
}

.side-block-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-area {
  height: auto;
  min-height: 160px;
  margin-bottom: 24px;
  padding: 15px 24px;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-size: 14px;
  line-height: 24px;
}

.text-area:hover {
  border-color: #c0c4cd;
}

.text-area:focus {
  border-color: #3270ff;
}

.text-area::-webkit-input-placeholder {
  color: #8e94a2;
}

.text-area:-ms-input-placeholder {
  color: #8e94a2;
}

.text-area::-ms-input-placeholder {
  color: #8e94a2;
}

.text-area::placeholder {
  color: #8e94a2;
}

.form-success {
  padding: 16px;
  background-color: transparent;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

.side-block-contact {
  margin-bottom: 0px;
  padding-left: 8.33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-block-contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-bullet-2 {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 8px;
  font-family: Fontawesome, sans-serif;
  color: #b2ba36;
  font-size: 19px;
}

.two-column-grid-2 {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  grid-column-gap: 20px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.art-skill-grid {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.art-skill-grid.issues {
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.art-skill {
  margin-top: 0px;
  color: #792b8a;
  font-size: 18px;
  line-height: 1.4em;
}

.skill-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  text-align: center;
}

.skill-card.white-bg {
  background-color: #fff;
}

.tab {
  width: 100%;
}

.tabs-content {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table-header {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #f4f5f8;
  color: #792b8a;
  font-weight: 700;
}

.menu-grid {
  width: 100%;
  max-width: 1600px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-menu-link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
}

.nav-menu-link:hover {
  color: #b2ba36;
}

.nav-menu-link.title {
  padding-bottom: 15px;
  border-bottom: 1px solid #792b8a;
  color: #792b8a;
  font-weight: 700;
}

.menu-block {
  margin-bottom: 30px;
  text-align: left;
}

.team-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #792b8a;
  font-size: 18px;
  line-height: 24px;
}

.giv-link-wrap {
  text-decoration: none;
}

.align-center {
  text-align: center;
}

.align-center.reduced-width {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.large-paragraph {
  font-size: 20px;
  line-height: 32px;
}

.no-margin {
  margin-bottom: 0px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.align-centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4 {
  width: 33.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4.sm-2.lg-vertical-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step-container {
  margin-bottom: 80px;
}

.col-title {
  color: #792b8a;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.col-title.remove-bottom-margin.remove-top-margin {
  margin-top: 0px;
}

.feature-icon-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-icon-horizontal.flex-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-icon-horizontal.flex-middle.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.margin-bottom {
  margin-bottom: 40px;
}

.remove-bottom-margin {
  margin-bottom: 0px;
}

.card-heading {
  margin-top: 0px;
  color: #792b8a;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.small-heading-2 {
  font-size: 24px;
  font-weight: 600;
}

.small-heading-2.remove-margin {
  margin-bottom: 0px;
}

.featured-block-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #792b8a;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
}

.featured-block-link:hover {
  text-decoration: underline;
}

.contact-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 3px;
}

.contact-social-wrapper.center-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-block {
  margin-right: 20px;
}

.social-block._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #b2ba36;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-block._1:hover {
  background-color: #000;
}

.social-block._1.last {
  margin-right: 0px;
}

.social-icon {
  height: 15px;
}

.social-icon.larger-icon {
  height: 30px;
}

.testimonial-slider {
  width: 100%;
  height: 530px;
  background-color: transparent;
}

.testimonial-slide {
  height: auto;
}

.footer-link-title {
  color: #fff;
  text-decoration: none;
}

.footer-address {
  color: #fff;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #fff;
}

.testimonial-text {
  margin: 32px;
  font-size: 18px;
}

.testimonial-content {
  position: relative;
  width: 700px;
  padding: 40px 38px 40px 40px;
  border-radius: 4px;
  background-color: #b2ba36;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.testimonial-slider-2 {
  background-color: transparent;
}

.testimonial-slide-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 75px 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.testimonial-image {
  border-radius: 4px;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-block-left {
  padding: 60px;
}

.contact-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.contact-card-right {
  position: relative;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.divider-or {
  margin-bottom: 20px;
  margin-left: 15px;
  font-size: 20px;
  font-weight: 700;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  background-color: transparent;
}

.block-navbar {
  position: relative;
}

.nav-menu {
  width: 100%;
  padding-top: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #101113;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 45, 69, 0.95)), to(rgba(17, 45, 69, 0.95))), url('../images/hero_bg1.jpg');
  background-image: linear-gradient(180deg, rgba(17, 45, 69, 0.95), rgba(17, 45, 69, 0.95)), url('../images/hero_bg1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.nav-link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  color: #fff;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #f99326;
}

.nav-link.top-level-link {
  margin-top: 20px;
  padding-left: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #b2ba36;
  font-size: 18px;
  font-weight: 700;
}

.menu-button {
  z-index: 9999;
  margin-top: 15px;
  margin-right: 15px;
  padding: 30px;
  background-color: #792b8a;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #f99326;
}

.menu-button:hover {
  background-color: #b2ba36;
}

.menu-button.w--open {
  background-color: #000;
}

.menu-icon {
  width: 30px;
}

.logo {
  width: 150px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.logo:hover {
  opacity: 0.8;
}

.logo.dark-logo {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.brand {
  margin-top: 30px;
  margin-left: 50px;
}

.nav-mob-2 {
  display: none;
}

.field-label {
  color: #792b8a;
  text-transform: uppercase;
}

.right-padding {
  padding-right: 40px;
}

.left-padding {
  padding-left: 40px;
}

.left-padding._10 {
  padding-left: 10px;
}

.forgot-password-link {
  display: block;
  margin-bottom: 20px;
  color: #b2ba36;
  font-size: 14px;
  text-decoration: none;
}

.forgot-password-link:hover {
  text-decoration: underline;
}

.chart {
  width: 700px;
}

.top-margin {
  margin-top: 20px;
}

.reduced-width-container {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.small-text-2 {
  position: relative;
  font-size: 16px;
}

.divider-2 {
  width: 48px;
  height: 5px;
  margin-top: 4px;
  margin-bottom: 24px;
  border-left: 20px solid #792b8a;
  background-color: #b2ba36;
}

.link-black-2 {
  color: #000;
}

.small-text-3 {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}

.giv-overlap-block-box-bg-overlay-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  background-color: #fff;
}

.table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.table-row.alt-color {
  background-color: #f4f5f8;
}

.table-column-1 {
  width: 30%;
}

.table-column-2 {
  width: 15%;
}

.table-column-3 {
  width: 20%;
}

.table-column-4 {
  width: 35%;
}

.table-data {
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.table-heading-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mob-table-label {
  display: none;
}

.green {
  color: #b2ba36;
}

.remove-top-margin {
  margin-top: 0px;
}

.remove-top-margin.purple {
  color: #792b8a;
}

.small-icon {
  height: 50px;
  margin-bottom: 5px;
}

.icon-block-link {
  padding: 10px 15px;
  color: #792b8a;
  text-align: center;
}

.icon-block-wrapper {
  width: 100%;
}

.quad-content-block {
  padding-right: 60px;
}

.quad-content-block.right-block {
  padding-right: 0px;
  padding-left: 60px;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mini-icon-grey {
  width: 16px;
  margin-right: 8px;
}

.post-info-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 12px;
  text-decoration: none;
}

.post-heading-link {
  width: 100%;
  color: #792b8a;
  text-decoration: none;
}

.blog-post-thumbnail {
  position: relative;
  overflow: hidden;
  width: 30%;
  height: 200px;
  padding: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
}

.blog-post-thumbnail.related-post-thumbnail {
  width: 100%;
  height: 300px;
}

.page-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f99326;
  color: #fff;
  text-decoration: none;
}

.blog-post-title {
  margin-top: 0px;
  font-size: 26px;
}

.blog-post-title.small-title {
  font-size: 20px;
  line-height: 24px;
}

.column-right-padding {
  padding-right: 5%;
}

.category-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 16px;
  margin-right: 15px;
}

.post-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  font-weight: 300;
}

.thumbnail {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/sample-blog1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 550ms ease;
  transition: -webkit-transform 550ms ease;
  transition: transform 550ms ease;
  transition: transform 550ms ease, -webkit-transform 550ms ease;
}

.thumbnail:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.thumbnail._2 {
  background-image: url('../images/7hqyjZXU7IQ.jpg');
}

.thumbnail._1 {
  background-image: url('../images/5wFcCUT9THY.jpg');
}

.sidebar-category {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 11px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #792b8a;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
}

.tag {
  position: relative;
  overflow: hidden;
  margin-top: 6px;
  margin-right: 8px;
  margin-bottom: 6px;
  padding: 3px 10px;
  border: 1px solid #b2ba36;
  border-radius: 4px;
  background-color: #fff;
  color: #b2ba36;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
}

.badge {
  position: relative;
  z-index: 3;
  display: inline-block;
  height: 24px;
  padding: 3px 12px;
  border-radius: 12px;
  background-color: #b2ba36;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-transform: lowercase;
}

.badge.post-category {
  margin-bottom: 10px;
}

.sidebar-category-name {
  color: #792b8a;
}

.post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.divider-small {
  width: 1px;
  height: 16px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: #b4b4b4;
}

.sidebar-block {
  margin-bottom: 40px;
}

._0-top-margin {
  margin-top: 0px;
}

.category-color-line {
  width: 20px;
  height: 2px;
  margin-right: 12px;
}

.category-color-line._3 {
  background-color: #792b8a;
}

.category-color-line._4 {
  background-color: #112d45;
}

.category-color-line._1 {
  background-color: #f99326;
}

.category-color-line._2 {
  background-color: #b2ba36;
}

.post-summary {
  margin-bottom: 12px;
  font-size: 16px;
}

.header-block {
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-color: #353535;
}

.blog-post-content {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pagination-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-card-avatar {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 50%;
  background-image: url('../images/zee.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.related-post-wrap {
  width: 95%;
}

.author-content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.royal-blue {
  color: #0056b9;
}

.author-avatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  border-radius: 4px;
}

.section-heading-wrapper {
  position: relative;
  width: 60%;
  margin-bottom: 75px;
}

.section-heading-wrapper._40-margin {
  margin-bottom: 40px;
}

.related-post-content {
  padding: 10px;
}

.bottom-author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(240, 244, 246, 0.91);
}

.application-form-block {
  width: 100%;
  padding: 25px;
}

.side-info-heading {
  font-size: 38px;
}

.remove-left-padding {
  padding-left: 0px;
}

.div-sliders-column-wrapper {
  height: 425px;
}

.testimonial-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 2px;
  padding-left: 2px;
}

.testimonial-column {
  padding-right: 10px;
  padding-left: 10px;
}

.testimonial-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dde1e7;
  border-radius: 4px;
  text-align: center;
}

.slide-nav {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
  height: 48px;
  margin-right: 552px;
  margin-left: 552px;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
}

.testimonial-arrow {
  left: -13%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #792b8a;
}

.left-testimonial-arrow {
  left: 0%;
  top: auto;
  right: -13%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #792b8a;
}

.slider-icon {
  font-size: 17px;
}

.mobile-form-filter {
  display: none;
}

.tabs-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tabs-menu-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-right: 35px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background-color: #f4f5f8;
}

.tabs-menu-1.wider-tabs-menu {
  width: 500px;
}

.tabs-menu-1.wider-tabs-menu._600 {
  width: 600px;
}

.tab-link-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-weight: 600;
}

.tab-link-1.w--current {
  border: 1px solid #b2ba36;
  border-radius: 4px;
  background-color: transparent;
}

.tab-1-icon {
  width: 25px;
  margin-right: 10px;
}

.tabs-1-content {
  width: 100%;
  padding: 60px;
  border: 6px solid #b2ba36;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.52)), to(hsla(0, 0%, 100%, 0.52))), url('../images/papyrus.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.52), hsla(0, 0%, 100%, 0.52)), url('../images/papyrus.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 400px;
}

.process-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-text {
  color: #792b8a;
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 700;
}

.process-center-icon {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.process-center-step {
  color: #b2ba36;
  font-size: 24px;
  font-weight: 700;
}

.process-line {
  position: absolute;
  width: 2px;
  height: 73%;
  background-image: url('../images/line.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.small-h3 {
  color: #b2ba36;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.purple {
  color: #792b8a;
}

.small-heading-3 {
  color: #792b8a;
  font-size: 24px;
}

.small-heading-3.no-margin {
  margin-top: 0px;
}

.small-heading-3.no-margin.reduced-heading-3 {
  font-size: 20px;
  line-height: 30px;
}

.small-heading-3.top-margin._40 {
  margin-top: 40px;
}

.brand-gs {
  width: 300px;
}

.expand-click-wrap {
  background-color: #fff;
}

.expand-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  padding: 20px 75px 15px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebecf0;
  border-right: 1px solid #ebecf0;
  border-left: 1px solid #ebecf0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
}

.expand-block.middle-block {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.expand-icon {
  position: absolute;
  right: 5%;
  width: 20px;
}

.expand-content {
  overflow: hidden;
  padding-top: 5px;
  padding-right: 25px;
  padding-left: 30px;
  border-right: 1px solid #ebecf0;
  border-left: 1px solid #ebecf0;
}

.expand-content.last {
  border-bottom: 1px solid #ebecf0;
}

.note {
  margin-bottom: 20px;
  color: red;
  text-align: center;
}

.pricing-card {
  padding: 35px;
  border: 1px solid #ebecf0;
  border-radius: 4px;
  text-align: center;
}

.pricing-card-small-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.pricing-salary {
  margin-bottom: 10px;
  color: #b2ba36;
  font-size: 22px;
  font-weight: 500;
}

.pricing-price {
  color: #792b8a;
  font-size: 40px;
  line-height: 1.2em;
}

.medium-heading-2 {
  font-size: 36px;
}

.team-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 940px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._33-column {
  width: 33.33%;
  min-height: 200px;
  padding-right: 25px;
  padding-left: 25px;
}

.team-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ebecf0;
}

.team-item-wrap.with-picture {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-name-sub-title {
  margin-top: 10px;
  color: #b2ba36;
  font-size: 14px;
  line-height: 18px;
}

.note-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 10px;
  border: 1px solid #ebecf0;
  border-radius: 4px;
  font-size: 13px;
}

.small-note {
  margin-right: 20px;
}

.profile-picture {
  overflow: hidden;
  width: 75px;
  margin-right: 20px;
  border-radius: 4px;
}

.team-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-2-link {
  color: #000;
  text-decoration: none;
}

.small-state {
  color: #b2ba36;
  font-size: 14px;
  font-weight: 400;
}

.intro-section {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 55px;
  padding-bottom: 35px;
  background-color: #b2ba36;
}

.skill-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.skill-block.first {
  margin-top: 0px;
}

.hero-note {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 40px;
  z-index: 100;
  width: 400px;
  padding: 5px 12px;
  border-radius: 4px;
  background-color: #f99326;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
}

.faculty-right {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faculty {
  width: 100px;
  border-radius: 4px;
}

.faculty-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.institute-date-block {
  z-index: 11;
  display: inline-block;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.institute-date-block.remove-shadow {
  text-shadow: none;
}

.side-banner {
  width: 100%;
  margin-bottom: 30px;
  padding: 50px 25px;
  border-radius: 4px;
  background-color: #f99326;
}

.banner-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}

.top-margin-2 {
  margin-top: 30px;
}

.share-dropdown {
  width: 100%;
}

.blog-post-featured-image {
  width: 100%;
  height: 550px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: url('../images/hero_bg24.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-title-wrapper {
  color: #000;
}

.post-card {
  margin-bottom: 56px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.notification-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 500px;
  height: 30px;
  margin-top: 59px;
  margin-left: 300px;
  padding: 5px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #f99326;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.alert-icon {
  width: 15px;
  margin-right: 10px;
  float: left;
}

.notification-text {
  float: left;
}

.ticker-text {
  width: 7000px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
}

.notification-wrap-interior {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 500px;
  height: 30px;
  margin-top: 59px;
  margin-left: 300px;
  padding: 5px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #f99326;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.institute-date {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e6e6e6;
  color: #969696;
  font-weight: 500;
}

.highlight {
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #112d45;
  color: #fff;
}

.institute-location {
  color: #969696;
  line-height: 20px;
  font-weight: 500;
}

.institute-date-left {
  float: left;
  color: #969696;
  font-weight: 500;
}

.institute-date-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.forum-documents {
  width: 100%;
}

.forum-document-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #e7e7e7;
  border-radius: 10px;
  text-decoration: none;
}

.forum-document-thumbnail {
  width: 50px;
}

.forum-document-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-post-link {
  margin-bottom: 5px;
  color: #005696;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}

.sidebar-post-link:hover {
  text-decoration: underline;
}

.sidebar-forum-date {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 20px;
}

.forum-section-heading {
  margin-bottom: 40px;
  text-align: center;
}

html.w-mod-js *[data-ix="initialize-navlink"] {
  width: 0px;
}

html.w-mod-js *[data-ix="institutes-bg-title"] {
  width: 0px;
}

html.w-mod-js *[data-ix="initialize-schools-more"] {
  height: 0px;
}

html.w-mod-js *[data-ix="initialize-dropdown-ist"] {
  height: 0px;
}

html.w-mod-js *[data-ix="delay-date-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="share-initial"] {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .giv-brand {
    width: 100px;
  }
  .giv-header-right {
    display: none;
  }
  .giv-section.video-home {
    z-index: 10;
    overflow: visible;
  }
  .giv-overlap-block {
    width: 70%;
    padding-left: 0%;
  }
  .giv-overlap-block-box-bg.v2 {
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
  }
  .giv-overlap-block-box-bg.v2 {
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
  }
  .giv-homevideo-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .giv-homevideo-flex-left {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .giv-homevideo-flex-photo {
    width: 100%;
    padding-bottom: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .giv-home-video-noteblock.v2 {
    position: absolute;
    left: 80px;
    top: auto;
    right: auto;
    bottom: -120px;
  }
  .giv-scroll-nav-menu-links {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 18px;
    line-height: 24px;
  }
  .giv-scroll-nav-menu-button-icon {
    width: 30px;
  }
  .giv-home-sldier-slides {
    width: 50%;
  }
  .giv-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .giv-flex-col {
    width: 100%;
  }
  .giv-flex-col.photo-col {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .giv-footer {
    padding-bottom: 120px;
  }
  .giv-footer-flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .giv-footer-cols {
    width: 33.333%;
  }
  .giv-footer-cols-title.v2.mob-margin {
    margin-top: 60px;
  }
  .giv-conatiner-small {
    width: 100%;
  }
  .giv-scholar-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block {
    width: 100%;
    margin-top: 20px;
  }
  .giv-testi-slider-testitext {
    font-size: 19px;
    line-height: 30px;
  }
  .mouse-scroll-wrap {
    bottom: 60px;
  }
  .giv-innerhero-container {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .giv-innerhero-textbox {
    font-size: 18px;
    line-height: 26px;
  }
  .giv-h1-innerhero {
    font-size: 38px;
    line-height: 46px;
  }
  .side-info {
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-info.border-right.vertical-padding {
    border-right-style: none;
  }
  .side-info.vertical-padding.mob-remove-top-padding {
    padding-top: 0px;
  }
  .side-info.border-right.vertical-padding {
    border-right-style: none;
  }
  .side-info.border-right.vertical-padding.mob-remove-botto-padding {
    padding-bottom: 0px;
  }
  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }
  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }
  .section-box {
    padding: 80px 8px;
  }
  .content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .content-grid.major-gift {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .slider-arrow-button {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
  .section {
    padding: 80px 8px;
  }
  .testimonials-v1-slide {
    height: 480px;
  }
  .review-v1 {
    width: 66.66%;
    padding: 40px;
  }
  .two-column-grid {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .side-block-slider {
    width: 100%;
    min-height: 600px;
  }
  .side-block-full {
    width: 100%;
  }
  .side-blocks {
    margin-bottom: -48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-blocks.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tab-link {
    padding: 10px 20px;
    font-size: 12px;
  }
  .history-content {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .counter-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .counter-card {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .side-features-v1 {
    padding-top: 16px;
  }
  .client-v2-card {
    min-height: 168px;
    margin: 4px;
    padding: 10px;
    -webkit-box-flex: 28%;
    -webkit-flex: 28%;
    -ms-flex: 28%;
    flex: 28%;
  }
  .clients-v2-grid {
    padding: 3px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }
  .side-input-wrapper-50 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .form-error.side-margins {
    margin-right: 8px;
    margin-left: 8px;
  }
  .side-input-wrapper-100 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-block-short {
    width: 100%;
  }
  .side-block-contact {
    padding-left: 0%;
  }
  .side-block-contact-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .two-column-grid-2 {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .art-skill-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .art-skill-grid.issues {
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .menu-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.align-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col.lg-5 {
    width: 50%;
  }
  .col.lg-1 {
    display: none;
  }
  .col.lg-1.hidden-lg-down {
    display: none;
  }
  .col.lg-4 {
    width: 50%;
  }
  .step-container {
    margin-bottom: 80px;
  }
  .feature-icon-horizontal {
    margin-bottom: 20px;
  }
  .margin-bottom {
    margin-bottom: 40px;
  }
  .wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-social-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .testimonial-text {
    font-size: 16px;
  }
  .testimonial-content {
    width: 90%;
    font-size: 18px;
  }
  .testimonial-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testimonial-block-left {
    display: none;
  }
  .testimonial-block-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-link {
    padding-left: 0px;
  }
  .chart {
    width: 90%;
  }
  .table-wrapper {
    margin-top: 0px;
  }
  .table-row {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color: #acacac;
  }
  .table-column-1 {
    width: 100%;
  }
  .table-column-2 {
    width: 100%;
  }
  .table-column-3 {
    width: 100%;
  }
  .table-column-4 {
    width: 100%;
  }
  .table-data {
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    text-align: center;
  }
  .table-heading-row {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mob-table-label {
    display: block;
    padding-top: 10px;
    color: #000;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }
  .blog-post-thumbnail {
    height: 25vw;
  }
  .pagination-wrap {
    margin-bottom: 40px;
  }
  .slide-nav {
    bottom: -15%;
    margin-right: 323.891px;
    margin-left: 347.875px;
  }
  .testimonial-arrow {
    left: -16%;
    right: 0%;
    bottom: -15%;
  }
  .left-testimonial-arrow {
    right: -17%;
    bottom: -15%;
  }
  .mobile-form-filter {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
  }
  .tab-link-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .process-line {
    height: 75%;
  }
  .hero-note {
    left: auto;
    top: auto;
    right: 4%;
    bottom: 2%;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .side-banner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .banner-title {
    font-size: 25px;
    line-height: 25px;
  }
  .notification-wrap {
    width: 300px;
  }
  .notification-wrap-interior {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
  h4 {
    font-size: 18px;
    line-height: 27px;
  }
  .giv-h2-homehero {
    font-size: 22px;
    line-height: 26px;
  }
  .giv-h1-hero {
    font-size: 45px;
    line-height: 60px;
  }
  .giv-brand {
    width: 80px;
  }
  .giv-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .giv-homevideo-flex-photo {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .giv-home-video-noteblock {
    left: 50%;
    top: auto;
    right: auto;
    bottom: -70px;
    max-width: 80%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .giv-home-video-noteblock.v2 {
    position: static;
    width: 100%;
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .giv-scroll-nav {
    width: 100%;
  }
  .giv-scroll-nav-inner {
    padding-top: 90px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .giv-scroll-nav-menus {
    width: 100%;
  }
  .giv-sectio-title-rotate {
    z-index: 10;
    width: 0px;
    height: 0px;
  }
  .giv-sldier-holder {
    padding-left: 60px;
  }
  .giv-home-sldier-slides-title-text {
    font-size: 26px;
    line-height: 32px;
  }
  .giv-footer-cols {
    width: 50%;
  }
  .giv-colleges {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .giv-colleges-cols {
    width: 100%;
  }
  .giv-testi-slider {
    width: auto;
  }
  .giv-testi-slider-testitext {
    font-size: 18px;
    line-height: 28px;
  }
  .giv-h2-schools {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }
  .giv-schools-items {
    padding: 10px 0px;
  }
  .giv-innerhero-container {
    padding-top: 160px;
    padding-bottom: 20px;
  }
  .giv-innerhero-photo.insitute {
    height: 300px;
  }
  .giv-innerhero-textbox {
    width: 80%;
    padding: 25px;
  }
  .giv-h1-innerhero {
    font-size: 32px;
    line-height: 40px;
  }
  .giv-h2-small {
    font-size: 26px;
    line-height: 34px;
  }
  .giv-programs-list {
    padding-right: 10%;
    padding-left: 0%;
  }
  .giv-programs-item {
    width: 100%;
  }
  .giv-programs-middle-bar {
    left: auto;
    right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .section-box {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .intro {
    margin-bottom: 48px;
  }
  .slider-arrow-button {
    margin-top: auto;
  }
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .review-v1-info {
    padding-left: 0px;
  }
  .review-text {
    font-size: 16px;
    line-height: 24px;
  }
  .review-v1 {
    margin-right: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .review-v1-icon {
    top: 24px;
    right: 24px;
    bottom: auto;
  }
  .side-block-slider {
    min-height: 480px;
  }
  .side-block-full {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .tabs-menu {
    margin-bottom: 64px;
  }
  .client-v2-logo {
    height: auto;
  }
  .client-v2-card {
    min-height: 25vw;
    padding: 10px;
  }
  .clients-v2-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .art-skill-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .art-skill-grid.issues {
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }
  .menu-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.margin-bottom.sm-reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .side-image {
    margin-bottom: 20px;
  }
  .col.lg-5 {
    width: 100%;
  }
  .col.lg-4.sm-2 {
    width: 100%;
  }
  .sm-align-centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .small-heading-2 {
    line-height: 30px;
  }
  .testimonial-slider {
    height: auto;
  }
  .testimonial-wrapper {
    width: 100%;
  }
  .divider-or {
    margin-left: 8px;
  }
  .menu-button {
    padding: 15px;
  }
  .menu-icon {
    width: 20px;
  }
  .logo {
    width: 125px;
  }
  .brand.w--current {
    margin-left: 30px;
  }
  .nav-mob-1 {
    display: none;
  }
  .nav-mob-2 {
    display: block;
  }
  .right-padding {
    padding-right: 0px;
  }
  .right-padding.mob-bottom-padding {
    margin-bottom: 60px;
  }
  .left-padding {
    padding-left: 0px;
  }
  .left-padding._10 {
    padding-left: 0px;
  }
  .chart {
    width: 100%;
  }
  .quad-content-block {
    padding-right: 0px;
  }
  .quad-content-block.right-block {
    padding-left: 0px;
  }
  .blog-post-thumbnail {
    width: 100%;
    height: 45vw;
    margin-bottom: 20px;
  }
  .column-right-padding {
    padding-right: 0%;
    padding-left: 0px;
  }
  .blog-post-content {
    margin-left: 0px;
  }
  .blog-post-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-heading-wrapper {
    width: 100%;
  }
  .bottom-author-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .application-form-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-sliders-column-wrapper {
    height: auto;
  }
  .testimonial-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-block {
    margin-bottom: 40px;
  }
  .slide-nav {
    bottom: -1%;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial-arrow {
    left: -20%;
    bottom: -1%;
  }
  .left-testimonial-arrow {
    right: -20%;
    bottom: -1%;
  }
  .mob-top-margin {
    margin-top: 40px;
  }
  .tabs-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-menu-1 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .tabs-menu-1.wider-tabs-menu {
    width: 100%;
  }
  .tabs-menu-1.wider-tabs-menu._600 {
    width: 100%;
  }
  .tab-link-1 {
    width: 50%;
  }
  .tabs-1-content {
    padding: 40px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .process-text {
    font-size: 20px;
  }
  .process-center-step {
    font-size: 18px;
  }
  .process-line {
    height: 80%;
  }
  .small-heading-3.no-margin.reduced-heading-3 {
    font-size: 16px;
  }
  .expand-block {
    min-width: auto;
  }
  .team-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._33-column {
    width: 50%;
  }
  .mob-remove-left-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-note {
    right: 55px;
    bottom: -25px;
  }
  .faculty-left {
    margin-bottom: 20px;
  }
  .faculty-right {
    padding-left: 0px;
  }
  .faculty {
    width: 140px;
  }
  .faculty-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side-banner {
    padding-bottom: 25px;
  }
  .banner-title {
    font-size: 32px;
    line-height: 30px;
  }
  .top-margin-2 {
    margin-bottom: 30px;
  }
  .blog-post-featured-image {
    height: 350px;
  }
  .notification-wrap {
    top: 56px;
    width: 70%;
    margin-left: 37px;
  }
  .notification-wrap-interior {
    top: 56px;
    width: 70%;
    margin-left: 37px;
  }
  .institute-date-left {
    float: none;
    font-size: 16px;
  }
  .institute-date-right {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 19px;
    line-height: 26px;
  }
  .giv-h2-homehero {
    font-size: 18px;
    line-height: 24px;
  }
  .giv-homne-hero-container {
    padding-right: 1%;
    padding-left: 1%;
  }
  .giv-h1-hero {
    font-size: 30px;
    line-height: 40px;
  }
  .giv-header.reduce-top-padding {
    padding-top: 20px;
  }
  .giv-brand {
    width: 120px;
    margin-left: 10px;
  }
  .giv-brand.invert {
    -webkit-filter: none;
    filter: none;
  }
  .giv-social-nets {
    right: 10px;
  }
  .giv-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .giv-overlap-block {
    width: 85%;
  }
  .giv-overlap-block-box-bg.v2 {
    width: 90%;
  }
  .giv-overlap-block-box-bg.v2 {
    width: 90%;
  }
  .giv-homevideo-flex-photo {
    margin-bottom: 0px;
  }
  .giv-home-video-noteblock {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 90%;
    margin-top: -40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .giv-home-video-noteblock.v2 {
    margin-top: 0px;
  }
  .giv-scroll-nav-menu-links {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .giv-scroll-nav-menu-button {
    right: 6%;
    margin-right: 5px;
  }
  .giv-scroll-nav-menu-button.inner-nav-menu-button {
    margin-top: 35px;
  }
  .giv-scroll-nav-menu-button-icon {
    width: 25px;
  }
  .giv-sldier-holder {
    padding-left: 40px;
  }
  .giv-home-sldier-slides {
    width: 100%;
  }
  .giv-home-slider-arrow {
    left: -40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
  }
  .giv-home-slider-arrow.testimonial.leftlink {
    right: 30px;
  }
  .giv-flex.alt {
    margin-top: 60px;
  }
  .giv-footer-cols {
    width: 100%;
  }
  .giv-right-flow-bg {
    width: 60px;
  }
  .giv-colleges-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .giv-colleges-list-item {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right-style: none;
  }
  .giv-colleges-list-item-links {
    font-size: 13px;
  }
  .giv-testi-slider-testibox {
    padding-right: 26px;
    padding-left: 26px;
  }
  .giv-testi-slider-photo {
    left: 20px;
    width: 140px;
    height: 140px;
  }
  .giv-testi-slider-testitext {
    font-size: 16px;
    line-height: 25px;
  }
  .giv-dropdown-list-links {
    font-size: 16px;
  }
  .giv-align-center {
    text-align: left;
  }
  .giv-innerhero-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 95px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .giv-innerhero-photo {
    position: relative;
    width: 100%;
    height: 250px;
  }
  .giv-innerhero-photo.pattern {
    height: 25px;
  }
  .giv-innerhero-textbox {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .giv-h1-innerhero {
    font-size: 28px;
    line-height: 36px;
  }
  .giv-h2-small {
    font-size: 24px;
    line-height: 32px;
  }
  .giv-programs-list {
    padding-right: 0%;
  }
  .giv-programs-item-photo-inner {
    box-shadow: -7px -7px 0 0 #b2ba36;
  }
  .giv-programs-middle-bar {
    display: none;
  }
  .side-info.border-right.vertical-padding {
    padding-right: 8px;
  }
  .side-info.border-right.vertical-padding {
    padding-right: 8px;
  }
  .side-block {
    padding-right: 0%;
    padding-left: 0%;
  }
  .button.primary-color.right-margin {
    margin-right: 0px;
  }
  .testimonials-v1-arrow.left {
    left: 21px;
    width: 48px;
    height: 48px;
    margin-bottom: -145px;
  }
  .testimonials-v1-arrow.right {
    left: 14px;
    width: 48px;
    height: 48px;
    margin-bottom: -145px;
  }
  .review-v1 {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
    padding: 32px;
  }
  .two-column-grid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .side-slider-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 8%;
    background-color: rgba(17, 45, 69, 0.66);
    font-size: 13px;
  }
  .side-block-slider {
    min-height: 600px;
  }
  .side-slide-card {
    width: 92%;
  }
  .side-block-full {
    padding-right: 8px;
    padding-left: 8px;
  }
  .tab-link {
    width: 40%;
    margin: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #e2e4eb;
    border-radius: 4px;
    text-align: center;
  }
  .tab-link.w--current {
    border-style: solid;
  }
  .tabs-menu {
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-style: none;
    border-bottom-style: none;
  }
  .counter-card {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
  .side-feature-v1 {
    width: 100%;
  }
  .client-v2-card {
    width: 100%;
    min-height: 40vw;
    padding: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .clients-v2-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .side-input-wrapper-50 {
    width: 100%;
  }
  .two-column-grid-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .art-skill-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }
  .art-skill-grid.issues {
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .skill-card {
    min-height: 100px;
  }
  .nav-menu-link {
    font-size: 16px;
  }
  .large-paragraph {
    font-size: 18px;
  }
  .side-image {
    margin-bottom: 20px;
  }
  .col {
    margin-bottom: 0px;
  }
  .col.lg-5 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.lg-4 {
    width: 100%;
  }
  .col-title {
    font-size: 20px;
    line-height: 24px;
  }
  .small-heading-2 {
    line-height: 30px;
  }
  .social-block._1 {
    margin-bottom: 10px;
  }
  .testimonial-content {
    width: 75%;
    font-size: 16px;
  }
  .testimonial-slide-2 {
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .brand {
    margin-top: 20px;
    margin-left: 15px;
  }
  .flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-post-thumbnail {
    height: 60vw;
  }
  .header-block {
    margin-top: 20px;
  }
  .author-content-wrapper {
    text-align: center;
  }
  .bottom-author-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonial-block {
    padding: 20px;
  }
  .slide-nav {
    width: 29%;
  }
  .testimonial-arrow {
    left: -50%;
  }
  .left-testimonial-arrow {
    right: -50%;
  }
  .tabs-menu-1 {
    padding: 0px;
  }
  .tab-link-1 {
    padding: 25px 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 18px;
    text-align: center;
  }
  .tab-1-icon {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .tabs-1-content {
    padding: 5px 25px;
  }
  .process-text {
    font-size: 16px;
    text-align: left;
  }
  .process-line {
    height: 77%;
  }
  .small-heading-3.remove-top-margin.mob-top-margin._20 {
    margin-top: 20px;
  }
  .small-heading-3.no-margin.reduced-heading-3 {
    line-height: 18px;
  }
  ._33-column {
    width: 100%;
  }
  .note-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .small-note {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .hero-note {
    left: 0%;
    top: 98px;
    right: 0%;
    bottom: auto;
    width: 85%;
  }
  .faculty-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .institute-date-block {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    font-size: 11px;
    text-align: center;
  }
  .side-banner {
    margin-top: 0px;
  }
  .blog-post-featured-image {
    height: 225px;
  }
  .notification-wrap-interior {
    margin-left: 22px;
  }
  .institute-date {
    border-right-style: none;
    text-align: left;
  }
  .institute-location {
    text-align: left;
  }
  .institute-date-left {
    text-align: left;
  }
  .institute-date-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
    text-align: left;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}