p {
  word-wrap: break-word;
}
th, td {
  padding: 10px;
}
a#translateLink {
  display: none;
}
em {
  color: #000000;
}
.to-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #5b1f5b;
  z-index: 100;
  font-size: 24px;
  color: #ffffff !important;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
  text-decoration: none;
  border-radius: 50%;
  text-decoration: none;
}
.to-top.active {
  opacity: 1;
  bottom: 32px;
  pointer-events: auto;
}
.to-top.active:hover {
  text-decoration: none;
  color: #e2e8f0 !important;

}
/* tabs settings */

.tabs input[type=radio] {
  display: none; 
}
.tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #2EBEB9;
  width: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  text-align: center;
  padding: 20px 20px;
}
.tabs label div {
  display: flex;
  width: 100%;
  height: 35px;
  line-height: 1;
  justify-content: center;
}
.tabs label:last-of-type {
  border-bottom: none; 
}
.tabs label:hover {
  background: #259692;
  color:#ffffff;
}
#navbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-note {
  margin-top: 40px;
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
  background: #259692;
  color: #FFFFFF; }

.tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px; 
  border-top: 2px solid #2EBEB9;
}

.tab-content-wrapper {
  background: #FCFCFC;
  border-top: #2EBEB9 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, #tab2:checked ~ .tab-content-wrapper #tab-content-2, #tab3:checked ~ .tab-content-wrapper #tab-content-3, #tab4:checked ~ .tab-content-wrapper #tab-content-4 {
  position: relative;
  top: 0px;
 }
.tab-links a:hover {
  background:#FF3333;
  color: #EBEBEB;
  text-decoration:none;
}

li.active a, li.active a:hover {
  background:#FFF;
  color:#4C4C4C;
}

/*----- Content of Tabs -----*/

.tab-content {
  width:100%;
  border-radius:3px;
  /*box-shadow:0px 10px 10px rgba(0,0,0,0.45);*/
  background:#fff;
  margin-top:-16px;
  padding:30px;
}

.tab {
  display:none;
}

.tab.active {
  display:block;
}
  
/* utility classes */

.Inputfields label {
  display: none !important;
}
#input-field-wrapper {
  display: flex; 
  flex-direction: column;
  gap: 20px; 
  margin-bottom: 20px;
}
#input-field-wrapper input {
  width: 250px;
}
#login-form-wrapper input[type=submit] {
  background-color: #4f65be;
  color: #ffffff;
}
#login-form-wrapper input[type=submit]:hover {
  color: #fdfdfd;
}
#login-form-wrapper .logout {

}
.lang-link {
  color:#ffffff;
}
.lang-link:hover {
  color: rgba(255, 255, 255, .7);
}
.lang-link:first-child::after {
  content: "|";
  margin: 0 10px;
}
.top-nav-title.email a {
  color: #ffffff;
}
.top-nav-link.contact {
  margin-right: 10px;
}
.top-nav-link.contact a {
  color: #ffffff;
}
.top-nav-link.contact a:hover {
  color: #ffffff;
  opacity: 0.7;
}
.button-wrapper {
  display: flex;
  gap: 30px;
}
.button-wrapper.desktop {
  flex-direction: column;
}
a.admission,
a.submit-doc {
  color: #2d3748 !important;
  padding: 0.5rem 1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #e2e8f0 !important;
  font-size: 20px;
  width: 240px;
  height: 98px;
  flex-direction: column;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  letter-spacing: 1px;
}
a.admission.hide,
a.submit-doc.hide{
  display: none;
}
a.submit-doc.full-width,
a.admission.full-width {
  width: 100%;
}
a.admission:hover,
a.submit-doc:hover {
  color: #2d3748 !important;
} 
a.admission i,
a.submit-doc i {
  width: 1rem;
  margin-bottom: 10px;
}
.sub-text {
  font-size: 14px;
  font-weight: 500;
}
.download-item {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  padding: 10px 0px;
  border-bottom: 1px solid #C7C6C4;
}
.download-item .download-icons {
  display: flex;
  gap: 10px;
}
.download-item .download-icons i {
  font-size: 24px;
}
.download-item .download-icons i.no-file {
  color: rgba(0,0,0, 0.2);
}

/* media query */

@media screen and (min-width: 992px) {
  #navbar {
    position: relative;
    padding: 18px 0px;
  }
  #navbar .cu-logo-link {
    position: absolute;
    width: 60px;
    height: 50px;
  }
  #navbar .fe-logo-link {
    position: absolute;
    width: 155px;
    height: 50px;
    left: 60px;
  }
}
@media screen and (min-width:767px) {
  #navbar .cu-logo-link {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 5px
  }
  #navbar .fe-logo-link {
    position: absolute;
    width: 120px;
    height: 45px;
    left: 60px
  }
}
@media screen and (max-width: 1600px) {
  .tabs label {
    width: auto; 
  } 
}
@media screen and (max-width: 900px) {
  .tabs label {
    width: auto; 
  } 
}
@media screen and (max-width: 767px) {
  .tab-content {
    padding: 20px;
  }
  #navbar .cu-logo-link {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 5px
  }
  #navbar .fe-logo-link {
    position: absolute;
    width: 120px;
    height: 45px;
    left: 60px
  }
}
@media screen and (max-width: 600px) {
  .tabs {
    margin: 0; 
  }
  .tab-content-wrapper, .tab1-content-wrapper {
    border: none;
    border-radius: 0; 
  } 
  .tabs label {
    width: 100% !important;
    display: block;
    border-bottom: 2px solid #C7C6C4;
    border-radius: 0; 
  } 
  table {
    width: 100% !important;
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .button-wrapper {
    flex-wrap: wrap;
  }
  a.admission,
  a.submit-doc {
    font-size: 16px;
    width: 100%;
  }
}