  .upcomingevents figure {
    width: 100%;
    max-width: 100%;
    height: 200px;
    overflow: hidden;
}
.upcomingevents .main-title {
	font-size: 30px; 
	margin-top: 20px; 
	margin-bottom: 10px;
}
.upcomingevents .main-title.text-center:after {
	margin: 15px auto;  
	border-bottom: 2px solid #44D62C;
}
.icon-cta-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}
.icon-cta-box .icon {
    padding: 8px 0px 5px 0px;
    font-size: 30px;
	color: #00aeef;
}	

.icon-cta-box h3 {
    font-size: 21px;
    font-weight: bold;
    color: #00aeef;
    margin-bottom: 0;
}
.icon-cta-box p {
    color:#20252b;
    margin-bottom: 0;
}
.displayflex-row{
	display: flex;
    justify-content: space-evenly !important;
    align-items: center;
}

.mission-vision{
    text-transform: capitalize;
    font-weight: 300;
}
.action-bar h2{
	text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 3px;
	padding-bottom: 30px;
		}
.row.display-flex > [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
}
.row.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-direction: row;
}
@media screen and (min-width: 720px) {
	.item.contact-box {top: 0;}
}

@media (max-width:768px){
	.row.display-flex {	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
	align-items: center;
	justify-content: flex-start;
		}
	.displayflex-row {
    display: flex;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 21px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
}
.col-md-5 {
    width: 41.66666667%;
    padding-left: 50px;
}
.l-content .main-title.text-center:after {
    content: " ";
    display: block;
    margin: 10px auto;
    border-bottom: 4px solid #44D62C;
    width: 52px;
    font-weight: normal;
}
#cta-buttons {
	margin-left: 15%;
	margin-right: 15%;
}
.btn-default {
	margin: .5rem;
	font-size: 1.1em;
	   background: rgb(0 0 0 / 50%);			
}
.btn {
	white-space: normal;
}
.cta-bar-wrapper .cta-bar {
    padding: 78px 0;
}
figure.event-image {
	background: url(https://calendarmedia.blob.core.windows.net/assets/10ffcd7e-be48-4b31-b196-87b5eb5e34c1.jpg);
    background-size: cover !important;
    background-position: center right !important;
}
			
h2.main-title {
    margin-bottom: 50px;
    margin-top: -17px;
}
.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;
  padding-top: 20px;
}

.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%);
	
}
.main-title{
	font-weight: 300;
    font-size: 40px;
    margin-bottom: 60px;
    line-height: 1.2;
    text-transform: none;
    font-style: normal;
    color: #003359;
}
.l-content .main-title:after {
    content: " ";
    display: block;
    margin: 6px 0;
    border-bottom: 2px solid #00aeef;
    width: 55px;
    font-weight: normal;
}
.resource-list li a {
    color: #404040!important;
}
.rowcards {
	display: flex !important;
    flex-wrap: wrap !important;
}
.service-tile-item .item {
    border-bottom: 5px solid #44d62c;
}
@media (max-width:768px) {
.bb-btn{
	margin-top:10px;
}	
} 
