<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> :root {
                --lightBlue: #3DB5E6;
                --regularBlue: #004B98;
                --darkBlue: #0A2240;
                --red: #E1261C;
                --grey: #C8C8C8;

            }

            .iconBlock {
                display: flex !important;
                justify-content: center;
                align-items: center;
            }

            .iconBlock .smallText {
                width: 100%;
            }

            a.dept-btn {
                width: 49%;
                padding: 15px;
                margin: 15px 0;
            }

            .sliderControls {
                display: flex;
                flex-direction: row;
            }

            .sliderControls a.button {
                padding: 15px;
                height: 75px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .graduate-img {
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-wrap: wrap;
            }

            .graduate-img img {
                margin: 15px;
            }
            .gradient-hero__gradient {
                z-index: 3;
                position: absolute;
                top: 0;
                left: 0;
                width: 75%;
                height: 100%;
                background: rgb(1, 27, 53);
                background: linear-gradient(90deg, rgba(1, 27, 53, 1) 0%, rgba(1, 27, 53, .9) 25%, rgba(1, 27, 53, .75) 35%, rgba(1, 27, 53, 0) 100%);
            }

            .gradient-hero__content {
                display: flex;
                justify-content: center;
                align-items: flex-start;
                flex-direction: column;
                width: 30%;
                height: 100%;
                position: relative;
                z-index: 5;
                color: #ffffff;
            }

            .gradient-hero__title {
                margin-left: 30%;
                font-size: 4rem;
                font-weight: bold;
                white-space: nowrap;
            }

            .gradient-hero__tagline {
                margin-left: 30%;
                font-weight: 2rem;
                font-weight: bold;
            }

            .gradient-hero__scroll {
                position: absolute;
                top: 92%;
                left: 50%;
                color: var(--red);
                transform: translate(-50%, -50%);
                display: flex;
                justify-content: center;
                align-items: center;
                animation: bounce 1s ease-in-out;
                animation-direction: alternate;
                animation-iteration-count: infinite;
                z-index: 5;
            }

            .gradient-hero__scroll .material-icons {
                font-size: 2rem;
                transform: rotate(90deg);
            }

            .gradient-hero__image {
                height: 20%;
                margin-left: 15%;
            }

            .afterBottomAngle {
                padding-top: 150px !important;
            }

            .circlesRight {
                position: absolute;
                height: 100%;
                transform: translate(50%, 0);
                right: 0;
            }

            section {
                padding: 5% !important;
            }

      .leftColumn {
        width: 65%;
      }

      .leftColumn .iframe-wrapper {
        width: 100%;
        padding-bottom: 56.25%;
        margin-top: 3%;
      }

      .rightColumn {
        width: 35%;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .rightColumn img {
        width: 60%;
        height: auto;
      }

      .social {
        margin: 0 !important;
      }

      .social ul {
        list-style-type: none;
        display: flex;
        padding: 0;
      }

      .social ul li {
        margin-right: 20px;
      }

      .social ul li a img {
        width: 50px;
        height: 50px;
      }

            @media screen and (max-width: 1200px) {
                .gradient-hero__gradient {
                    background: linear-gradient(90deg, rgba(1, 27, 53, 1) 0%, rgba(1, 27, 53, .9) 55%, rgba(1, 27, 53, .75) 85%, rgba(1, 27, 53, 0) 100%);
                }

                .gradient-hero__content {
                    width: 80%;
                    margin: 0 auto;
                }

                .gradient-hero__title {
                    font-size: 2rem;
                    margin-left: 0;
                }

                .gradient-hero__tagline {
                    font-size: 1.2rem;
                    margin-left: 0;
                }

                .gradient-hero__gradient {
                    width: 100%;
                }

                .gradient-hero__image {
                    width: 80%;
                    margin: 0 auto;
                    height: auto;
                }
				
				        #share {
          flex-wrap: wrap;
        }

        #share .left {
          width: 100%;
        }

        #share .right {
          width: 100%;
        }

        .social ul {
          flex-wrap: wrap;
        }

        .social ul li a img {
          width: 30%;
          margin: 1% 0 0 0;
        }

            }

            @keyframes bounce {
                from {
                    margin-top: 0px;
                }

                to {
                    margin-top: 20px;
                }
            }</pre></body></html>