/* Page Element */
.cass-page-title {
	font-family: "Public Sans", sans-serif;
  letter-spacing: 0.01em;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.1em;
  font-size: 3em;
}

.embedding-page .container {
	padding-right: 0 !important;
  padding-left: 0 !important;
}


/* Footer */
.cass-wf-social-banner .cass-wf-social-banner-icon {
  color: #000;
}

.cass-wf-social-banner .cass-wf-social-banner-icon :hover {
  color: #BE830E;
}

.cass-wf-social-banner .cass-wf-social-banner-icon .fa-inverse {
	color: #fff;
}


/* Hero slider */
.anu-wf-rotator-rotator img {
	width: 100%;
}

a:link {
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
	text-decoration: underline;
}

.a-blue {
	color: #00549E !important;
}

.p-text-linkgold a {
	color: #945f00 !important;
}

.p-text-gold a {
	color: #BE830E !important;
}

.p-text-linkblack a {
	color: #000 !important;
}

.title-border-bottom {
	border-bottom: 5px solid #F5EDDE;
  padding-bottom: 7px;
}

.text-border-bottom {
	border-bottom: 1px solid #F5EDDE;
}

.text-grey, .text-grey a, .text-grey a:visited, .text-grey a:hover, .text-grey a:active {
	color: #666 !important;
}

/* Add border radius to the box*/
.border-rad-8{
	border-radius: 8px;
}

.border-rad-10{
	border-radius: 10px;
}

.border-rad-15{
	border-radius: 15px;
}

/* Add max-width to the box */
@media only screen and (min-width: 992px) {
.max-w-4 {
	max-width: 40%;
}

.max-w-5 {
	max-width: 50%;
}

.max-w-6 {
	max-width: 60%;
}
}


.field--name-field-media-oembed-video iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 1024 / 576;
	margin-bottom: 20px;
}


/* adjust btn font-size */
.btn-txt-1 {
	font-size:1em !important;
}


/*jQuery UI accordion - Active accordion*/
.ui-state-active {
	border: 1px solid #F5EDDE !important;
  background: #BE830E !important;
}


/* Hide icon after the a tag */
.noafter a::after {
	display: none;
}

.noafter::after {
    display: none;
}

.small p {
	font-size: 1.1em;
  line-height: 1.5em;
}


/* News, Events card style */
.card-group {
    display: inherit !important;
}
p.card-title {
    margin-top: 0;
}
.card-body {
    padding: 1rem;
}
.card-header {
    padding: .5rem 1rem;
}
a .card-title,.card-title h2 a,.card-title h3 a,.card-title h4 a,.card-title h5 a {
    text-decoration: none;
}
.card img {
    width: 100%;
}
@media (min-width: 992px) {
    .card-body {
        padding:1.5rem 1.5rem;
    }
    .card-header {
        padding: .5rem 1.5rem;
    }
}


/* Add more BG color options */
.bg-gold {
    background-color: #BE830E;
    color: #000;
}
.bg-gold a {
    color: #000;
    text-decoration: underline;
}
.bg-gold h1,.bg-gold h2,.bg-gold h3,.bg-gold h4,.bg-gold h5,.bg-gold h6,.bg-gold h1 a,.bg-gold h2 a,.bg-gold h3 a,.bg-gold h4 a,.bg-gold h5 a,.bg-gold h6 a {
    color: #000;
}
.bg-gold-tint,.bg-tint {
    background-color: #F5EDDE;
    color: #000
}
.bg-gold-tint a {
    color: #000;
    text-decoration: underline;
}
.bg-gold-tint h1,.bg-gold-tint h2,.bg-gold-tint h3,.bg-gold-tint h4,.bg-gold-tint h5,.bg-gold-tint h6,.bg-gold-tint h1 a,.bg-gold-tint h2 a,.bg-gold-tint h3 a,.bg-gold-tint h4 a,.bg-gold-tint h5 a,.bg-gold-tint h6 a {
    color: #000;
}
.bg-gold-dark {
    background-color: #6B4700;
    color: #FFFFFF;
}
.bg-white {
    background-color: #FFF;
    color: #000
}
.bg-white a {
    color: #000;
}
.bg-white h1,.bg-white h2,.bg-white h3,.bg-white h4,.bg-white h5,.bg-white h6,.bg-white h1 a,.bg-white h2 a,.bg-white h3 a,.bg-white h4 a,.bg-white h5 a,.bg-white h6 a {
    color: #000;
}
.bg-transparent-dark {
    background-color: rgba(0,0,0,0.6);
}
.bg-transparent-light {
    background-color: rgba(255,255,255,0.6);
}

/* Gateway Header & Mega Menu */
.anu-wf-mega-menu .nav-links a {
	text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
	header.anu-wf {
		padding-left: 70px;
    border-bottom: 2px #be830e solid;
	}
}

header.anu-wf .container::after {
	display: none !important;
}

header .anu-wf-header-title {
	color: #333 !important;
}



/* header .anu-wf-header-title,
header .anu-wf-header-subtitle {
  display: none;
}
*/

/* Horizontal listing megamenu */
.horizontal-list {
display: inline-flex;
padding: 10px 0;
}
.horizontal-list .list-item {
display: inline-flex;
align-items: center;
margin-right: 30px;
}
.horizontal-list .list-item-title {
    display: flex;
    margin-right: 15px;
    height: 24px;
    line-height: 30px;
    font-weight: 500;
}
.horizontal-list .list-item img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
.horizontal-list .list-item i, .horizontal-list .list-item img {
margin-right: 5px;
}
/* Set text color to black */
.horizontal-list .list-item a {
color: black;
/* Prevent text wrapping */
white-space: nowrap;
}
/* Remove underline from links */
.horizontal-list .list-item a {
text-decoration: none;
}

/* Adjust sidebar title in Student profiles */
.profile-sidebar-title {
	font-size:1.5em !important;
}

/* Fix overflow in listing views */
.overflow-fix {
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-around;
}
