  
	.gradient {
    position: relative;
    background: #003359;
    background: -moz-linear-gradient(129deg, #003359 0%, #001e34 100%);
    background: -webkit-linear-gradient( 129deg, #003359 0%, #001e34 100%);
    background: linear-gradient( 129deg, #003359 0%, #001e34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003359",endColorstr="#1a5363",GradientType=1);
    background-size: 100%;
}
.banner-two {
    height: 200px;
    position: relative;
    overflow: hidden;
    background: #003359;
    background: linear-gradient(to top, #003359, #012540);
    background-image: url(/gradschool/images/tgs-header-bg.png);
    background-position: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-two .banner-inner {
    z-index: 2;
    position: relative;
    padding-top: 73px;
}
.banner-two .img1 {
    position: absolute;
    left: -163px;
    top: 12px;
    max-width: 32%;
}
	.banner-image img {
    max-width: 100%;
    width: unset;
    height: unset;
}
	.align-items-center {
    display: flex;
    align-items: center;
}
.banner-content p {
    font-size: 28px;
}
	.banner-content p.program-name {
    color: #fff;
    margin-left: 0;
    padding-left: 0;
    font-size: 48px;
    --minFontSize: 32px;
    --maxFontSize: 150px;
    --scaler: 4vw;
    font-size: clamp( var(--minFontSize), var(--scaler), var(--maxFontSize) );
    line-height: 1;
    text-shadow: 9px 4px 15px rgb(0 51 89 / 90%);
    font-weight: bold;
	margin-bottom:0;
}

.banner-content p.eyebrow {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
	color:#00AEEF;
}
	
	h2, h3, p, figure {
    position: relative;
}
@media only screen and (min-width: 768px)
{
	.banner-container {
    padding: 0 90px;
}
}	