.grid-system .grid { margin: 25px 0; }
.grid-system .grid .row { border-top: 1px solid #fff; }
.grid-system .grid .row:first-child { border-top: none; }
.grid-system .grid .column:first-child { border-left: none; }
.grid-system .grid .column {
  border-left: 1px solid #fff;
  padding: 40px 15px;
}
.grid-system p {
  font-family: "Calibre Light";
  font-size: 18px;
  color: #747474;
}
.grid-system .grid img {
  display: block;
  margin: auto;
}
.grid-system .grid .desc p {
  font-family: "Calibre Light";
  font-size: 16px;
  color: #4c4c4c;
  line-height: 20px;
  text-align: center;
  padding: 15px 0 0;
}

.grid-simple p {
  font-family: "Calibre Light";
  font-size: 18px;
  color: #747474;
  padding-right: 55px;
  line-height: 22px;
}

.grid-system .grid .title-icon p.title {
  font-family: "Calibre Light";
  font-size: 22px;
  color: #000;
  text-align: center;
  margin: 15px 0 0;
}
.grid-system .grid .column.title-icon {
  padding: 0 15px;
}
.grid-system .grid.home-news .bg {
  height: 100%;
}
.grid-system .grid.home-news .column {
  padding: 0;
}
.grid-system .grid.home-news .column .text {
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 10px;
}
.grid-system .grid.home-news p.title {
  font-family: "Calibre Semibold";
  font-size: 22px;
  color: #fff;
  margin: 0;
}
.grid-system .grid.home-news .desc p {
  font-size: 20px;
  text-align: left;
  line-height: 23px;
  color: #fff;
}
.calendar .day {
  height: 166px;
}
.calendar .day .task {
  font-family: "Calibre Light";
  font-size: 16px;
  color: #747474;
}
.calendar .day span {
  font-size: 20px;
}
.calendar .day:first-child {
  padding: 30px 15px 20px 15px;
}

/** ARON EDIT **/
@media(max-width:750px){
    .block .title {
      margin: 40px 0;
    }
    .grid-system .grid .column{
        height: auto !important;
        border-bottom:5px solid #fff;
        padding :40px;
    }
    .grid-system .grid img{
        width: auto !important;
        height: 100px !important;
    }
    .grid-system .grid .row{
        margin-left: 43px;
        margin-right: 43px;
        height: auto !important;
    }

    .grid-system .grid .desc p{
        font-size:30px ;
        line-height: 32px ;
        border: 0;
    }

    .grid-system .grid{
        margin:40px 0;
    }

    .grid-simple .row{
        border-bottom:1px solid #d8d8d8;
        padding-left: 20px;
        padding-right: 20px;
    }

    .grid-simple p{
        padding: 0;
        font-size: 26px;
        text-align:center;
        padding-bottom: 40px;
    }

    .grid-system p{
        font-size: 26px;
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 40px;
    }

    .grid-system .grid .title-icon p.title {
      font-size: 48px;
    }
    .grid-system .grid .title-icon p.title{
        border:0;
        padding: 0;
    }

    /** Calendar Responsive **/
    .calendar{
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .calendar .slideshow .control.next{
        height:290px;
    }

    .calendar .day span{
        font-size: 36px;
    }

    .calendar .day .task{
        font-size: 28px ;
    }

    .calendar .day-mobile,
    .calendar .day,
    .calendar .slideshow .control.next,
    .calendar .slideshow .control.previous{
        height: 290px ;
        top:0px;
    }

    .calendar .slideshow .control.next i,
    .calendar .slideshow .control.previous i{
        top:126px;
    }

    .calendar .slideshow .control.next a,
    .calendar .slideshow .control.previous a{
        height: 290px;
    }

    .calendar .day {
        padding: 0px;
        padding-top: 30px;
        padding-left: 30px;
    }
    /** end Calendar Responsive **/
@media(max-width:991px){

}
/** END ARON EDIT **/
