@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Montserrat:400,700";
/*
@mixin mobile {
    @media only screen and (max-width: $S) { @content; }
}

@mixin tablet {
    @media only screen and (min-width: $M) and (max-width: 1023px) { @content; }
}

@mixin all_mobile {
    @media only screen and (max-width: 425px) { @content; }
}

// super light grid - it works with the .cd-container class inside style.scss

@mixin column($percentage, $float-direction:left) {
width: 100% * $percentage;
float: $float-direction;
}*/
.main-container {
  background-image: url("../images/about-dlsu/about-us-bg.jpg"); }
  @media only screen and (min-width: 568px) {
    .main-container {
      background-position: center -8rem; } }
  @media only screen and (min-width: 768px) {
    .main-container {
      background-position: center -13rem; } }
  @media only screen and (min-width: 1366px) {
    .main-container {
      background-position: center -18rem; } }
  @media only screen and (min-width: 1920px) {
    .main-container {
      background-position: center -30rem; } }

figure img {
  width: 80%;
  border: 8px solid #8cc63f;
  display: block;
  margin: 2rem auto;
  border-radius: 50%; }

.testimonials .box-testimony {
  float: left; }
  .testimonials .box-testimony blockquote {
    padding-left: 0;
    border-left: none;
    padding: 30px;
    background: #fff;
    font-size: 20px;
    position: relative;
    border-radius: 7px; }
    .testimonials .box-testimony blockquote:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 30px;
      border-top: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }
      @media only screen and (min-width: 375px) {
        .testimonials .box-testimony blockquote:after {
          left: 40px; } }
      @media only screen and (min-width: 568px) {
        .testimonials .box-testimony blockquote:after {
          left: 56px; } }
      @media only screen and (min-width: 992px) {
        .testimonials .box-testimony blockquote:after {
          left: 30px; } }
      @media only screen and (min-width: 1200px) {
        .testimonials .box-testimony blockquote:after {
          left: 40px; } }
    .testimonials .box-testimony blockquote p {
      margin: 0;
      font-style: italic;
      color: #00713d; }
  .testimonials .box-testimony .author figure img {
    width: 100%;
    max-width: 70px;
    margin: 1.5rem 1rem;
    border: none; }
    @media only screen and (min-width: 568px) and (max-width: 991px) {
      .testimonials .box-testimony .author figure img {
        margin: 1.5rem 2rem; } }
  .testimonials .box-testimony .author .author-name {
    font-size: 16px; }
  .testimonials .box-testimony .author p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px; }
    @media only screen and (min-width: 667px) and (max-width: 767px) {
      .testimonials .box-testimony .author p {
        margin-left: -2rem; } }
  .testimonials .box-testimony .author .subtext {
    display: block;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1024px) {
      .testimonials .box-testimony .author .subtext {
        margin-bottom: 0; } }

#finance-secretaries {
  background-image: url("../images/about-dlsu/alumni-section-bg.jpg"); }

#alumni-testimonials-one .inner-page-section {
  padding-bottom: 0; }

#alumni-testimonials-two .inner-page-section {
  padding-top: 0; }
  @media only screen and (min-width: 1024px) {
    #alumni-testimonials-two .inner-page-section {
      padding-top: 3rem; } }
  @media only screen and (min-width: 1200px) {
    #alumni-testimonials-two .inner-page-section {
      padding-top: 1rem; } }

.noted-alumni .row {
  text-align: center; }
  .noted-alumni .row h3 {
    margin-bottom: 0; }
  .noted-alumni .row span {
    font-weight: 400;
    line-height: 30px;
    color: #414042; }

.btn-green {
  position: relative;
  vertical-align: top;
  width: 100%;
  max-width: 200px;
  height: 60px;
  padding: 0;
  display: block;
  margin: 4rem auto 1rem;
  font-size: 16px;
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #8cc63f;
  border: 0;
  border-bottom: 2px solid #4eaa34;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #4eaa34;
  box-shadow: inset 0 -2px #4eaa34;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-green:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .btn-green:hover {
    background: #9ae03e; }

#noted-alumni-two {
  background-image: url("../images/about-dlsu/noted-alumni-section-bg.jpg"); }

#noted-alumni-seven {
  background-image: url("../images/about-dlsu/alumni-section-bg.jpg"); }

#noted-alumni-thirteen {
  background-image: url("../images/admissions/admissions-section-bg.jpg"); }

#noted-alumni-nineteen {
  background-image: url("../images/about-dlsu/noted-alumni-section-bg-b.jpg"); }

#noted-alumni-two-five {
  background-image: url("../images/about-dlsu/noted-alumni-section-bg-c.jpg"); }

#noted-alumni-eight img,
#noted-alumni-fourteen img {
  margin: 0 auto;
  display: block; }

#noted-alumni-three p,
#noted-alumni-eighteen p {
  text-align: center; }

/*# sourceMappingURL=alumni.css.map */
