/*background colors*/
.ui-dialog .ui-dialog-content {
    padding: 20px !important;
}
.page-node-type-listing-pages .block-system article .text-content {
  padding-top: 48px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .page-node-type-listing-pages .block-system article .text-content {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .page-node-type-listing-pages .block-system article .text-content h1 {
    font-family: "Noto Sans", sans-serif;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2c2c2c; }
    @media only screen and (max-width: 767px) {
      .page-node-type-listing-pages .block-system article .text-content h1 {
        font-size: 20px;
        margin-bottom: 20px; } }

.academic-outer {
  background: #F8F8F8;
  padding: 48px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .academic-outer {
      padding: 30px 0 0 0; } }

.academic-sec {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media only screen and (max-width: 767px) {
    .academic-sec {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .academic-sec .academic-list {
    display: flex;
    flex-wrap: wrap;
    margin: -12px; }
    .academic-sec .academic-list > li {
      width: calc(25% - 24px);
      margin: 12px;
      position: relative;
      padding-bottom: 60px;
      background: #F8F8F8; }
      @media only screen and (max-width: 1023px) {
        .academic-sec .academic-list > li {
          width: calc(50% - 24px); } }
      @media only screen and (max-width: 767px) {
        .academic-sec .academic-list > li {
          width: calc(100% - 24px); } }

.academic-box {
  background: #FBFBFD;
  box-shadow: 0px 3px 15px #81818133;
  border-radius: 12px;
  position: relative; }
  .academic-box .academic-program {
    border-radius: 12px 12px 0 0;
    background: #78B8BF; }
    .academic-box .academic-program p {
      font: 900 14px/28px "Noto Sans", sans-serif;
      color: #FFFFFF;
      padding: 10px 10px 20px 0;
      text-align: center; }
  .academic-box .academic-img {
    margin-top: -10px; }
    .academic-box .academic-img img {
      border-radius: 12px;
      width: 100%; }
  .academic-box .academic-download {
    position: absolute;
    right: 15px;
    top: -20px; }
    .academic-box .academic-download:hover .download-dropdown {
      display: block; }
    .academic-box .academic-download .academic-download-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #4FA7D7 url("/assets/theme/images/download-file.svg") center center no-repeat;
      cursor: pointer; }
    .academic-box .academic-download .download-dropdown {
      position: absolute;
      right: 0;
      background: #FFFFFF;
      box-shadow: -4px 4px 12px #0000001f;
      border-radius: 8px;
      width: 160px;
      padding: 5px 0;
      display: none; }
      .academic-box .academic-download .download-dropdown li a {
        padding: 5px 12px;
        display: block;
        color: #2C2C2C;
        font-size: 15px; }
        .academic-box .academic-download .download-dropdown li a:hover {
          color: #00A0A0; }
  .academic-box .academic-bottom {
    padding: 16px;
    position: relative; }
    .academic-box .academic-bottom h4 {
      font: 600 16px/20px "Noto Sans", sans-serif;
      letter-spacing: 0px;
      color: #2C2C2C;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-top: 8px;
      padding-bottom: 15px; }
    .academic-box .academic-bottom .academic-eligility {
      padding-bottom: 14px; }
      .academic-box .academic-bottom .academic-eligility span {
        font: 13px/21px "Open Sans", sans-serif;
        color: #4D4D4F; }
      .academic-box .academic-bottom .academic-eligility p {
        font: 600 14px/18px "Open Sans", sans-serif;
        margin-top: 0; }
    .academic-box .academic-bottom .academic-course-duration {
      padding-bottom: 14px; }
      .academic-box .academic-bottom .academic-course-duration span {
        font: 13px/21px "Open Sans", sans-serif;
        color: #4D4D4F; }
      .academic-box .academic-bottom .academic-course-duration p {
        font: 600 14px/18px "Open Sans", sans-serif;
        margin-top: 0; }
    .academic-box .academic-bottom .academics-seats {
      padding-bottom: 14px; }
      .academic-box .academic-bottom .academics-seats span {
        font: 13px/21px "Open Sans", sans-serif;
        color: #4D4D4F; }
      .academic-box .academic-bottom .academics-seats p {
        font: 600 14px/18px "Open Sans", sans-serif;
        margin-top: 0; }
  .academic-box .academic-button {
    padding: 8px 16px 24px 16px;
    position: absolute;
    width: 100%;
    bottom: 0; }
    .academic-box .academic-button a {
      width: 100%;
      border-radius: 8px; }

/*# sourceMappingURL=academics-listing.css.map */
