  
	.athletic-blue{
	background: linear-gradient(127deg, rgba(0,174,239,1) 0%, rgba(0,174,239,1) 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
			 font-weight: bold;
	}
	.accent-green{
	background: linear-gradient(127deg, rgba(68,214,44,1) 0%, rgba(68,214,44,1) 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
			 font-weight: bold;
			}
			.ou-justedit-region a, .ou-justedit-region p {
			color: #000!important;
			}
			.profileCards-container.style3 .profileCard-parent {
			border-radius: 8px;
			-webkit-box-shadow: 0 2px 2px rgb(56 56 56 / 80%), 0 2px 10px rgb(100 100 100 / 30%);
			box-shadow: 0 2px 2px rgb(16 16 16 / 80%), 0 2px 10px rgb(100 100 100 / 30%);
			}
			.profileCards-container.style3 .email {
			display:none;
			}
			.profileCards-container.style3 .profileCard-image:before {
			padding-top: 85%;
			}
			.news-item figure img {
			border-radius: 8px;
			}

			.image-stack {
			display: grid;
			position: relative;
			grid-template-columns: repeat(12, 1fr);
			background-image: url(https://www.augusta.edu/about/images/dots.svg);
			background-size: 59%;
			background-repeat: no-repeat;
			background-position: bottom left;
			}
			.image-stack__item--bottom {
			grid-column: 6 / -1;
			grid-row: 1;
			}

			.image-stack__item--top {
			grid-row: 1;
			grid-column: 1 / span 8;
			padding-top: 20%;
			z-index: 1; 
			}

			.image-stack img {
			width: 100%;
			display: block;
			border-radius: 10px 10px 10px 10px;
			box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%);

			}
			.box {    -webkit-box-shadow: 0 3px 0 rgb(148 203 97);
			box-shadow: 0 3px 0 rgb(148 203 97);
			}
			.post-content p {
			display: -webkit-box;
			-webkit-line-clamp: 4;
			-webkit-box-orient: vertical;
			overflow: hidden;
			}
			.cta-bar-wrapper .cta-bar {
			padding: 50px 0;
			background: none)!important;
			}
			@media (min-width: 1200px) {
			.container {
			width: 1270px;
			}

			}

			.matrix .under-text {
			color: #003359;
			font-size: 36px;
			font-family: "Georgia", Sans-serif;
			font-size: 4vw;
			font-weight: 700;
			line-height: 1em;
			text-align: center;
			margin-bottom:20px;
			}

			.cta-bar .under-text {
			color: #fff;
			font-size: 36px;
			font-family: "Georgia", Sans-serif;
			font-size: 4vw;
			font-weight: 700;
			line-height: 1em;
			text-align: center;
			margin-bottom:20px;
			}
			.cta-bar p a {color:#fff!important;}	


			ul.pphoto-gallery li {
			border: 5px solid #003359;
			position:relative;
			}
			ul.pphoto-gallery li:hover {
			-webkit-box-shadow: 0px 1px 10px -3px rgba(0,0,0,.7);
			box-shadow: 0px 1px 10px -3px rgba(0,0,0,.7);
			z-index: 100;
			-webkit-transition: .2s ease;
			-o-transition: .2s ease;
			transition: .5s ease;
			border: 0px solid #003359;
			}

			.anim-icons {
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			height: 100%;
			width: 100%;
			margin: 0 auto;
			}
			.icon-shape-3 {
			top: 0px;
			left: -110px;
			opacity: .90;
			-webkit-transform: scaleX(-1);
			-moz-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			-o-transform: scaleX(-1);
			transform: scaleX(-1);
			position: absolute;
			background-position: center;
			background-repeat: no-repeat;
			height: 490px;
			width: 290px;
			background-image: url(/stream/images/shape-3.png);
			background-size: 100%;
			}
			.matrix.dark-wrapper:before {
			position: absolute;
			left: 0;
			top: 0;
			height: 100%;
			width: 100%;
			background-image: url(/stream/images/icon-dots-2.png);
			content: "";
			opacity: .02;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
			}


			.service-tiles {position:relative;}

			.center-column {
			display: flex;
			flex-flow: column;
			align-content: space-between;
			align-self: center;
			}
			.grit-box {
			background:#fff;
			-webkit-box-shadow: 0px 15px 30px rgb(0 0 0 / 20%);
			box-shadow: 0px 15px 30px rgb(0 0 0 / 20%);
			border-radius: 3px;
			padding:20px;
			margin-bottom:30px;
			}

			figure.grit-image img {
			width: 100%;
			}
			figure.grit-image {
			width: 100%;
			height: 262px;
			overflow: hidden;
			margin-bottom:20px;
			}

			.grit-box p.secondary-title, .grit-box p.secondary-title a {
			text-align: center;
			font-size: 20px;
			line-height: 1; 
			}	
			.matrix.dark-wrapper h3.main-title {
			color: #002F55;
			}
			.cta-bar-wrapper .cta-bar {
    background: none!important;
    color: #fff;
}