<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: IIUM 2021
Theme URI: https://www.iium.edu.my
Author: Information Technology Division (adis@iium.edu.my)
Author URI: https://www.iium.edu.my/itd
Description: The 2021 theme for IIUM.
Version: 1.3.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: beginning the first version
Text Domain: iium2021

*/
body {
  background-color: #f7f7f7;
}

.site-content {
  padding-top: 10px;
}

#masthead .menu-top img {
  height: 90px !important;
  width: auto;
  margin: 10px;
}
#masthead .menu-bottom-mobile {
  display: none;
  background-color: #1f8585;
}
#masthead .menu-bottom-mobile ul li {
  margin: 10px;
}
#masthead .menu-bottom {
  background-color: #1f8585;
}
#masthead .menu-bottom ul {
  padding-left: 0px;
}
#masthead .menu-bottom ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 400;
}
#masthead .menu-bottom ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  position: relative;
}
#masthead .menu-bottom ul li a:hover {
  color: black;
}
#masthead .menu-bottom ul li a:hover::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
#masthead .menu-bottom ul li ul {
  position: absolute;
  display: none;
  min-width: 200px;
}
#masthead .menu-bottom ul li ul li {
  padding: 7px;
}
#masthead .menu-bottom ul li:hover ul {
  background-color: #292929;
  width: 150px;
  display: block;
}
#masthead .menu-bottom ul li:hover ul li {
  display: block;
}
#masthead .menu-bottom ul li:hover ul li a:hover {
  color: #1f8585;
}

.site-footer {
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  background-color: #1f8585bd;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .company-info img {
  width: 80%;
  height: auto;
}
.footer a {
  color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.footer a:hover {
  color: black;
}
.footer a:hover::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.footer .link-subs ul li {
  margin-left: -40px;
  list-style: none;
}
.footer .link-subs ul li a {
  text-decoration: none;
}

.div_search {
  right: 0;
  left: 0;
  background-color: #cac9c9;
}
.div_search .iium_search {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.div_search .iium_search .search {
  width: 70%;
  border: 0px;
  outline: none;
  border-radius: 0px;
}
.div_search .iium_search .btn-search {
  outline: none;
  border: 0px;
  width: 30%;
  border-radius: 0px;
  background-color: #1f8585;
}

@media only screen and (max-width: 660px) {
  #masthead .menu-top img {
    height: auto !important;
    width: 60%;
  }

  #masthead .menu-bottom {
    display: none;
  }
  #masthead .menu-bottom-mobile {
    display: block;
  }
  #masthead .menu-bottom-mobile .hamburger {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
    text-align: right;
  }
  #masthead .menu-bottom-mobile .hamburger:hover {
    cursor: pointer;
  }
  #masthead .menu-bottom-mobile .hamburger .menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    margin-left: auto;
  }
  #masthead .menu-bottom-mobile .hamburger .menu:focus {
    outline: none;
  }
  #masthead .menu-bottom-mobile .hamburger .line {
    fill: none;
    stroke: white;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  #masthead .menu-bottom-mobile .hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  #masthead .menu-bottom-mobile .hamburger .line2 {
    stroke-dasharray: 40 60;
    stroke-width: 6;
  }
  #masthead .menu-bottom-mobile .hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  #masthead .menu-bottom-mobile .hamburger .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  #masthead .menu-bottom-mobile .hamburger .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  #masthead .menu-bottom-mobile .hamburger .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  #masthead .menu-bottom-mobile .show-menu {
    display: none;
    position: absolute;
    z-index: 10;
    background-color: #1f8585;
    left: 0;
    right: 0;
  }
  #masthead .menu-bottom-mobile .show-menu ul {
    list-style: none;
    padding-bottom: 20px;
  }
  #masthead .menu-bottom-mobile .show-menu ul a {
    color: #fff;
    text-decoration: none;
  }
  #masthead .menu-bottom-mobile .show-menu ul a:hover {
    color: #000;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>