	  
	  @font-face {
    font-family: 'Domaine';
    src: url('/portal/fonts/DomaineDisp-Regular.eot');
    src: url('/portal/fonts/DomaineDisp-Regular.eot?#iefix') format('embedded-opentype'),
        url('/portal/fonts/DomaineDisp-Regular.woff2') format('woff2'),
        url('/portal/fonts/DomaineDisp-Regular.woff') format('woff'),
        url('/portal/fonts/DomaineDisp-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


	*, *::before, *::after {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}
		
	html body {
	font-family: sans-serif;
	}


	.container {
	  width: 100%;
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	  padding: 4rem 10vw;
	  overflow-x: hidden;
	  color: #303030;
	  font-family: sans-serif;
	}


    body {
      margin: 0;
      padding: 0;
    }
    
    body.nav-open {
      overflow: hidden;
    }
	
	h1, h2, h3, h4 {
		font-family: 'Domaine', sans-serif;
		font-weight:100;
			line-height: 1.3;
	}
	
	
	body {
	 font-size: 21px;
	  font-size: clamp(16px, 2.5vmin, 18px);
	}
	

	
		h1 {
			font-size: 2.5rem;
		  font-size: clamp(2.125rem, 5vmin, 2.7rem);
		}
		h2 {
			font-size: 2rem;
		  font-size: clamp(1.5rem, 4vmin, 2rem);
		}
		h3 {
			font-size: 1.75rem;
		  font-size: clamp(1.2rem, 3.5vmin, 1.75rem);
		}
		h4 {
			font-size: 1.5rem;
		  font-size: clamp(1.1rem, 3vmin, 1.5rem);
		}
		h5 {
			font-size: 1.2rem;
		  font-size: clamp(1rem, 2.5vmin, 1.2rem);
		}
		img {
		width: 100%;
		object-fit: cover;
		}
	
	p {
		font-family: arial, sans-serif;
		font-size: 23px;
		margin-bottom: 20px;
		letter-spacing: .3px;

	}


    .position---relative.top.background--nitrogen-orange {
      position: relative;
      z-index: 9;
    }

    .hero---underlay.reverse {
      display: flex;
      overflow: hidden;
      height:100%;
      align-items: center;
      max-height: 550px;
    }
    
    @media (min-width: 992px) {
	  .hero---underlay.reverse {
		   padding-right: 25vw;
		padding-left: 0vw;
		max-height: 650px;
	    }
    }
    
    .overlay-block {
	    color: #fff;
	    text-align: center;
	    font-family: sans-serif;
	    
    }
    
    .overlay-block h2 {
	    font-size: 23px;
	    font-family: 'Inter Light', arial, sans-serif;
	    font-weight: 300;
    }

    .hero---photo-wrapper.object-fit img {
      width: 100%;
      min-height: 650px;
      height: 100%;
    }

    .hero---overlay.reverse.background---orange {
    background: #e18e50;
    right: 0px;
    bottom: 3vw;
    top: 0;
    align-items: center;
    display: flex;
    padding: 90px;
    justify-content: center;
    }

	@media (min-width: 992px) {
    .hero---overlay.reverse.background---orange {
		   position: absolute;
	    width: 42.857vw;
		   
	}
}
    .full-width.center.text---white {
      color: #fff;
      text-align: center;
      font-family: 'basier', sans-serif;
    }

    .full-width.center.text---white h1 {
      font-size: 37px;
    }

    .full-width.center.text---white h3 {
      font-size: 26px;
      letter-spacing: 0;
    }

    /* Content Section */
    .container-wide {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      width: 100%;
      padding: 0 15px;
      margin: 4em auto;
    }
    @media (min-width: 768px) {
	    .container-wide {
		    max-width: 90%;
	    }
	}
    @media (min-width: 1200px) {
	    .container-wide {
		    max-width: 80%;
	    }
	}    
	
	.container-header {
		width: 100%;
		padding: 0 15px;
	
	}
	   
    @media (min-width: 768px) {
	    .container-header {
		    max-width: 90%;
	    }
	}
    @media (min-width: 1200px) {
	    .container-header {
		    max-width: 80%;
	    }
	}    
	 
	.container-header h3 {
		text-transform: uppercase;
		font-size: 30px;
		font-family: "Inter";
		display: flex;
		align-items: center;
		letter-spacing: 1px;
		color: #fff;
	}   
	    
    .container-wide h3 {
      font-size: 1.8em;
       margin: 1em auto;
		max-width: 80%;
	 line-height: 1.234;
    }
    
    @media (min-width: 992px) {
	    .container-wide h3 {
		    max-width: 65%;
	    }
    }

    .container-wide .orange {
      color: #e18e50;
    }

    .container-wide p {
      font-size: 22px;
      line-height: 1.24;
      letter-spacing: 0;
    }

    .login-container {
      display: flex;
      justify-content: center;
      margin: 2em auto;
      flex-wrap: wrap;
      gap: 40px;
    }

    .login-container a {
      padding: 18px 0.5vw;
      border: 1px solid #e18e50;
      border-radius: 4px;
      background-color: #e18e50;
      color: #fff;
      text-decoration: none;
      display: flex;
      justify-content: center;
      text-align: center;
      height: 63px;
      width: 300px;
      align-items: center;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: 'Gotham Book', sans-serif;
      transition: all 500ms ease-in-out;
      font-size: 14px;
    }
    
    .login-container a:hover {
	   background: transparent;
	   border: 1px solid #e18e50;
	   transition: all 500ms ease-in-out;
	   color:#e18e50;
	}
	    
	.navbar {
	  background-color: #000;
	  padding: 0;
	  position: relative;
	}

	.nav-container {
	 width: 100%;
	  margin: 0 auto;
	  padding: 1rem 2rem;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}

	.nav-logo {
	  display: flex;
	  align-items: center;
	  gap: 0.75rem;
	}
	
	.nav-logo img {
		width: 295px;
	}

	.logo-icon {
	  width: 40px;
	  height: 40px;
	  color: white;
	  background-color: white;
	  border-radius: 50%;
	  padding: 8px;
	}


.logo-icon path {
  stroke: #2c2c2c;
}

.logo-text {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.logo-university {
  color: #ff8c42;
}

.nav-menu {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-menu .logo-md,
.nav-menu .divider {
    display: none;
}

.nav-link {
  color: #cccccc;
  text-decoration: none;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  transition: color 0.3s ease;
  padding: 0.5rem 0;
}

.nav-link:hover {
  color: #ff8c42;
}

.nav-link.nav-button {
    display: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  transition: 0.3s;
  border-radius: 2px;
}

.gradient-section {
  background: linear-gradient(to right, #ff8c42, #d4621a, #b8541a, #9c461a, #80381a);
  height: 30px;
  width: 100%;
    align-items: center;
    display: flex;
}


@media (max-width: 768px) {
  .nav-container {
    padding: 1rem;
  }
  
  .nav-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(17, 17, 17, 0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 0;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }

  .nav-menu.active {
    opacity: 1;
    visibility: visible;
  }
  
  .nav-menu .logo-md {
      display: block;
      max-width: 250px;
      margin-bottom: 1.5rem;
  }
  
  .nav-menu .divider {
      display: block;
      width: 80%;
      max-width: 320px;
      margin-bottom: 1rem;
  }

  .nav-menu .nav-link {
    font-size: 1.5rem;
    padding: 1rem 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  .nav-menu.active .nav-link {
      opacity: 1;
      transform: translateY(0);
  }

  .nav-menu.active .nav-link:nth-child(3) { transition-delay: 0.20s; }
  .nav-menu.active .nav-link:nth-child(4) { transition-delay: 0.25s; }
  .nav-menu.active .nav-link:nth-child(5) { transition-delay: 0.30s; }
  .nav-menu.active .nav-link:nth-child(6) { transition-delay: 0.35s; }
  .nav-menu.active .nav-link:nth-child(7) { transition-delay: 0.40s; }

  .nav-link.nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 320px;
    padding: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #e18e50;
    border: 1px solid #e18e50;
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }

  .nav-link.nav-button:hover {
    background-color: transparent;
    color: #fff;
  }


  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 101;
  }

  .nav-toggle.active .bar:nth-child(1) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .nav-toggle.active .bar:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  
  .logo-text {
    font-size: 1.3rem;
  }
  
  .logo-icon {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .nav-container {
    padding: 0.75rem;
  }
  
  .logo-text {
    font-size: 1.1rem;
  }
  
  .logo-icon {
    width: 30px;
    height: 30px;
  }
  
  .gradient-section {
    height: 60px;
  }
}

img.logo-md {
	width: 300px;
}
    
    
.divider {
	border-bottom: 1px solid #ddd;
}   
    
/* Footer Styles */
.site-footer {
  background-color: #eee;
  padding: 4rem 2rem;
  color: #303030;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

.footer-container {
  max-width: 90%;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #999;
  margin-bottom: 2rem;
  padding-bottom: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #000;
}

.footer-col p, .footer-col li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

.footer-col a {
  color: #303030;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col a:hover {
  color: #e18e50;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-socials {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.footer-socials a {
  color: #e18e50;
  	transition: all 500ms ease-in-out;
}

.footer-socials a:hover {
  color: #a3591f;
  	transition: all 500ms ease-in-out;
}

.footer-socials svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.footer-logo {
 width:  220px;
 display: flex;
 justify-content: center;
}

.footer-divider {
  border: 0;
  height: 1px;
  background-color: #999;
  margin: 2rem 0;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 14px;
}

.footer-copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.footer-copyright span:not(:last-child)::after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
    color: #999;
}

.footer-copyright a{
	color: #e18e50;
	text-decoration: none;
	transition: all 500ms ease-in-out;
		padding-bottom: 2px;
}
		
.footer-copyright a:hover{
	color: #000;
	transition: all 500ms ease-in-out;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}
			
		
		
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.footer-legal a {
  text-decoration: none;
  color: #303030;
}
.footer-legal a:hover {
    color: #e18e50;
}

.footer-legal a:not(:last-child)::after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
    color: #999;
}

/* Footer Mobile Styles */
@media (max-width: 991px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-col-4 { order: 1; margin-bottom: 2rem; }
  .footer-col-2 { order: 2; }
  .footer-col-1 { order: 3; }
  .footer-col-3 { order: 4; }

  .footer-col-4 .footer-logo {
    max-width: 250px;
  }
  .footer-socials {
    justify-content: center;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1.5rem;
  }
  .footer-legal {
    order: 1;
  }
  .footer-copyright {
    order: 2;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer-copyright span:not(:last-child)::after {
    content: '';
  }
}

@media (max-width: 480px) {
    .footer-legal, .footer-copyright {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .footer-legal a:not(:last-child)::after, .footer-copyright span:not(:last-child)::after {
        content: '';
    }
}

