:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.body {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: block;
}

.navbar {
  background-color: #e2e2e2;
}

.icon {
  background-color: #000;
}

.section {
  background-image: url('../images/Education.jpg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 450px;
  display: flex;
}

.section.hero-1 {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  margin: 80px auto auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.section.hero-1.education-hero {
  object-fit: fill;
  background-image: url('../images/Library.jpg');
  background-position: 50%;
  background-size: auto;
}

.section.hero-1 {
  background-image: url('../images/About-Us.jpg');
  background-position: 50% 0;
  background-size: auto;
  height: 300px;
}

.section.hero-1.student-life-hero {
  background-image: url('../images/Student-Life-Banner.jpg');
}

.section.hero-1.student-life-hero.contact {
  background-image: url('../images/Contact-Us.jpg');
}

.section.hero-1.admissions-hero {
  background-image: url('../images/Admission-Banner.jpg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
}

.section.new-hero {
  background-image: url('../images/Home-2.jpg');
  background-position: 50% 0;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 80px;
}

.container2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  display: flex;
}

.container2.header-2 {
  flex-direction: column;
  width: 1200px;
  max-width: 1200px;
  display: flex;
}

.nav-link {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 30px 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.nav-link:hover {
  color: #fff;
  background-color: #275e39;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.cta {
  float: right;
  clear: none;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  overflow-wrap: normal;
  background-color: #98862a;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin: auto auto auto 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 20px;
  display: block;
  position: static;
}

.nav-link.cta:hover {
  background-color: #a7922a;
}

.image {
  display: inline-block;
}

.image.ucc-logo {
  width: 10em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: baseline;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: auto 0%;
  overflow: hidden;
}

.navbar-2.linked {
  z-index: 1;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 10px 2px #0003;
}

.heading {
  display: flex;
}

.heading.h1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -7px;
  font-family: Lora, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
}

.heading.h1.community {
  margin-top: auto;
  font-size: 60px;
}

.heading.h1.education-in-ucc {
  font-size: 60px;
}

.heading.h1.life-in-ucc {
  margin-top: auto;
  font-size: 60px;
}

.heading.h1.hero {
  margin-top: auto;
  font-size: 60px;
  line-height: 70px;
}

.heading.h1.home-h1 {
  max-width: 1200px;
  margin-top: 0;
  font-size: 60px;
  line-height: 65px;
}

.paragraph {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  max-width: 45vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.paragraph.green {
  font-weight: 200;
}

.paragraph.heading {
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: auto;
}

.paragraph.news {
  text-align: center;
}

.paragraph.admin {
  max-width: none;
  font-size: 16px;
}

.paragraph.home {
  text-align: center;
  align-self: flex-start;
}

.paragraph.home.hero {
  align-self: center;
}

.paragraph.education {
  padding-bottom: 15px;
}

.paragraph.education.admissions {
  max-width: 40vw;
  padding-bottom: 15px;
}

.paragraph.life-in-ucc {
  text-align: center;
}

.button {
  text-align: center;
  background-color: #98862a;
  justify-content: center;
  align-items: stretch;
  width: 200px;
  margin-top: 36px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.button.cta {
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
}

.button.cta:hover {
  background-color: #7c6a0a;
}

.button.form {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.container-2 {
  z-index: 0;
  float: none;
  aspect-ratio: auto;
  object-fit: fill;
  max-width: 100%;
  position: static;
  overflow: visible;
}

.heading-2 {
  color: #000;
  text-align: center;
  justify-content: center;
  max-width: 315px;
  margin-top: 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.cell {
  align-items: center;
  display: flex;
}

.quick-stack {
  margin-top: 60px;
}

.heading-3 {
  color: #000;
  max-width: 500px;
  margin-top: 0;
  font-family: Lora, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 49px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 29px;
  display: flex;
}

.paragraph-2 {
  color: #5c5c5c;
  max-width: none;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-2.comm {
  padding-right: 50px;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 45px;
  display: flex;
}

.column-2 {
  color: #111;
  margin-top: 29px;
}

.button-2 {
  color: #000;
  letter-spacing: normal;
  background-color: #fff0;
  width: 300px;
  max-width: 300px;
  font-family: Inter, sans-serif;
  font-size: 1px;
  font-weight: 700;
}

.button-2.green {
  color: #fff;
  width: 500px;
  max-width: 500px;
}

.div-contents-about {
  margin-top: 0;
}

.div-contents-about.news {
  margin-top: 11px;
  padding-top: 0;
}

.div-contents-about.news.head {
  margin-top: 23px;
}

.image-2 {
  max-width: 100%;
  margin-top: 1px;
}

.image-2.home {
  -webkit-text-fill-color: inherit;
  background-color: #98862a;
  background-clip: border-box;
  border-radius: 20px;
  width: 33px;
}

.image-2.admin-arrow {
  width: 33px;
}

.div-block-2 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-4 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.cards-1 {
  margin-top: 22px;
  padding-top: 0;
}

.admission {
  background-color: #275e39;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: static;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.container-4.tatakucc {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
}

.container-4.office-of-admission {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: center;
  align-items: baseline;
  width: auto;
  max-width: 1200px;
  margin: 80px 0;
  display: block;
}

.heading-1.white {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.div-block-3 {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  margin-top: 30px;
  margin-bottom: auto;
  padding-top: 0;
  display: flex;
}

.heading-5 {
  color: #080808;
  letter-spacing: 0;
  max-width: 500px;
  margin-top: 15px;
  font-size: 30px;
  font-weight: 600;
}

.heading-5.green {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
  max-width: 550px;
  font-size: 15px;
  line-height: 23px;
}

.paragraph-3.green {
  color: #fff;
}

.paragraph-3.black {
  color: #0a0a0a;
}

.image-3 {
  text-align: center;
  width: 550px;
  max-width: 600%;
}

.card-2 {
  margin-bottom: 0;
}

.container-5 {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 0;
  display: flex;
}

.heading-6 {
  color: #000;
  margin-top: 29px;
  font-size: 30px;
  font-weight: 600;
}

.paragraph-4 {
  color: #424242;
  margin-bottom: auto;
  font-size: 15px;
  line-height: 24px;
}

.campus-life {
  margin-top: 80px;
  margin-bottom: 80px;
}

.campus-life.student-life {
  justify-content: center;
  display: flex;
}

.ucc-news {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.forms {
  background-color: #f5f7fa;
  margin-top: 0;
  padding-top: 60px;
}

.columns {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-7 {
  color: #000;
}

.container-form {
  max-width: 1200px;
}

.heading-8 {
  color: #080808;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 15px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.title-small {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  text-align: center;
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  display: flex;
}

.footer-copyright-center {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.field-label {
  color: #000;
}

.field-label-2 {
  color: #000;
  margin-bottom: 5px;
}

.heading-9 {
  color: #050505;
}

.paragraph-5 {
  color: #000;
}

.paragraph-wrapper {
  color: #5c5c5c;
  margin-top: 21px;
  margin-bottom: 20px;
}

.heading-10 {
  color: #030303;
  font-family: Lora, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.form-content-wrapper {
  max-width: 500px;
  margin-top: -24px;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: auto;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.field-wrapper {
  flex: 1;
  margin-top: -10px;
}

.form-name {
  margin-bottom: 0;
}

.form-name.message {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-field-2, .form-email {
  margin-bottom: 0;
}

.text-block {
  color: #111;
}

.success-message {
  background-color: #eaf6e6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-2 {
  color: #000;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.error-message {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-block {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.column-3 {
  flex-flow: column;
  justify-content: flex-start;
  display: block;
}

.columns-2 {
  margin-bottom: 38px;
}

.paragraph-6 {
  color: #000;
  text-transform: none;
  max-width: 300px;
}

.container-8 {
  max-width: 1200px;
}

.div-block-4 {
  margin-right: 75px;
}

.heading-11 {
  color: #000;
}

.section-2 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.columns-3 {
  margin-top: 30px;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  place-items: stretch start;
  max-width: 1200px;
  display: grid;
}

.heading-12 {
  color: #080808;
}

.container-10 {
  max-width: 1200px;
}

.container-11 {
  max-width: 1200px;
  margin-top: 65px;
  margin-bottom: 65px;
}

.heading-13 {
  color: #050505;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5.grid {
  grid-template-columns: 1fr 1fr;
}

.heading-14 {
  color: #0e0e0e;
  font-family: Lora, sans-serif;
  font-weight: 500;
}

.paragraph-7 {
  color: #000;
  margin-bottom: 20px;
}

.image-4 {
  width: 550px;
  max-width: 600px;
}

.link {
  color: #4722ff;
  font-size: 15px;
  font-weight: 500;
}

.text-link {
  color: #ffd900;
  font-size: 15px;
}

.text-link.blue {
  color: #4722ff;
  font-weight: 500;
}

.container-12 {
  object-fit: fill;
  justify-content: center;
  max-width: 1200px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 25px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  place-items: baseline center;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.div-block-6.about-us {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cms-heading {
  opacity: 1;
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  text-transform: capitalize;
  word-break: normal;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-8 {
  color: #5c5c5c;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-right: 0;
  text-decoration: none;
}

.paragraph-8.student-life {
  margin-bottom: 40px;
}

.image-5 {
  object-fit: cover;
  width: auto;
  max-width: 350px;
  height: 200px;
  display: block;
  overflow: visible;
}

.image-5.student-life-img {
  width: 350px;
  max-width: none;
  display: block;
  overflow: auto;
}

.image-5.aboutus-image {
  object-fit: cover;
  width: 350px;
  max-width: none;
  height: 200px;
  overflow: auto;
}

.section-3 {
  margin-top: 100px;
  margin-bottom: 47px;
}

.section-3.grid {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3.sl-grid {
  margin-top: 0;
  margin-bottom: 0;
}

.card.faith {
  max-width: 350px;
}

.div-block-7 {
  margin-bottom: 0;
}

.image-6 {
  object-fit: cover;
  width: 400px;
  max-width: 500px;
  height: 250px;
  margin-top: 12px;
}

.image-6.small {
  width: 200px;
  height: 100px;
}

.div-block-8 {
  flex-direction: column;
  max-width: none;
  margin-top: 45px;
  margin-bottom: 45px;
  display: flex;
}

.div-block-9 {
  flex: 0 auto;
  display: block;
}

.container-13 {
  max-width: 1200px;
}

.heading-16 {
  color: #000;
}

.container-14 {
  max-width: 1200px;
}

.heading-17 {
  color: #202020;
  font-family: Lora, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.div-block-10 {
  max-width: 500px;
}

.image-7 {
  object-fit: cover;
}

.container-15 {
  max-width: 1200px;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 50px;
  margin-bottom: 70px;
  display: grid;
}

.heading-18 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-weight: 400;
}

.paragraph-9 {
  color: #050505;
  margin-bottom: 20px;
  font-weight: 400;
}

.txt-link {
  color: #000;
  padding-left: 14px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.txt-link:hover {
  color: #747474;
  text-decoration: underline;
}

.txt-link.green, .txt-link.white {
  color: #fff;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-8 {
  max-width: 320px;
  margin-bottom: 28px;
}

.div-block-13 {
  max-width: 500px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.paragraph-10 {
  align-self: auto;
  margin-top: 0;
  font-weight: 700;
}

.paragraph-11 {
  margin-top: 0;
  margin-right: 48px;
  font-weight: 700;
}

.div-block-14 {
  flex: 0 auto;
  margin-top: 60px;
  display: flex;
}

.div-block-15 {
  margin-top: 60px;
}

.div-block-16 {
  margin-right: 176px;
}

.container-16 {
  background-color: #fff0;
  max-width: 750px;
  padding-top: 30px;
  padding-bottom: 130px;
}

.heading-19 {
  color: #1b1b1b;
  font-family: Lora, sans-serif;
  font-weight: 400;
}

.heading-19.blog {
  margin-top: 14px;
  font-size: 40px;
  line-height: 50px;
}

.heading-19.category {
  margin-top: 50px;
  margin-bottom: -22px;
  font-size: 18px;
}

.heading-19.blog-copy {
  margin-top: 20px;
  font-size: 40px;
  line-height: 50px;
}

.heading-19.service-hr {
  margin-top: 20px;
}

.heading-19.sub-head {
  font-size: 40px;
}

.cms-paragraph {
  color: #000;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 29px;
}

.cms-paragraph.night-college, .cms-paragraph.night-college-copy {
  font-family: Inter, sans-serif;
}

.section-4 {
  background-color: #f3f3f3;
  margin-top: 80px;
}

.nav-div-main {
  float: none;
  clear: none;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.nav-right {
  float: right;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.nav-right.nav-content {
  position: static;
}

.brand {
  flex: 0 auto;
  align-self: center;
}

.menu-button {
  overflow: hidden;
}

.hero-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
  position: relative;
}

.div-block-17 {
  flex: 0 auto;
}

.marq-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  display: block;
  overflow: visible;
}

.marq-section.campus-life {
  margin-top: 55px;
  margin-bottom: 55px;
}

.text-container-strip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #98862a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-container, .text-block-4 {
  font-size: 20px;
}

.text-block-5 {
  font-family: Lora, sans-serif;
}

.tagline-text {
  text-align: center;
  flex: 1;
  min-width: 400px;
  font-size: 1.1em;
  font-weight: 700;
  position: static;
  left: -1028px;
  overflow: visible;
}

.marq-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin: auto;
  display: flex;
  overflow: hidden;
}

.image-container-strip {
  flex: 1;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  min-width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.img-strip {
  max-width: none;
  height: 300px;
  position: static;
}

.nav-select {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  width: 50em;
  max-width: none;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.div-block-19 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.columns-4 {
  margin-left: 0;
  margin-right: 0;
}

.div-home-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.comm-sub {
  text-align: center;
  font-size: 18px;
}

.comm-con {
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.comm-con.mid {
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.comm-div {
  justify-content: space-between;
  align-self: auto;
  margin-top: 30px;
  padding-top: 0;
  display: flex;
}

.comm-div.mid {
  margin-top: 0;
  display: block;
}

.comm-img {
  max-width: 30vw;
}

.heading-20 {
  color: var(--black);
  margin-top: 0;
  font-family: Lora, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.link-2 {
  display: inline;
}

.edu-con {
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.admin-div {
  max-width: 40em;
}

.home-con {
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
}

.link-3 {
  color: #000;
  text-decoration: none;
  display: block;
}

.link-3.student-life:hover {
  color: #3a3a3a;
  text-decoration: underline;
}

.link-3.student-life.missionvision {
  line-height: 30px;
}

.card-copy.faith {
  max-width: 350px;
}

.admin-arrow, .edu-arrow, .home-arrow {
  width: 33px;
}

.dropdown-trigger {
  position: relative;
}

.navigation2 {
  z-index: 1;
  position: sticky;
}

.navbar-no-shadow-container {
  z-index: 5;
  mix-blend-mode: normal;
  background-color: #fff;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 -1px 20px #0003;
}

.container-regular {
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #000;
  text-align: center;
  letter-spacing: .25px;
  overflow-wrap: normal;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #006036;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  letter-spacing: .25px;
  margin-right: 0;
}

.nav-link-2.about-us {
  margin-right: 0;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  margin-right: 5px;
  padding: 5px 10px 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 0;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  color: #fff;
  background-color: #006036;
}

.nav-dropdown-link:focus {
  color: gray;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  pointer-events: auto;
  color: gray;
  border-radius: 5px;
  outline: 2px gray;
}

.nav-dropdown-link:visited {
  color: #000;
}

.nav-dropdown-link.w--current {
  color: #fff;
  background-color: #006036;
}

.nav-button-wrapper {
  margin-left: 10px;
}

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #98862a;
  width: 17vh;
  padding: 19px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #006036;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block-20 {
  margin-top: 60px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.link-4 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.link-4.heading-6 {
  padding-bottom: 10px;
  text-decoration: none;
}

.link-4.heading-6:hover {
  color: #4a4a4a;
  text-decoration: underline;
}

.form-message {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-5 {
  color: #000;
  font-size: 17px;
  text-decoration: none;
}

.link-5.pre-reg.pre-school:hover {
  color: #4c00ff;
  font-weight: 300;
  text-decoration: underline;
}

.link-5.pre-reg.senior-high:hover {
  color: #2f00ff;
  text-decoration: underline;
}

.link-5.pre-reg.college {
  color: #000;
  text-decoration: none;
}

.link-5.pre-reg.college:hover {
  color: #3306ff;
  text-decoration: underline;
}

.image-11, .image-12 {
  margin-bottom: 20px;
}

.div-b-educ, .div-admin {
  display: flex;
}

.text-block-8 {
  color: #000;
  font-weight: 700;
}

.cms-news {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cms-news-container {
  max-width: 1200px;
  margin: 80px auto;
}

.collection-item {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.news-card {
  width: auto;
  max-width: none;
  max-height: none;
  margin-bottom: auto;
  text-decoration: none;
  overflow: visible;
}

.body-2 {
  background-color: #fff;
}

.cms-content {
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 0;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: stretch start;
  display: grid;
  overflow: visible;
}

.cms-div {
  margin-bottom: 80px;
}

.image-13 {
  margin-bottom: 30px;
}

.cms-featured {
  width: 350px;
  max-width: none;
  height: 200px;
}

.cms-sub {
  color: #000;
  margin-bottom: 0;
}

.collection-list-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.about-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 30px;
}

.image-14 {
  max-width: 100%;
  margin-top: 1px;
}

.columns-6 {
  align-self: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-8 {
  margin-top: 0;
}

.div-block-21 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.container-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
}

.text-block-3 {
  color: #000;
  padding-left: 14px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.heading-21 {
  color: #000;
  max-width: 500px;
  margin-top: 0;
  font-family: Lora, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.column-9 {
  color: #111;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-22 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.heading-22._23 {
  text-decoration: none;
}

.paragraph-12 {
  color: #5c5c5c;
  max-width: 500px;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.collection-list-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.image-15 {
  width: 300px;
  max-width: none;
  height: 180px;
}

.link-block-3 {
  width: 300px;
}

.collection-item-3 {
  margin-right: 0;
}

.library-div {
  margin-top: 20px;
}

.library-div.whos-in-library, .library-div.service-hgrs, .library-div.services, .library-div.eligibility, .library-div.resources, .library-div.book-features {
  margin-top: 40px;
}

.library-relink {
  box-sizing: border-box;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

.library-relink.mission {
  margin-top: 0;
}

.image-16 {
  object-fit: cover;
  width: auto;
  height: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-22, .library-div {
  margin-top: 20px;
  margin-bottom: 20px;
}

.services-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-bottom: 40px;
  display: flex;
}

.services-txt {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

.services-title {
  color: var(--black);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.image-17 {
  max-width: 6vw;
}

.services-image {
  align-self: flex-start;
  max-width: 6vw;
}

.library-resources-div {
  margin-top: 40px;
  margin-bottom: 20px;
}

.txt-resources {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 29px;
}

.book-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-books {
  color: red;
  object-fit: cover;
  width: 25vw;
  height: 15vw;
}

.slider {
  margin-bottom: 101px;
}

@media screen and (max-width: 991px) {
  .section.hero-1 {
    background-position: 55%;
  }

  .section.new-hero {
    background-position: 60%;
    background-size: cover;
    height: 500px;
    padding-left: 59px;
    padding-right: 59px;
  }

  .nav-link {
    text-align: center;
    flex: 1;
    order: -1;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link.cta {
    flex: 0 auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
  }

  .image.ucc-logo {
    display: inline;
  }

  .navbar-2.linked {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.h1.hero {
    padding-left: 0;
    padding-right: 0;
    font-size: 43px;
    line-height: 55px;
  }

  .paragraph {
    text-align: center;
    align-self: auto;
    width: auto;
    max-width: 20em;
    height: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph.heading.education {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.admin {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 75vw;
    margin-bottom: 0;
    display: flex;
  }

  .paragraph.home {
    text-align: center;
    align-self: center;
    max-width: 25em;
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .paragraph.home.top {
    align-self: flex-start;
    padding-bottom: 0;
  }

  .paragraph.education {
    text-align: left;
  }

  .button.cta {
    margin-top: 20px;
  }

  .heading-3 {
    margin-bottom: 20px;
  }

  .paragraph-2 {
    margin-top: 0;
  }

  .paragraph-2.comm {
    padding-right: 0;
  }

  .div-contents-about {
    max-width: 350px;
  }

  .container-4 {
    flex: 0 auto;
    align-self: center;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4.tatakucc {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .container-4.office-of-admission {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .heading-1.white {
    text-align: center;
    margin-bottom: 15px;
  }

  .heading-1.white.education {
    text-align: left;
    margin-bottom: 10px;
  }

  .heading-1.white.home {
    align-self: flex-start;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-5.green {
    margin-top: 20px;
    margin-bottom: auto;
  }

  .image-3 {
    width: 100%;
    max-width: none;
    margin-top: 25px;
  }

  .card-2 {
    align-self: center;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .container-5 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .campus-life {
    padding-top: 0;
    padding-bottom: 0;
  }

  .forms {
    padding-top: 0;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .columns-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 19px;
    padding-bottom: 19px;
    display: flex;
  }

  .div-block-5.grid {
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .image-4 {
    width: 100%;
    max-width: none;
  }

  .container-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    flex: 0 auto;
    grid-template: ". ."
                   ". ."
                   ". Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    justify-items: center;
    display: grid;
  }

  .div-block-6.about-us {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cms-heading {
    max-width: none;
  }

  .section-3.grid {
    padding-bottom: 80px;
  }

  .container-15 {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .card-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 80px;
    margin-bottom: 80px;
    display: grid;
  }

  .div-block-13 {
    text-align: center;
    flex-flow: column;
    align-self: auto;
    margin-top: 80px;
    margin-bottom: 0;
  }

  .paragraph-10 {
    align-self: auto;
  }

  .paragraph-10.admin {
    text-align: center;
    align-self: center;
  }

  .paragraph-11 {
    align-self: auto;
    margin-bottom: 30px;
    margin-right: auto;
  }

  .paragraph-11.admin {
    text-align: center;
    align-self: auto;
  }

  .container-16 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-div-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .nav-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    position: static;
  }

  .nav-right.nav-content {
    position: absolute;
    overflow: hidden;
  }

  .menu-button {
    margin-top: -6px;
    margin-bottom: -6px;
    margin-right: auto;
    padding: 0;
  }

  .hero-div {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-select {
    flex-flow: row;
    order: 0;
    align-self: auto;
    padding-top: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .nav-cta {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    align-self: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    overflow: visible;
  }

  .lottie-animation {
    max-width: 50px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .image-9 {
    width: 100%;
    max-width: none;
  }

  .column-4 {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .columns-4 {
    display: flex;
  }

  .div-home-main {
    flex-flow: column;
    padding-top: 0;
  }

  .comm-con {
    display: block;
  }

  .comm-con.mid {
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .comm-div {
    flex-flow: column;
  }

  .comm-img {
    max-width: 100%;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 25px;
  }

  .heading-20 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .edu-con {
    flex-flow: column;
    display: block;
  }

  .columns-5 {
    flex-flow: row;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .home-con {
    padding: 0 30px;
  }

  .drop-wrap {
    text-align: center;
    max-width: 100%;
    height: 80px;
  }

  .drop-trigger {
    background-color: var(--white);
    padding: 20px;
  }

  .text-block-6 {
    color: #000;
    text-align: center;
  }

  .drop-content {
    max-width: 100%;
    padding: 20px;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .link-block {
    display: block;
  }

  .drop-link {
    text-align: center;
    display: block;
  }

  .text-block-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-2 {
    display: block;
  }

  .navbar-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .nav-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    background-color: #fff;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    margin: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    text-decoration: none;
    list-style-type: disc;
    display: grid;
  }

  .nav-link-2 {
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    display: inline-block;
  }

  .nav-link-2.w--current {
    display: inline-block;
  }

  .nav-dropdown {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-icon {
    padding-left: 10px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary {
    width: auto;
    margin-bottom: 30px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon-2 {
    color: #000;
  }

  .div-b-educ {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    display: block;
  }

  .div-admin {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 30px;
    display: block;
  }

  .cms-news-container {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item {
    max-width: 350px;
    height: 400px;
    padding-right: 0;
    position: relative;
  }

  .news-card {
    vertical-align: baseline;
    max-width: none;
    height: auto;
    padding-right: 0;
    overflow: hidden;
  }

  .cms-sub {
    max-width: none;
  }

  .collection-list-2 {
    grid-template-columns: max-content max-content;
    justify-content: center;
    place-items: stretch stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-2 {
    width: 350px;
  }

  .collection-list-3 {
    grid-column-gap: 99px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    place-content: stretch;
    place-items: center start;
    width: 45vw;
  }

  .image-15 {
    object-fit: cover;
    width: 45vw;
    max-width: 100%;
    height: 200px;
    overflow: clip;
  }

  .link-block-3 {
    width: auto;
  }

  .services-image {
    max-width: 15vw;
  }

  .image-books {
    height: 35vw;
  }

  .list-item {
    list-style-type: none;
  }

  .list-item-2 {
    list-style-type: disc;
  }
}

@media screen and (max-width: 767px) {
  .heading.h1.home-h1 {
    width: auto;
    max-width: 1200px;
    font-size: 3.5em;
    line-height: 1.3em;
  }

  .paragraph {
    text-align: center;
    max-width: 20em;
  }

  .paragraph.heading.education {
    text-align: center;
    max-width: 400px;
  }

  .paragraph.admin {
    max-width: 70vw;
  }

  .paragraph.home.top {
    text-align: left;
  }

  .paragraph.education.admissions {
    max-width: 70vw;
    padding-bottom: 10px;
  }

  .button.cta {
    margin-top: 5px;
  }

  .paragraph-2 {
    margin-bottom: 15px;
  }

  .div-contents-about {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 80vw;
    margin-top: 0;
    display: flex;
  }

  .admission {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-4.tatakucc {
    padding-top: 80px;
  }

  .div-block-3 {
    width: auto;
  }

  .paragraph-3.green {
    width: auto;
    max-width: 550px;
  }

  .image-3 {
    width: 100%;
    margin-top: 0;
  }

  .card-2 {
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container-5 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .campus-life.student-life {
    padding-bottom: 20px;
  }

  .forms {
    padding-top: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .form-content-wrapper {
    margin-top: 0;
  }

  .columns-2 {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .div-block-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .div-block-6.about-us {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-8.student-life {
    max-width: none;
  }

  .image-5.student-life-img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .section-3.grid {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 60px;
    display: flex;
  }

  .card.faith {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-15 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .card-3 {
    grid-template-rows: auto auto auto;
    grid-auto-columns: .5fr;
  }

  .container-16 {
    padding-bottom: 20px;
  }

  .column-5 {
    margin-bottom: 30px;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
  }

  .section-5 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .comm-div {
    justify-content: space-around;
    align-items: center;
    padding-top: 0;
  }

  .columns-5 {
    flex-flow: column;
    justify-content: flex-start;
  }

  .image-10 {
    margin-top: 30px;
  }

  .card-copy.faith {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-2.about-us {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .nav-dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-icon {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 6px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    margin-bottom: 0;
  }

  .collection-list-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: max-content;
  }

  .collection-list-3 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 2.5fr));
    place-items: center stretch;
    width: 80vw;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-15 {
    width: 80vw;
  }

  .library-div.main {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-16 {
    height: auto;
  }

  .services-image {
    max-width: 20vw;
  }

  .image-books {
    width: 30vw;
  }
}

@media screen and (max-width: 479px) {
  .section.new-hero {
    overflow: hidden;
  }

  .image.ucc-logo {
    width: 10em;
  }

  .heading.h1.home-h1 {
    width: 13em;
    font-size: 33px;
    line-height: 35px;
  }

  .heading.h1.education.mobile {
    width: 13em;
    max-width: 13em;
    font-size: 36px;
    line-height: 38px;
  }

  .paragraph {
    max-width: 15em;
  }

  .paragraph.home {
    text-align: left;
    padding-bottom: 0;
  }

  .paragraph.home.hero {
    text-align: center;
  }

  .button.cta.home {
    margin-top: 40px;
  }

  .button.form {
    align-self: center;
  }

  .paragraph-2 {
    margin-bottom: 30px;
  }

  .container-4.tatakucc {
    padding-bottom: 80px;
  }

  .paragraph-3.green {
    width: auto;
  }

  .container-5 {
    padding-top: 0;
  }

  .campus-life {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .campus-life.student-life {
    padding-bottom: 80px;
  }

  .forms {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-7 {
    max-width: none;
  }

  .container-12 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-3.grid {
    padding-bottom: 80px;
  }

  .section-4 {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-div {
    max-width: 500px;
  }

  .edu-con, .home-con {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 10px;
    font-size: 14px;
  }

  .nav-button-wrapper, .button-primary {
    width: auto;
  }
}

#w-node-_36216061-b8ce-9c91-782b-6496ed11b227-c11a12cb, #w-node-_9cd4527b-edc4-20cc-24b5-d2227aa51a57-c11a12cb, #w-node-f02c025d-7317-ee03-9967-51258057ba49-c11a12cb, #w-node-_66fbfbbe-c8f1-901b-9124-ccfe779c7f2a-c11a12cb, #w-node-d0ce3d7e-33db-8695-90f3-368d75ab3425-c11a12cb, #w-node-d0ce3d7e-33db-8695-90f3-368d75ab3426-c11a12cb, #w-node-d0ce3d7e-33db-8695-90f3-368d75ab3429-c11a12cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebe58827-82ed-478f-4bf4-5378624cd5c9-c11a12cb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_90d9aa39-9be2-f951-2b93-6e42b955211f-b9552119, #w-node-_90d9aa39-9be2-f951-2b93-6e42b955212a-b9552119, #w-node-_90d9aa39-9be2-f951-2b93-6e42b9552133-b9552119, #w-node-e508a601-fc18-7e77-e40f-25cbefce8993-c11a12d4, #w-node-_1a5b5181-e256-9d66-857e-9e8f08afde4f-c11a12d4, #w-node-_09991c94-fe1f-d9c2-8abc-0dce8c340623-c11a12d4, #w-node-_36216061-b8ce-9c91-782b-6496ed11b227-c11a12d6, #w-node-bdcce7e8-e094-7c38-8ecc-85abbb114dba-c11a12d6, #w-node-_50e9be9e-f48a-dc02-bd2a-d9ec7eb0a302-c11a12d6, #w-node-_6b6e417b-86f9-ea02-666d-d81f7708053b-c11a12d6, #w-node-_73091351-bbd8-a908-73ff-32e1af73a473-c11a12d6, #w-node-baf96277-85ca-d2e9-c723-46b808dd21d5-c11a12d6, #w-node-_949a0fd6-f269-067f-2cc3-66b1f6ba3e48-c11a12d6, #w-node-_2a46dd61-d49f-c825-ee20-b95d5c328f45-c11a12d6, #w-node-_2a46dd61-d49f-c825-ee20-b95d5c328f46-c11a12d6, #w-node-_2a46dd61-d49f-c825-ee20-b95d5c328f47-c11a12d6, #w-node-_2a46dd61-d49f-c825-ee20-b95d5c328f49-c11a12d6, #w-node-_9b1411ba-6ec4-4dbb-251f-2a2a3c297b2b-c11a12d9, #w-node-f2a210de-8d1f-3e41-263d-ab738dd7f656-c11a12d9, #w-node-_47781ca0-db7c-3296-2fe4-7ad10ca63709-c11a12d9, #w-node-_47781ca0-db7c-3296-2fe4-7ad10ca6370d-c11a12d9, #w-node-d393c063-02b0-1a8f-2cfd-4ecade92e60c-c11a12d9, #w-node-d393c063-02b0-1a8f-2cfd-4ecade92e610-c11a12d9, #w-node-_5862f9df-517f-3b4e-8c5d-ccccc65c12ec-c11a12d9, #w-node-_5862f9df-517f-3b4e-8c5d-ccccc65c12f0-c11a12d9, #w-node-_737b70e3-6565-9d51-4a74-7dabaee263e8-c11a12d9, #w-node-_737b70e3-6565-9d51-4a74-7dabaee263ec-c11a12d9, #w-node-fb4c84b2-7953-1ee7-f3e6-b780e330b61c-c11a12d9, #w-node-fb4c84b2-7953-1ee7-f3e6-b780e330b620-c11a12d9, #w-node-_9b1411ba-6ec4-4dbb-251f-2a2a3c297b2b-c11a130c, #w-node-e60f06e5-c0da-6489-f11b-535f4fa0c5cd-c11a130c, #w-node-_47781ca0-db7c-3296-2fe4-7ad10ca63709-c11a130c, #w-node-d393c063-02b0-1a8f-2cfd-4ecade92e60c-c11a130c, #w-node-_5862f9df-517f-3b4e-8c5d-ccccc65c12ec-c11a130c, #w-node-_737b70e3-6565-9d51-4a74-7dabaee263e8-c11a130c, #w-node-fb4c84b2-7953-1ee7-f3e6-b780e330b61c-c11a130c, #w-node-_1248c1a6-a484-1e9f-bf61-33b80a02c9ec-c11a130c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75609187-b1cc-b0cf-ca0b-c0874f2c59da-c11a1327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_48fcb25d-c3b0-819c-ac7d-39224fd7c97c-c11a1327, #w-node-_48fcb25d-c3b0-819c-ac7d-39224fd7c980-c11a1327, #w-node-_48fcb25d-c3b0-819c-ac7d-39224fd7c982-c11a1327, #w-node-_48fcb25d-c3b0-819c-ac7d-39224fd7c986-c11a1327, #w-node-_48fcb25d-c3b0-819c-ac7d-39224fd7c988-c11a1327, #w-node-_48fcb25d-c3b0-819c-ac7d-39224fd7c98e-c11a1327, #w-node-_48fcb25d-c3b0-819c-ac7d-39224fd7c992-c11a1327, #w-node-_48fcb25d-c3b0-819c-ac7d-39224fd7c994-c11a1327, #w-node-_48fcb25d-c3b0-819c-ac7d-39224fd7c998-c11a1327, #w-node-_48fcb25d-c3b0-819c-ac7d-39224fd7c99a-c11a1327, #w-node-_48fcb25d-c3b0-819c-ac7d-39224fd7c99e-c11a1327, #w-node-_36216061-b8ce-9c91-782b-6496ed11b227-c11a132b, #w-node-bdcce7e8-e094-7c38-8ecc-85abbb114dba-c11a132b, #w-node-_50e9be9e-f48a-dc02-bd2a-d9ec7eb0a302-c11a132b, #w-node-_6b6e417b-86f9-ea02-666d-d81f7708053b-c11a132b, #w-node-_73091351-bbd8-a908-73ff-32e1af73a473-c11a132b, #w-node-baf96277-85ca-d2e9-c723-46b808dd21d5-c11a132b, #w-node-_2a46dd61-d49f-c825-ee20-b95d5c328f45-c11a132b, #w-node-_2a46dd61-d49f-c825-ee20-b95d5c328f46-c11a132b, #w-node-_2a46dd61-d49f-c825-ee20-b95d5c328f47-c11a132b, #w-node-_2a46dd61-d49f-c825-ee20-b95d5c328f49-c11a132b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_131c1990-a804-8f9c-9bb9-d40e5764c203-5764c1f5 {
    place-self: auto;
  }

  #w-node-f068fb2c-51b4-5453-d359-07ec298b919a-5764c1f5 {
    place-self: center;
  }
}


