  :root {
     --corner-size: 14px;
     --border-color: #0874c1;
     --border-size: 2px;
     --sin45: 0.7071;
     --gradient-size: calc(var(--corner-size) * var(--sin45) - var(--border-size) * 0.4);
}
.cta-bar-wrapper {
    background-color: #000;
}	
 .profileCards-container.style5 .profileCard-image {
     border-left: 5px solid #00AEEF;
}
 .service-tile-item {
    flex-grow: 0;
}
 .matrix {
     border-bottom: none;
}
 .navigation {
 
     border-color: #FFFFFF;
     -webkit-box-shadow: 8px 9px 18px 0px rgb(0 0 0 / 8%) !important;
     box-shadow: 8px 9px 18px 0px rgb(0 0 0 / 8%) !important;
     transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
     margin-top: 0px;
}
 nav ul li a:before {
     background-color: #00AEEF;
}
 nav ul li a, nav ul li a:visited, .brand a, .brand a:visited, h1, h2, h3, h4, h5, h6 {
     color: #14212b;
}
 .brand a:hover {
     color: #000000;
}
 #breadcrumb ul li a {
     color: #14212b;
     border-bottom: 1px solid #00AEEF;
}
 .contact-area h2:after, .subsection .contact-area h2:after {
     border-bottom-color: #00AEEF;
}
 .l-content .main-title.text-center:after {
     border-color: #00AEEF;
     border-image-source: -moz-linear-gradient(to left, #00AEEF, #00AEEF);
     border-image-source: -webkit-linear-gradient(to left, #00AEEF, #00AEEF);
     border-image-source: linear-gradient(to left, #00AEEF, #00AEEF);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AEEF', endColorstr='#00AEEF', GradientType=1);
     border-image-source: linear-gradient(to left, #00AEEF, #00AEEF);
}
 .l-content .main-title:after, .green-divider {
     border-color: #00AEEF;
     border-image-source: -moz-linear-gradient(to left, #00AEEF, #00AEEF);
     border-image-source: -webkit-linear-gradient(to left, #00AEEF, #00AEEF);
     border-image-source: linear-gradient(to left, #00AEEF, #00AEEF);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AEEF', endColorstr='#00AEEF', GradientType=1);
     border-image-source: linear-gradient(to left, #00AEEF, #00AEEF);
}
 .main-title.text-center:after {
     border-bottom: 4px solid #00AEEF;
}
 .banner-image {
     position: relative;
}
 p.eyebrow {
     font-size: 16px!important;
     font-weight: bold;
     color: #0874c1;
     margin-bottom: 0;
}
 .ph-btn {
     display: inline-flex;
     justify-content: center;
     align-items: center;
     position: relative;
     z-index: 1;
     border: unset;
     border-radius: unset;
     font-size: 16px;
     text-transform: uppercase;
     line-height: 1;
     font-weight: bold;
     color: #fff;
     width: fit-content;
     background-color: #0874c1;
     transition: 0.4s, -webkit-clip-path 0s;
     transition: 0.4s, clip-path 0s;
     transition: 0.4s, clip-path 0s, -webkit-clip-path 0s;
     letter-spacing: 0.05em;
     border: 2px solid #0874c1 !important;
     padding: 21px 40px 21px;
     background-image: linear-gradient(-45deg, var(--border-color) var(--gradient-size), transparent var(--gradient-size));
     background-image: linear-gradient(-45deg, var(--border-color) var(--gradient-size), transparent var(--gradient-size));
     background-repeat: no-repeat;
     -webkit-clip-path: polygon(101% 0, 100% calc(101% - var(--corner-size)), calc(100% - var(--corner-size)) 101%, 0 100%, 0 0);
     clip-path: polygon(101% 0, 100% calc(101% - var(--corner-size)), calc(100% - var(--corner-size)) 101%, 0 100%, 0 0);
}
 .ph-btn.dark {
     background-color: #003359;
     border: 2px solid #003359 !important;
     padding: 21px 40px 21px;
     background-image: linear-gradient(-45deg, #003359 var(--gradient-size), transparent var(--gradient-size));
     background-image: linear-gradient(-45deg, #003359 var(--gradient-size), transparent var(--gradient-size));
}
 .ph-btn.blue {
     background-color: #003359;
     border: 2px solid #003359 !important;
     padding: 21px 40px 21px;
     background-image: linear-gradient(-45deg, #003359 var(--gradient-size), transparent var(--gradient-size));
     background-image: linear-gradient(-45deg, #003359 var(--gradient-size), transparent var(--gradient-size));
}
 .ph-btn:hover {
     background-color: #ffffff;
     background-image: linear-gradient(-45deg, #00AEEF var(--gradient-size), transparent var(--gradient-size));
     border-color: #00AEEF;
     color: #000 !important;
     text-decoration: none;
}
 .ph-btn.dark:hover {
     background-color: #ffffff;
     background-image: linear-gradient(-45deg, #003359 var(--gradient-size), transparent var(--gradient-size));
     border-color: #003359;
     color: #000;
     text-decoration: none;
}
 .ph-btn.blue:hover {
     background-color: #ffffff;
     background-image: linear-gradient(-45deg, #003359 var(--gradient-size), transparent var(--gradient-size));
     border-color: #003359;
     color: #000;
     text-decoration: none;
}
 .ph-border-btn {
     display: inline-flex;
     justify-content: center;
     align-items: center;
     position: relative;
     z-index: 1;
     border: unset;
     border-radius: unset;
     font-size: 16px;
     text-transform: uppercase;
     line-height: 1;
     font-weight: bold;
     color: #000;
     width: fit-content;
     background-color: #fff;
     transition: 0.4s, -webkit-clip-path 0s;
     transition: 0.4s, clip-path 0s;
     transition: 0.4s, clip-path 0s, -webkit-clip-path 0s;
     letter-spacing: 0.05em;
     border: 2px solid #0874c1 !important;
     padding: 21px 40px 21px;
     background-image: linear-gradient(-45deg, var(--border-color) var(--gradient-size), transparent var(--gradient-size));
     background-image: linear-gradient(-45deg, var(--border-color) var(--gradient-size), transparent var(--gradient-size));
     background-repeat: no-repeat;
     -webkit-clip-path: polygon(101% 0, 100% calc(101% - var(--corner-size)), calc(100% - var(--corner-size)) 101%, 0 100%, 0 0);
     clip-path: polygon(101% 0, 100% calc(101% - var(--corner-size)), calc(100% - var(--corner-size)) 101%, 0 100%, 0 0);
}
 .ph-border-btn.invert {
     background-color: transparent;
     border: 2px solid #fff !important;
     background-image: linear-gradient(-45deg, #fff var(--gradient-size), transparent var(--gradient-size));
     background-image: linear-gradient(-45deg, #fff var(--gradient-size), transparent var(--gradient-size));
     color: #fff;
}
 .ph-border-btn:hover {
     background-color: #00AEEF;
     text-decoration: none;
     color: #fff;
}
 .ph-border-btn.invert:hover {
     background-color: #003359;
     color: #fff;
     border: 2px solid #003359 !important;
     background-image: linear-gradient(-45deg, #003359 var(--gradient-size), transparent var(--gradient-size));
     background-image: linear-gradient(-45deg, #003359 var(--gradient-size), transparent var(--gradient-size));
}
 .banner-image .imagery {
     position: absolute;
     bottom: 0;
     right: 178px;
     width: 27vw;
     z-index: 1;
}

 .box.gray {
     background: #003359;
}
 .contact-area {
     background: unset;
}
 .contact-area h2, .subsection .contact-area h2, .item .box p, .contact-area a, .contact-area a:visited {
     color: #ffffff;
     font-weight: normal !important;
}
 .l-page h1, .main-title {
     color: #14212b;
     font-weight: 600;
}
 .service-tile-item .item .box {
     background: #fff;
     padding: 30px !important;
     -webkit-transition: all 200ms ease-in;
     -o-transition: all 200ms ease-in;
     transition: all 200ms ease-in;
     margin-bottom: 30px;
     border: 1px solid #eee;
     -webkit-box-shadow: 8px 9px 29px 0px rgb(0 0 0 / 30%);
     box-shadow: 8px 9px 29px 0px rgb(0 0 0 / 30%);
}
 .image-block {
     position: relative;
     z-index: 10;
     margin-top: 5px;
}
 @media (max-width: 900px) {
     .image-block {
         margin-bottom: 50px;
    }
}
 .image-block img {
     -webkit-box-shadow: -20px 20px 35px #dcdcdc;
     box-shadow: -20px 20px 35px #dcdcdc;
     -webkit-border-radius: 8px;
     position: relative;
     z-index: 5;
}
 .bg-shape:before {
     content: '';
     background: url(/sph/images/hex-group.svg);
     background-size: auto;
     position: absolute;
     height: 100%;
     width: 100%;
     background-repeat: no-repeat;
     left: -55px;
     bottom: -55px;
     z-index: 0;
}
 .bg-shape:after {
     content: '';
     background: url(/sph/images/hexagon-dark.svg);
     background-size: auto;
     position: absolute;
     height: 100%;
     width: 100%;
     background-repeat: no-repeat;
     left: 64px;
     bottom: -41px;
     z-index: 2;
}
 .program-box {
     padding: 20px;
     position: relative;
     transition: 0.5s;
}
 .program-box .program-box-inside {
     position: relative;
     padding: 30px;
     box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 25%);
     border-radius: 0 0 10px 0;
     background: #FFFFFF;
     transition: all .5s;
     z-index: 1;
}
 .program-box .program-box-inside .icon {
     width: 50px;
}
 .program-box .program-box-inside h3.title {
     margin: 0 0px 11px 0px;
     font-size: 25px;
     line-height: 28px;
     color: #14212b;
     text-transform: none;
     transition: 0.4s;
     font-weight: bold !important;
}
 .program-box .program-box-inside p {
     transition: 0.4s;
     margin-bottom: 0;
}
 .program-box .program-box-inside a {
     text-transform: uppercase;
     vertical-align: bottom;
     transition: .4s;
     margin-bottom: 0;
     padding-bottom: 0;
     color: #F39336;
}
 .flex-column {
     justify-content: center;
     flex-direction: column;
}
 .program-box:hover .program-box-inside {
     background: #003359;
     box-shadow: none;
}
 .program-box:hover h3.title, .program-box:hover .degree-type, .program-box:hover .eyebrow, .program-box:hover p, .program-box:hover a {
     color: #fff;
}
 @media only screen and (min-width: 769px) {
     .pull-box-up {
         margin-top: -30px;
         margin-bottom: 30px;
    }
}
 .read-more-button {
     position: absolute;
     bottom: 2px;
     right: 6px;
}
 .read-more-button .fal {
     transform: rotate(-45deg);
     color: #00AEEF;
}
 .program-box:hover .read-more-button .fal {
     color: #fff;
}
 p.short {
     max-width: 70ch;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 60px;
}
 .matrix.hex-wrap {
     background-image: url(/sph/images/sph-animated.svg);
     background-position: top;
     background-repeat: no-repeat;
}
 .cta-bar-wrapper .cta-bar {
     background: none;
     color: #fff;
}
 .cta-bar-wrapper, .cta-bar-wrapper .cta-bar {
     position: relative;
}
 .news-stuff figure {
     overflow: hidden;
     border-radius: 0 0 10px 0;
     margin-bottom: 17px;
     box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 25%);
}
 .news-stuff h3 {
     font-size: 21px;
}
 .cta-bar-wrapper {
     background: #000;
     background-image: url(/images/lno-lt-bg2.png);
     background-size: cover;
     background-attachment: fixed;
}
 .cta-bar-wrapper:after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     background: rgb(0 0 0 / 36%);
     width: 100%;
     height: 100%;
     z-index: 1;
}
 .cta-bar {
     z-index: 2;
}
 @media only screen and (min-width: 768px) {
     .row.landing-hero {
        display: flex;
        padding: 30px 0 0 80px;
    }
}
 @media only screen and (max-width: 768px) {
     .row.landing-hero {
        display: block;
         padding: 30px 20px 0 20px;
    }
}
 .banner-image > .landing-hero {
     background: #003359;
}
 .landing-hero img {
     padding: 0 10% 30px 10%;
}
 .landing-hero .hero-content {
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 .landing-hero .hero-content p {
     max-width: 700px;
	 color:#fff;
}
 .landing-hero h2 {
     font-weight: bold!important;
     font-size: 48px;
     --minFontSize: 32px;
     --maxFontSize: 60px;
     --scaler: 4vw;
     font-size: clamp( var(--minFontSize), var(--scaler), var(--maxFontSize) );
     line-height: 1.1;
     color: #fff;
}
 .landing-hero.interior-page h2 {
     text-shadow: 5px 3px 15px black;
}
 .landing-hero .hero-image {
     margin-top:0;
     background-size: 100% 100%;
}
 .landing-hero .hero-image img {
     width: 100%;
     height: auto;
}
 .service-tile-item .item .box h3 {
     color: #000 !important;
     font-size: 25px;
     line-height: 28px;
     margin: 0 0 11px 0;
}
 .service-tile-item .item .box p {
    font-size:18px;
     padding-bottom: 0;
     margin-bottom: 0;
}
 .service-tile-item .item .box p.eyebrow {
     color: #0874c1 !important;
     font-weight: bold !important;
     font-size: 16px;
}
 .service-tile-item .item .box.text-center {
     text-align: left !important;
     border-radius: 0 0 10px 0;
}
 .service-tile-item .item .box .icon {
     height: auto;
}
#programs .service-tile-item .item:hover .box {background: #003359; box-shadow: none;}
#programs .service-tile-item .item:hover .box h3, #programs .service-tile-item .item:hover .box p {color:#fff!important;}
#programs .service-tile-item .item .box .icon:after {
    content: "\f063";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 2px;
    right: 15px;
    font-size: 22px;
    color: #00AEEF;
}