  .l-page .l-content .l-content-meta h1 {
    display: none;
}
.cta-bar .bb-btn {
    color: #000;
}
.cta-bar .bb-btn:hover {
    color: #fff;
}
.banner-image video {
    background: #000;
}
.l-page h1 span, h2.main-title strong, p.secondary-title.gradient {
    display: inline-block;
    background: -webkit-gradient(linear, right top, left top, from(#00aeef), to #82c342) !important;
    background: linear-gradient(to left, #00aeef 0%, #82c342 100%) !important;	
	-webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-fill-color: transparent !important;
	line-height: normal;
}
.l-page h1 span {font-weight:bolder;}
p.secondary-title.gradient span {font-weight:normal;}
.flex-column {
    justify-content: center;
    flex-direction: column;
	max-width:100%;
}
.align-items-center {
	align-items:center;
	justify-content:center;
}

p.eyebrow {
    text-transform: uppercase!important;
    font-size: 14px;
    font-weight: bold;
    color: #007CAD;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.main-title {
    font-weight: bold;
    color: #1a1a1a;
}
h1, h2, h3, h4, h5 { color: #1a1a1a;}

.service-tile-item {
padding: 0 15px 0 0;
}
.service-tile-item .item .box.text-center {
    text-align: left!important;
}
.program-box .program-box-inside, .service-tile-item .item .box {
position: relative;
    padding: 10px 20px 20px 20px!important;
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 25%);
    border-radius: 0 0 10px 0;
    background: #FFFFFF;
    border: none;
    border-top: 5px solid;
    border-image-source: -moz-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: -webkit-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342', GradientType=1);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    border-image-slice: 1;
    transition: all .5s;
    z-index: 1;
}
.item .box .icon {
    font-size: 32px;
    color: #055189;
}	
.item .box h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0;
}
.item .box p {
    margin-bottom: 0;
}
.service-tile-item .item .box:hover {
    background: #003359;
}
.bb2-btn.altbg {
    background: #757575;
    padding: 1rem!important;
}
.service-tile-item .item .box:hover h3, .service-tile-item .item .box:hover p, .service-tile-item .item .box:hover .icon, .service-tile-item .item .box:hover span {
color:#fff!important;
}
.cta-bar-wrapper {
    background: #f3f3f3!important;
    background-image: url(https://www.augusta.edu/campaign/assets/shield.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: right!important;
    border: none;
}
.cta-bar-wrapper .cta-bar {
    background: none;
}
.cta-bar-wrapper .cta-bar {
    padding: 50px 6rem;
}
.matrix {
    border: none!important;
}
.item.contact-box p {
    margin-bottom: 11px;
}
.contact-box .box.gray {
    background: #003359;
    border: none;
    border-radius: 0 0 15px;
    -webkit-box-shadow: -4px 9px 30px 0px rgb(0 0 0 / 12%);
    box-shadow: -4px 9px 30px 0px rgb(0 0 0 / 12%);
}

.contact-area {background:none;}

.contact-area h2, .contact-area p, .contact-area p a:link {
    color: #fff!important;
}

.event-items .event-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bb2-btn.ltbg {
    background: #00AAEF;
    color: #000 !important;
}
.image-col {max-width:100%;}
.image-col figure {
    margin: auto;
}
.service-tile-item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.btn-floating-action .fa-brands {
    margin-left: 0;
}
.contact-box a.btn.btn-floating-action.btn-primary {
    background: #ffffff !important;
    color: #003359 ! Important;
}
.contact-box a.btn.btn-floating-action.btn-primary:hover {
    background: #00AEEF !important;
    color: #003359 ! Important;
}
@media (max-width:1024px){
.service-tiles {width:100%;}
}
@media (min-width: 769px) {
	#breadcrumb ul {padding: 15px 90px;}
}
@media (max-width: 768px) {
	.l-page h1 { margin: 0; }
	.banner-image .bb2-btn, .contact-box .bb2-btn {padding: 1rem 1.5rem!important; margin-bottom: 1.5rem!important;}
}

@media (max-width: 500px) {
#breadcrumb ul {padding: 15px 25px;}
.cta-bar-wrapper .cta-bar {padding:0;}	
}
@media (max-width: 425px) {
.banner-image .bb2-btn,  .contact-box .bb2-btn {
    margin-bottom: 1.5rem!important;
    padding: 0.5rem 1rem!important;
}
}