  html body {max-width: 100%; margin: auto; overflow-x: hidden;}
html {scroll-behavior: smooth;}
.l-page .l-content .l-content-meta h1 {display: none;}
.l-head .header-right {box-shadow: 1px -3px 5px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.2);}
.matrix > *, .l-content-meta > *, .cta-bar-wrapper > * {
     max-width: 1250px!important;
    margin: auto!important;
    float: none!important;
}
.subsection {background:transparent;}
@media (min-width: 1250px) {.subsection {max-width: 1250px; margin: auto!important; float: none!important;}}
#breadcrumb ul {padding: 2rem 15px 15px 0!important;}
.subsection .contact-area h2 {font-weight: 700!important;}
.contact-box .contact-area p, .contact-area p {margin: 0 0 10px 0;}
.contact-area a {color: inherit; text-decoration: none !important; font-weight: normal !important;}
.matrix.inverse-wrapper a, .matrix.inverse-wrapper a:link, .matrix.inverse-wrapper a:visited { opacity: 1;}
.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;}
	  
	  @media (min-width: 70em) {
		  .l-head .header-right {float: right; width: calc(100% - 300px);}
		  .l-head .header-right .main-nav-container .nav-wrapper .column ul.main-nav {margin: 8px 0 10px 10%; padding-left: 0;}
		  }

.matrix {border-bottom:none;}
@media (min-width:1250px) {
.subsection {padding-right: 0; padding-left: 0; padding-top: 20px; padding-bottom: 90px;}	
.matrix, .cta-bar-wrapper {padding: 90px 0!important;}	
}  
@media (min-width: 768px) and (max-width: 1250px)  {
 .matrix, .cta-bar-wrapper {padding:40px 50px!important;}
}	

@media (max-width: 768px) {
.nav-container .brand a {font-size: 1rem;}
}

@media (max-width: 425px) {
.brand {height: 70px;  padding-top: 25px;}
.nav-container .brand a {line-height:1;}
.l-page h1 {margin-left: 0; margin-right:0;}
#breadcrumb ul {padding: 20px!important;}
}


.scroller{margin-top:10%; font-size: 2rem; margin-bottom:20px; -moz-animation: bounce 2s infinite; -webkit-animation: bounce 2s infinite; animation: bounce 2s infinite;}
.scroller a {color:#fff; opacity:.6;}
.scroller a:hover {color:#00AEEF;}


.icon-grid .icon {padding: 45px 5%; text-align:center; -webkit-box-shadow: 0 0 0 transparent;  box-shadow: 0 0 0 transparent; -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, background 0.3s ease;
    transition: box-shadow 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;}
.icon-grid .icon:hover {background-color: #fff;
border-radius: 5px;
-webkit-box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);}

.icon-grid .icon p {text-align:center;font-size: 1.1rem;}
.icon-grid .icon p a{color:#003359;}
.icon p a span {
    font-weight: 400;
    text-transform: uppercase;
    /* font-style: italic; */
}
.icon-grid .icon:hover a {color:#003359;opacity:1;}

.icon-grid .icon em, .icon-grid .icon i {
    font-size: 3rem;
	margin-bottom:10px;
	margin-top:20px;
	--fa-primary-color: rgb(255, 255, 255);
	
}

.icon-grid .icon:hover em, .icon-grid .icon:hover i {--fa-primary-color:rgb(0, 51, 89); --fa-secondary-color:rgb(0, 174, 239); transition: 0.8s;}

.action-cards {text-align:center}
.action-cards .secondary-title {font-size:2rem;margin-top:30px;}
.action-cards figure img {margin: auto; border-radius: 50%;}
.action-cards p.name {font-size: 1.5rem; line-height: 1.2; margin-top: 20px; font-weight:bold;}

.cta-bar p.description {
    margin-bottom: 0;

}
.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 {
    padding: 50px 0;
}
.cta-bar {
    background: none!important;
}		  
.cta-bar-wrapper .cta-bar a {
    color: initial;
}
		  .cta-bar-wrapper .cta-bar a:hover {
    color: #fff;
}

.matrix.inverse-wrapper {
    background-image: url(/test/heather/images/background-shield.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    box-shadow: 1px -3px 5px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.2);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.news-item figure img {
    border-radius: 50%;
}
.bb-btn:hover{text-decoration:none;}


@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);

  }
  40% {
    transform: translateY(-30px);

  }
  60% {
    transform: translateY(-15px);

  }
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
	
  }
  40% {
    transform: translateY(-30px);
	
  }
  60% {
    transform: translateY(-15px);
	
  }
}




@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-20px, 20px);
    opacity: 0;
  }
}



.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.BBFormRadioItem {
	width:auto;
	float: left;
}

.BBFormSection {
	max-width:100% !important;
}
#bbox-root {
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
.BBFormOtherDesignation {
	margin-left:0 !important;
}
#bboxdonation_recurrence_chkMonthlyGift {
	width:auto;
}
#bbox-msg-wrapper > img {
	margin: auto;
}
#mongo-form input[type="checkbox"] {
	width:auto !important;
}


@media screen and (max-width: 320px) {
	#mongo-form > .BBFormContainer {padding: 0;margin: auto -25px;	}
.BBFormContainer select.BBFormSelectList {padding: 8px 4px!important;}
}

form div {
    float: none!important;
}
label#bboxdonation_comment_lblComments {
    padding: 20px 0;
}

textarea#bboxdonation_comment_txtComments {
    max-width: 600px;
}
select.BBFormSelectList {
    min-height: 40px!important;
}