@import url("https://fonts.googleapis.com/css2?family=PT+Serif&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  outline: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "PT Serif", serif;
  color: #0032A0;
}

p {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: black;
}

input:focus:required:invalid {
  border: 2px solid red !important;
}

input:required:valid {
  border: 2px solid #0032A0 !important;
}

table {
  border: 1px solid white;
  width: 100%;
  position: relative;
}

thead {
  border: 1px solid white;
  background: #000;
  padding: 30px 0;
}

tr {
  border: 1px solid white;
  padding: 30px 0;
  text-align: center;
}

tr:nth-of-type(odd) {
  background: #96A2B8;
}

th {
  border: 1px solid white;
  padding: 30px;
}

td {
  border: 1px solid white;
  padding: 20px 30px;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.academics {
  position: relative;
  padding: 100px 90px;
  overflow: hidden;
}

.academics::before {
  content: '';
  position: absolute;
  top: -57px;
  right: -280px;
  width: 820px;
  height: 800px;
  background-image: url("../../images/school-logo.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}

.academics .contentElementTop {
  padding-left: 50px;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.academics .contentElementTop .content {
  margin-bottom: 0;
  text-align: left;
  max-height: 260px;
  overflow: hidden;
  min-width: calc(50.42857% - 85px);
  margin-bottom: 80px;
}

.academics .contentElementTop .content .contentHeading {
  color: #0032A0;
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
}

.academics .contentElementTop .content .contentDescription p {
  font-size: 0.9vw;
  line-height: 1.7em;
}

.academics .contentElementTop .news_item {
  background-color: #fff;
  margin: 2px;
  width: auto;
  margin-top: -120px;
}

.academics .contentElementTop .news_item .img-wrap {
  position: relative;
  height: 10vw;
  width: 25vw;
  overflow: hidden;
}

.academics .contentElementTop .news_item .img-wrap .img-heading {
  background: rgba(0, 0, 0, 0.55);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0.568)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.568) 5%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  font-weight: 600;
  font-size: 1.2em;
  padding-left: 10px;
  padding-top: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 500;
}

.academics .contentElementTop .news_item .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.academics .contentElementTop .news_item .img-wrap .img-description {
  overflow: hidden;
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0032A0;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.academics .contentElementTop .news_item .img-wrap .img-description a {
  color: white !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.academics .contentElementTop .news_item .img-wrap .img-description a:hover {
  color: #e0d9d9 !important;
  text-decoration: underline !important;
}

.academics .contentElementTop .news_item .img-wrap:hover .img-description {
  opacity: 0.8;
}

.academics .contentElementTop .news_item:nth-child(2) {
  background-color: #fff;
  padding: 15px;
  margin-left: -20px;
  width: auto;
  margin-top: 0px;
}

.academics .contentElementTop .news_item:nth-child(2) .img-wrap {
  position: relative;
  height: 23vw;
  width: 25vw;
  overflow: hidden;
}

.academics .contentElementTop .news_item:nth-child(2) .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 23vw;
}

.academics .contentElementBottom {
  padding-left: 50px;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: -180px;
  margin-left: 50px;
}

.academics .contentElementBottom .news_item {
  background-color: #fff;
  padding: 10px;
  margin: 5px;
  width: auto;
  z-index: 5000;
}

.academics .contentElementBottom .news_item .img-wrap {
  position: relative;
  height: 20vw;
  width: 25vw;
  overflow: hidden;
}

.academics .contentElementBottom .news_item .img-wrap .img-heading {
  background: rgba(0, 0, 0, 0.55);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0.52)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.52) 5%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  font-weight: 600;
  font-size: 1.2em;
  padding-left: 10px;
  padding-top: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 500;
}

.academics .contentElementBottom .news_item .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 20vw;
}

.academics .contentElementBottom .news_item .img-wrap .img-description {
  overflow: hidden;
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0032A0;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.academics .contentElementBottom .news_item .img-wrap .img-description a {
  color: white !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.academics .contentElementBottom .news_item .img-wrap .img-description a:hover {
  color: #e0d9d9 !important;
  text-decoration: underline !important;
}

.academics .contentElementBottom .news_item .img-wrap:hover .img-description {
  opacity: 0.8;
}

.academics .contentElementBottom .news_item:nth-child(2) {
  background-color: #fff;
  padding: 10px;
  margin-left: -15px;
  width: auto;
  z-index: 5000;
}

.academics .contentElementBottom .news_item:nth-child(2) .img-wrap {
  position: relative;
  height: 10vw;
  width: 20vw;
  overflow: hidden;
}

.academics .contentElementBottom .news_item:nth-child(2) .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 10vw;
}

.academics .contentElementBottom .news_item:nth-child(3) {
  background-color: #fff;
  padding: 10px;
  margin-left: -15px;
  width: auto;
}

.academics .contentElementBottom .news_item:nth-child(3) .img-wrap {
  position: relative;
  height: 10vw;
  width: 12vw;
  overflow: hidden;
}

.academics .contentElementBottom .news_item:nth-child(3) .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 10vw;
}

@media screen and (max-width: 1200px) {
  .academics .contentElementBottom {
    margin-top: -150px;
  }
}

@media screen and (max-width: 1064px) {
  .academics .contentElementTop {
    padding-left: 0px;
  }
  .academics .contentElementTop .content {
    padding-left: 0px;
    margin-bottom: 0;
    text-align: left;
    max-height: 260px;
    overflow: hidden;
    margin-bottom: 80px;
  }
  .academics .contentElementTop .content .contentHeading {
    color: #0032A0;
    font-family: "Montserrat", sans-serif;
    font-weight: 550;
  }
  .academics .contentElementTop .content .contentDescription p {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .academics .contentElementTop .news_item {
    margin: 0px;
    width: auto;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .academics .contentElementTop .news_item .img-wrap {
    height: auto;
    width: auto;
    padding: 10px;
  }
  .academics .contentElementTop .news_item .img-wrap img {
    height: auto;
  }
  .academics .contentElementTop .news_item .img-wrap .img-description {
    overflow: hidden;
    font-size: 0.9rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0032A0;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
  }
  .academics .contentElementTop .news_item .img-wrap .img-description a {
    color: white !important;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .academics .contentElementTop .news_item .img-wrap .img-description a:hover {
    color: #e0d9d9 !important;
    text-decoration: underline !important;
  }
  .academics .contentElementTop .news_item .img-wrap:hover .img-description {
    opacity: 0.8;
  }
  .academics .contentElementTop .news_item:nth-child(2) {
    background-color: #fff;
    padding: 0px;
    margin-left: 0px;
    width: auto;
    margin-top: 0px;
  }
  .academics .contentElementTop .news_item:nth-child(2) .img-wrap {
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
  }
  .academics .contentElementTop .news_item:nth-child(2) .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  .academics .contentElementBottom {
    margin: 0;
    padding: 0;
  }
  .academics .contentElementBottom .news_item {
    background-color: #fff;
    padding: 10px;
    margin: 0px;
    width: auto;
    z-index: 5000;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .academics .contentElementBottom .news_item .img-wrap {
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
  }
  .academics .contentElementBottom .news_item .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  .academics .contentElementBottom .news_item .img-wrap .img-description {
    overflow: hidden;
    position: absolute;
    max-height: 98%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0032A0;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
  }
  .academics .contentElementBottom .news_item .img-wrap .img-description p {
    font-size: 0.7rem;
    display: block;
    /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5.0em;
    line-height: 1.8em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .academics .contentElementBottom .news_item .img-wrap .img-description p:not(:first-child) {
    display: none;
  }
  .academics .contentElementBottom .news_item .img-wrap .img-description a {
    color: white !important;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .academics .contentElementBottom .news_item .img-wrap .img-description a:hover {
    color: #e0d9d9 !important;
    text-decoration: underline !important;
  }
  .academics .contentElementBottom .news_item .img-wrap:hover .img-description {
    opacity: 0.8;
  }
  .academics .contentElementBottom .news_item:nth-child(2) {
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    z-index: 5000;
    max-width: 100%;
  }
  .academics .contentElementBottom .news_item:nth-child(2) .img-wrap {
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
  }
  .academics .contentElementBottom .news_item:nth-child(2) .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  .academics .contentElementBottom .news_item:nth-child(3) {
    background-color: #fff;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .academics .contentElementBottom .news_item:nth-child(3) .img-wrap {
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
  }
  .academics .contentElementBottom .news_item:nth-child(3) .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .academics .contentElementTop .content .contentHeading {
    font-size: 20px;
  }
  .academics .contentElementTop .content .contentDescription p {
    font-size: 1.1vw;
    line-height: 1.7em;
  }
  .academics .contentElementBottom {
    padding-left: 0;
    bottom: -50px;
  }
}

@media screen and (max-width: 768px) {
  .academics .contentElementTop {
    padding-left: 0px;
  }
  .academics .contentElementTop .content {
    padding-left: 0px;
    margin-bottom: 0;
    text-align: left;
    max-height: 260px;
    overflow: hidden;
    margin-bottom: 80px;
  }
  .academics .contentElementTop .content .contentHeading {
    color: #0032A0;
    font-family: "Montserrat", sans-serif;
    font-weight: 550;
  }
  .academics .contentElementTop .content .contentDescription p {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .academics .contentElementTop .news_item {
    margin: 0px;
    width: auto;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .academics .contentElementTop .news_item .img-wrap {
    height: auto;
    width: auto;
    padding: 10px;
  }
  .academics .contentElementTop .news_item .img-wrap img {
    height: auto;
  }
  .academics .contentElementTop .news_item .img-wrap .img-description {
    overflow: hidden;
    font-size: 0.9rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0032A0;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
  }
  .academics .contentElementTop .news_item .img-wrap .img-description a {
    color: white !important;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .academics .contentElementTop .news_item .img-wrap .img-description a:hover {
    color: #e0d9d9 !important;
    text-decoration: underline !important;
  }
  .academics .contentElementTop .news_item .img-wrap:hover .img-description {
    opacity: 0.8;
  }
  .academics .contentElementTop .news_item:nth-child(2) {
    background-color: #fff;
    padding: 0px;
    margin-left: 0px;
    width: auto;
    margin-top: 0px;
  }
  .academics .contentElementTop .news_item:nth-child(2) .img-wrap {
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
  }
  .academics .contentElementTop .news_item:nth-child(2) .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  .academics .contentElementBottom {
    margin: 0;
    padding: 0;
  }
  .academics .contentElementBottom .news_item {
    background-color: #fff;
    padding: 10px;
    margin: 0px;
    width: auto;
    z-index: 5000;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .academics .contentElementBottom .news_item .img-wrap {
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
  }
  .academics .contentElementBottom .news_item .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  .academics .contentElementBottom .news_item .img-wrap .img-description {
    overflow: hidden;
    font-size: 0.9rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0032A0;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
  }
  .academics .contentElementBottom .news_item .img-wrap .img-description a {
    color: white !important;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .academics .contentElementBottom .news_item .img-wrap .img-description a:hover {
    color: #e0d9d9 !important;
    text-decoration: underline !important;
  }
  .academics .contentElementBottom .news_item .img-wrap:hover .img-description {
    opacity: 0.8;
  }
  .academics .contentElementBottom .news_item:nth-child(2) {
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    z-index: 5000;
    max-width: 100%;
  }
  .academics .contentElementBottom .news_item:nth-child(2) .img-wrap {
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
  }
  .academics .contentElementBottom .news_item:nth-child(2) .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  .academics .contentElementBottom .news_item:nth-child(3) {
    background-color: #fff;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .academics .contentElementBottom .news_item:nth-child(3) .img-wrap {
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
  }
  .academics .contentElementBottom .news_item:nth-child(3) .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .academics .contentElementTop {
    padding-left: 0px;
  }
  .academics .contentElementTop .content {
    padding-left: 0px;
    margin-bottom: 0;
    text-align: left;
    max-height: 260px;
    overflow: hidden;
    margin-bottom: 80px;
  }
  .academics .contentElementTop .content .contentHeading {
    color: #0032A0;
    font-family: "Montserrat", sans-serif;
    font-weight: 550;
  }
  .academics .contentElementTop .content .contentDescription p {
    font-size: 1.1em;
    line-height: 1.2em;
  }
}
/*# sourceMappingURL=academics.css.map */