.color-underline {
  border-bottom: 5px solid;
}

.color-underline.span {
	max-width: 50%;
}

.cover-circle {
	overflow: hidden !important;
}
.color-underline.turquoise {
  border-bottom-color: #4ab7c4;pa
}
.color-underline.blue {
  border-bottom-color: #00a3e0;
}

.color-border-left {
  border-left: 5px solid;
}

.text-light a:not(.btn) {
    color: #ffc627;
}

.color-border-left.blue {
  border-left-color: #00a3e0;
}
.color-border-left.turquoise {
  border-left-color: #4ab7c4;
}/*# sourceMappingURL=global.css.map */


/* Adjusting Spacings */

.extra-top-space {margin-top:1em;}
.extra-bottom-space {margin-bottom:1em;}
.extra-bottom-space-2 {margin-bottom:2em;}
.top-pad {padding-top: 2em;}

.less-top-space {margin-top:-1em;}
.less-top-space-1 {margin-top:-1.2em;}
.less-top-space-2 {margin-top:-2em;}
.less-top-space-3 {margin-top:-3em;}
.less-bottom-space {margin-bottom:-1em;}
.less-bottom-space-2 {margin-bottom:-2em;}
.less-bottom-space-3 {margin-bottom:-3em;}
.less-btm-4 {margin-bottom: -5em !important};
.less-btm-5 {margin-bottom: -6em !important};
.on-this-page-space {margin-top:1em;margin-bottom:-3em}
.less-padding {padding-bottom: -1em;}

.extra-top-space-2 {margin-top:2em;}
.extra-top-space-3 {padding-top:3em !important;}
.extra-top-space-4 {margin-top:4em;}
.extra-top-space-5 {margin-top:5em;}
.extra-top-space-6 {margin-top:6em;}
.extra-bottom-space-3 {padding-bottom:3em !important;}
.margin {margin: 1em;}

.padding-right {padding-right:1.5em;}
.padding-basic {padding: 1em;}

.xt-margin {
	margin-top: 1.5em;
	margin-bottom: 2em;
}

.xt-margin-top {
	margin-top: 1em;
}

.xt-margin-bottom {
	margin-top: 2em;
}

.field--items .background-style-white + .background-style-white > .paragraph-inner {
  padding-top: 32px !important;
}

/* Spacing adjustments between elements for content type pages undergrad, grad */

.top-mar-32 {padding-top: 2em;}
.bot-mar-32 {padding-bottom: 2em;}
.top-mar-48 {padding-top: 5em;}
.bot-mar-48 {padding-bottom: 4em;}


/* Hero Mobile Changes */

.uds-hero-md.paragraph.has-btn-row {
    background-color: #000000;
    margin-top:0;
}
.uds-hero-md.paragraph.has-btn-row p {
Color:#ffffff;
}
div[class^=uds-hero] .content {
    margin-top: 0;
}


/* Various Stylings */

.h-fix {
  margin-bottom:-3.5em;
}

.facenter {
  text-align: center;
  width: 100%;

}

.content .text-white {
    /*font-weight: normal;*/
}



/* Gold underline */

.gold-ul {
  position: relative;
  padding-bottom: 10px;
}
.gold-ul::after {
  position: absolute; 
  left: 0; 
  bottom: 0; 
  width: 100%; 
  height: 1px; 
  border-bottom: 7px solid #ffc627; 
  content: ""
}

/* Medium gold underline */

.gold-ul-medium {
  position: relative;
  padding-bottom: 10px;
}
.gold-ul-medium::after {
  position: absolute; 
  left: 0; 
  bottom: 0; 
  width: 75%; 
  height: 1px; 
  border-bottom: 7px solid #ffc627; 
  content: ""
}

.gold-divider {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gold-divider::after {
  position: absolute; 
  left: 0; 
  bottom: 0; 
  width: 50%; 
  height: 1px; 
  border-bottom: 7px solid #ffc627; 
  content: ""
}

/* Short gold underline */

.gold-ul-short::after {
  content: "";
  width: 3rem;
  height: 0.5rem;
  display: block;
  background-color: #ffc627;
  margin-top: 1rem;
}

.rounded-image img {
  border-radius: 50%;
}

.iconlinkbtn { 
	background: #FFC627; 
	padding: 30px 20px; 
	max-width: 100%;
	height: 240px;
	border: 1px #E8E8E8;
	margin: 15px; 
} 
	
.iconlinkbtn h5 { 
	color: #191919; }
	
.goldbkd {
	background-color: #FFC627;
}


/* Suggested Main CSS Changes */

#footer-columns ul.menu > li > a {
    padding: 0;
}
a.unit-name {
    padding-left: 12px;
}
.unit-description {
  padding: 0 0 1em 0;}
  #wrapper-footer-columns h5.unit-name {
    padding-top: 0;
}


/* Resource Page Stylings */ 

.resource-card-hover .card-hover {
	transition: 0.3s ease-in-out;
}


.resource-card .card-hover {
	transition: 0.3s ease-in-out;
}

.resource-card .card-title:after {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background: #ffc627;
	margin-top: .75em;
}


/* Hide Items */ 

.hide {display:none;}
#block-aggregatorfeed .more-link {
    display: none;
}

/*paragraph padding */

.pad-text {
	padding-right: 1em;
}

/*text color override*/
.text-black {color: #000;
}
.goldlist {
	list-style-type: none;
	display: inline-block;
}
.golditem {
	border-bottom: 5px solid #FFC627;
	font-size: 1.2rem;
	font-weight:bold;
	margin: 15px 0;
	padding-bottom: 10px;
}

/* Giving day large text*/

.giving-day {
  font-family: arial;
  font-weight: bold;
  font-size: 128px;
  line-height: 95%;
  animation: slide-up 3s;
}

.giving-day-p {
	animation: slide-up 3s;
}

@keyframes slide-up {
  from {
    opacity: 0;
    line-height: 300%;
  }

  to {
    opacity: 1;
    line-height: 95%;
  }
}



@media (max-width: 430px) {
	.giving-day{
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	.giving-day{
		font-size: 60px;
	}
}


