@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;
}*/
/********************************************************************************
								PRIMARY STYLE
********************************************************************************/
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #fff; }

a {
  color: #8cc63f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    color: #00713d; }

p {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 30px;
  color: #414042; }

h1, h2 {
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 1rem; }

/********************************************************************************
									CAROUSEL
********************************************************************************/
#home-page-slider {
  margin-top: 3.5rem; }
  @media only screen and (min-width: 1024px) {
    #home-page-slider {
      margin-top: 0; } }

#main-slide {
  background-color: #000; }
  #main-slide img {
    width: 100%;
    opacity: 0.7; }
  #main-slide .slider-content {
    top: 50%;
    margin-top: -4rem;
    left: 0;
    padding: 1rem;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff; }
    @media only screen and (min-width: 1024px) {
      #main-slide .slider-content {
        padding: 0; } }
  #main-slide .text-center h1 {
    font-style: italic;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 375px) {
      #main-slide .text-center h1 {
        font-size: 30px; } }
    @media only screen and (min-width: 568px) {
      #main-slide .text-center h1 {
        margin-top: -2rem;
        font-size: 50px; } }
    @media only screen and (min-width: 768px) {
      #main-slide .text-center h1 {
        margin-top: -3rem;
        font-size: 60px; } }
    @media only screen and (min-width: 1024px) {
      #main-slide .text-center h1 {
        margin-top: 0rem;
        font-size: 70px; } }
    @media only screen and (min-width: 1440px) {
      #main-slide .text-center h1 {
        margin-top: -2rem;
        font-size: 90px; } }
  #main-slide .text-center h1, #main-slide .text-center span {
    -moz-text-shadow: 2px 2px 12px #414042;
    -o-text-shadow: 2px 2px 12px #414042;
    -webkit-text-shadow: 2px 2px 12px #414042;
    -ms-text-shadow: 2px 2px 12px #414042;
    text-shadow: 2px 2px 12px #414042; }
  #main-slide .text-center span {
    display: none; }
    @media only screen and (min-width: 768px) {
      #main-slide .text-center span {
        display: block; } }
  #main-slide .text-center sup {
    font-size: 16px;
    font-weight: 400px;
    top: -0.4rem; }
    @media only screen and (min-width: 375px) {
      #main-slide .text-center sup {
        top: -0.7rem; } }
    @media only screen and (min-width: 568px) {
      #main-slide .text-center sup {
        font-size: 30px;
        top: -1rem; } }
    @media only screen and (min-width: 768px) {
      #main-slide .text-center sup {
        top: -1.2rem; } }
    @media only screen and (min-width: 1024px) {
      #main-slide .text-center sup {
        top: -1.8rem; } }
    @media only screen and (min-width: 1440px) {
      #main-slide .text-center sup {
        top: -2rem;
        font-size: 50px; } }
  #main-slide .carousel-control {
    opacity: 1;
    width: 5%;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none; }
    #main-slide .carousel-control .left span, #main-slide .carousel-control .right span {
      padding: 15px; }
    #main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right {
      position: absolute;
      top: 40%;
      z-index: 5;
      display: inline-block; }
    #main-slide .carousel-control .fa-angle-left {
      left: 0; }
    #main-slide .carousel-control .fa-angle-right {
      right: 0; }
    #main-slide .carousel-control i {
      background-color: rgba(140, 198, 63, 0.7);
      opacity: 0;
      color: #fff;
      font-size: 40px;
      padding: 15px 20px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media only screen and (min-width: 1200px) {
        #main-slide .carousel-control i:hover {
          opacity: 1; } }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.btn-green {
  position: relative;
  vertical-align: top;
  width: 100%;
  max-width: 150px;
  height: 40px;
  padding: 0;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-green:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-green:hover {
    background: #9ae03e; }
  @media only screen and (min-width: 568px) {
    .btn-green {
      max-width: 200px;
      height: 60px;
      font-size: 16px;
      margin: 1rem auto; } }
  @media only screen and (min-width: 1440px) {
    .btn-green {
      max-width: 300px;
      height: 70px;
      font-size: 18px;
      margin: 2rem auto; } }

.btn-green-apply {
  position: static;
  vertical-align: top;
  width: 100%;
  max-width: 150px;
  height: 40px;
  padding: 0;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-green-apply:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-green-apply:hover {
    background: #9ae03e; }
  @media only screen and (min-width: 568px) {
    .btn-green-apply {
      max-width: 200px;
      height: 60px;
      font-size: 16px;
      margin: 1rem auto; } }
  @media only screen and (min-width: 1440px) {
    .btn-green-apply {
      max-width: 300px;
      height: 70px;
      font-size: 18px;
      margin: 2rem auto; } }

.intro {
  padding: 2rem 0; }
  .intro p {
    margin: 2rem 0; }
  .intro span {
    font-weight: bold;
    color: #00713d; }

.dlsu-intro {
  background-image: url("../images/intro-bg-dark-gradient.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .dlsu-intro p {
    color: #fff; }
  .dlsu-intro h1 {
    color: #fff;
    font-size: 30px}
.dlsu-intro .section-heading h1.left-border:after {
      background: rgba(255, 255, 255, 0.3); }
    @media only screen and (min-width: 1024px) {
      .dlsu-intro .section-heading h1 {
        margin: 20px 0; } }
  .dlsu-intro .section-heading h2 {
    padding: 1rem 0;
    color: #fff; }
    .dlsu-intro .section-heading h2.left-border:after {
      background: rgba(255, 255, 255, 0.3); }
    @media only screen and (min-width: 1024px) {
      .dlsu-intro .section-heading h2 {
        margin: 30px 0; } }
  .dlsu-intro .gradient-overlay {
    background-color: #00713d;
    /* IE9, iOS 3.2+ */
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMyMTgyNWMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2E0ZDc5MiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #b4d866), color-stop(1, #00b863));
    /* Android 2.3 */
    background: -webkit-linear-gradient(top left, rgba(180, 216, 102, 0.7) 10%, rgba(0, 184, 99, 0.7) 50%, rgba(180, 216, 102, 0.7) 80%);
    /* IE10+ */
    background: linear-gradient(to bottom right, rgba(180, 216, 102, 0.7) 10%, rgba(0, 184, 99, 0.7) 50%, rgba(180, 216, 102, 0.7) 80%);
    background: -ms-linear-gradient(top left, rgba(180, 216, 102, 0.7) 10%, rgba(0, 184, 99, 0.7) 50%, rgba(180, 216, 102, 0.7) 80%);
    padding: 2rem 0; }


.dlsu-stc {
  background-image: url("../images/stc-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .dlsu-stc p {
    color: #fff; }
  .dlsu-stc .section-heading h2 {
    padding: 1rem 0;
    color: #fff; }
    .dlsu-stc .section-heading h2.left-border:after {
      background: rgba(255, 255, 255, 0.3); }
    @media only screen and (min-width: 1024px) {
      .dlsu-stc .section-heading h2 {
        margin: 30px 0; } }
  .dlsu-stc .gradient-overlay {
    background-color: #00713d;
    /* IE9, iOS 3.2+ */
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMyMTgyNWMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2E0ZDc5MiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #b4d866), color-stop(1, #00b863));
    /* Android 2.3 */
    background: -webkit-linear-gradient(top left, rgba(180, 216, 102, 0.7) 10%, rgba(0, 184, 99, 0.7) 50%, rgba(180, 216, 102, 0.7) 80%);
    /* IE10+ */
    background: linear-gradient(to bottom right, rgba(180, 216, 102, 0.7) 10%, rgba(0, 184, 99, 0.7) 50%, rgba(180, 216, 102, 0.7) 80%);
    background: -ms-linear-gradient(top left, rgba(180, 216, 102, 0.7) 10%, rgba(0, 184, 99, 0.7) 50%, rgba(180, 216, 102, 0.7) 80%);
    padding: 2rem 0; }

.academic-calendar {
  position: relative;
  bottom: 0;
  padding: 2rem 0;
  z-index: 10; }
  @media only screen and (min-width: 1024px) {
    .academic-calendar {
      padding: 4rem 0 6rem; } }
  .academic-calendar .dlsu-block {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    min-height: 300px;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 2rem;
    background: #fff;
    border: 2px #e8e8e8 solid;
    z-index: 7;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .academic-calendar .dlsu-block {
        width: 210px;
        margin: 0 10px; } }
    @media only screen and (min-width: 992px) {
      .academic-calendar .dlsu-block {
        width: 280px; } }
    @media only screen and (min-width: 1200px) {
      .academic-calendar .dlsu-block {
        width: 350px;
        padding: 40px; } }
    @media only screen and (min-width: 1440px) {
      .academic-calendar .dlsu-block {
        margin: 0 10px; } }
    .academic-calendar .dlsu-block > .overlay-darker {
      z-index: 8;
      opacity: .5;
      background: #474747;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .academic-calendar .dlsu-block > .overlay {
      background: #fff;
      opacity: 1;
      z-index: 9;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .academic-calendar .dlsu-block > .dlsu-text {
      position: relative;
      z-index: 10; }
      .academic-calendar .dlsu-block > .dlsu-text i {
        color: #8cc63f;
        display: block;
        padding: 2rem; }
    .academic-calendar .dlsu-block h2 {
      font-size: 24px;
      font-weight: 400;
      color: #414042; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .academic-calendar .dlsu-block h2 {
          font-size: 20px; } }
    .academic-calendar .dlsu-block p {
      font-size: 14px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .academic-calendar .dlsu-block p {
          font-size: 12px; } }
    .academic-calendar .dlsu-block:hover, .academic-calendar .dlsu-block:focus {
      border: 2px #fff solid; }
      .academic-calendar .dlsu-block:hover > .overlay, .academic-calendar .dlsu-block:focus > .overlay {
        opacity: 0;
        z-index: 9; }
      .academic-calendar .dlsu-block:hover > .dlsu-text i, .academic-calendar .dlsu-block:hover > .dlsu-text h2, .academic-calendar .dlsu-block:hover > .dlsu-text p, .academic-calendar .dlsu-block:focus > .dlsu-text i, .academic-calendar .dlsu-block:focus > .dlsu-text h2, .academic-calendar .dlsu-block:focus > .dlsu-text p {
        color: #fff; }

.dlsu-social-media {
  background-image: url("../images/social-media-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: rgba(255, 255, 255, 0.7); }
  .dlsu-social-media p {
    color: #fff; }
  .dlsu-social-media .icon {
    display: inline-block; }
  .dlsu-social-media .section-heading {
    padding-bottom: 30px; }
    .dlsu-social-media .section-heading h2 {
      color: #fff; }
      .dlsu-social-media .section-heading h2.left-border:after {
        background: rgba(255, 255, 255, 0.3); }
  .dlsu-social-media .gradient-overlay {
    background-color: #00713d;
    /* IE9, iOS 3.2+ */
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMyMTgyNWMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2E0ZDc5MiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #b4d866), color-stop(1, #00b863));
    /* Android 2.3 */
    background: -webkit-linear-gradient(top left, rgba(180, 216, 102, 0.7) 10%, rgba(0, 184, 99, 0.7) 50%, rgba(180, 216, 102, 0.7) 80%);
    /* IE10+ */
    background: linear-gradient(to bottom right, rgba(180, 216, 102, 0.7) 10%, rgba(0, 184, 99, 0.7) 50%, rgba(180, 216, 102, 0.7) 80%);
    background: -ms-linear-gradient(top left, rgba(180, 216, 102, 0.7) 10%, rgba(0, 184, 99, 0.7) 50%, rgba(180, 216, 102, 0.7) 80%);
    padding: 2rem 0 4rem; }
    @media only screen and (min-width: 1024px) {
      .dlsu-social-media .gradient-overlay {
        padding: 4rem 0 5rem; } }
  @media only screen and (min-width: 1366px) {
    .dlsu-social-media {
      background-attachment: fixed;
      background-position: center -6.5rem; } }
  @media only screen and (min-width: 1440px) {
    .dlsu-social-media {
      background-position: center 7rem; } }

.social {
  text-align: left;
  display: inline-block;
  font-size: 30px;
  width: 100%; }
  .social a {
    font-size: 30px;
    float: left;
    display: table;
    width: 0;
    height: 0;
    margin-right: 1.5rem; }
    .social a i {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .social a:hover, .social a:active, .social a:focus {
      text-decoration: none; }
    @media only screen and (min-width: 1024px) {
      .social a {
        width: 80px;
        height: 80px;
        font-size: 40px;
        margin-right: 2rem; } }
  .social.social-circle a {
    background: transparent;
    border: none;
    opacity: 0.5;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .social.social-circle a:hover {
      opacity: 1; }
    @media only screen and (min-width: 1024px) {
      .social.social-circle a {
        border: #fff solid 4px; } }

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 0;
  clear: both; }
  @media only screen and (min-width: 1024px) {
    .section-heading {
      padding-bottom: 50px; } }
  .section-heading h2 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #414042;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5; }
    .section-heading h2.left-border:after {
      content: "";
      position: absolute;
      display: block;
      width: 80px;
      height: 2px;
      background: #8cc63f;
      left: 0%;
      margin-left: 0px;
      bottom: 0; }
    .section-heading h2:after {
      content: "";
      position: absolute;
      display: block;
      width: 80px;
      height: 2px;
      background: #8cc63f;
      left: 50%;
      margin-left: -40px;
      bottom: 0; }
    @media only screen and (min-width: 768px) {
      .section-heading h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 1024px) {
      .section-heading h2 {
        font-size: 50px; } }

.to-animate,
.to-bounce {
  opacity: 0; }

/*# sourceMappingURL=style.css.map */
