* {
	font-family: var(--font-heading);
}

.main.homepage .container.wide {
    width: 100%;
}

.main.homepage .mainpagecontent,
.main.homepage .components {
    margin-bottom: 0px;
}


/* Button Styles */
.hp-button-group {
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.hp-button-group .button {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    height: 100%;
	min-width: 200px;
}

.hp-button-group .shiny {
    color: #FFF;
    box-shadow: 0px 0px 0px 1px #184f2c inset;
    background-color: #184F2C;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 500;
    line-height: 45px;
    max-width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    border-radius: 5px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
	
.hp-button-group .lime.shiny {
	background-color: #ced54a;
}

.hp-button-group .shiny span {
	padding-left: 10px;
}

.hp-button-group .shiny svg {
	padding-right: 10px;
}
	
.hp-button-group .lime.shiny span {
	color: #184f2c;
}
	
.hp-button-group .lime.shiny svg {
	stroke: #184f2c;
}
	
.hp-button-group svg {
	fill: none;
    stroke: #CED54A;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 10px;
    width: 20px;
    height: 20px;
    margin: 0;
}

.hp-button-group .shiny:after {
    background: rgba(255, 255, 255, .2);
    border: 0px solid #184F2C;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .8;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 50px;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 1;
}
.hp-button-group .shiny:hover {
	background-color: rgba(255, 255, 255, .8);
}
	
.hp-button-group .lime.shiny:hover {
	background-color: #fff;
}
.hp-button-group .shiny:hover:after {
    background: rgba(255, 255, 255, .7);
    border: 0px solid #184F2C;
    opacity: 0;
    left: 120%;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.hp-button-group .shiny:hover span {
	color: #184f2c;
}
.hp-button-group .shiny:hover svg {
	stroke: #184f2c;
}
/* End Button Styles */

/* Back to top SVG */
#backToTop {
	width: 55px;
	height: 55px;
	position: fixed;
	right: 0;
	top: 80vh;
	z-index: 3;
	cursor: pointer;
	transition: opacity 300ms;
	opacity: 0;
	box-shadow:0px 0px 15px 1px rgb(8 27 15 / 35%);
}

#backToTop.show {
	opacity: 1;
	transition: opacity 300ms;
}

/* End back to top SVG */

/* RfI Modal */
#rfiForm {
	display: none;
	position: fixed;
	top: 0px;
	background: rgba(24, 79, 44,0.85);
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
	transition: height 300ms;
	z-index: 3;
}
#rfiForm.modal {
	display: flex;
}

#rfiForm .rfi-inner {
	width: 500px;
	max-width: 90%;
	height: 500px;
	border-radius: 10px;
	position: relative;
}
#rfiForm #rfiClose {
	font-size: 4em;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: var(--font-copy);
	cursor: pointer;
}
#rfiForm .form_label {
	color: #fff;
	font-size: 1.3em;
	font-family: var(--font-copy);
}
#rfiForm select {
	padding: 6px;
}
#rfiForm button {
	padding: 15px 45px;
    color: #184f2c;
    background-color: #ced54a;
    font-size: 1.3em;
	appearance: none;
	border: none;
	border-radius: 3px;
}
#rfiForm input[type=text],
#rfiForm input[type=email],
#rfiForm input[type=phone],
#rfiForm textarea {
	appearance: none;
	border: none;
	border-radius: 3px;
}
#rfiForm h3 {
	color: #fff;
	font-size: 1.5em;
	font-family: var(--font-copy);
	text-transform: uppercase;
	padding-bottom: 1em;
}
/* End RFI Modal */


/* Home Page Components 
  ===================
    =============
      ========
        ====
         ==
*/

/* HP 003 Purpose */
#godly-purpose{
	color: #FFFFFF;
	background-color: #184F2C;
	background-size: cover;
	min-width: 100%;
	align-items: center;
	display: flex;
	flex-direction:column;
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#godly-purpose::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #184F2C;
    background-image: url(https://www.southern.edu/administration/marketing/img/homepage/topo-lite-limegreen.png);
    background-size: 27%;
    position: absolute;
    opacity: .045;
}
	
#godly-purpose .hero {
	width: 100%;
	height:500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 53% 90%, 50% 100%, 47% 90%, 0 90%);
	position: relative;
	overflow: hidden;
}
#godly-purpose .component-header{
	flex-flow: column wrap;
	align-content: center;
	width: 50vw;
	margin-bottom: 50px;
}
	
#godly-purpose h6{
	font-size: 1rem;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
}
	
#godly-purpose .component-header h3 {
	font-family: var(--font-heading);
	color: #FFFFFF;
	font-weight:300;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	font-size: 2.5rem;
}
	
#godly-purpose h3 span {
	font-family: var(--font-heading);
	color: #CED54A;
	font-weight: bold;
}	

#godly-purpose .text-content{
	align-items:center;
	z-index:1;
}

#godly-purpose .text-content p{
	font-family: Open Sans;
	color:#FFFFFF;
	font-size: 1.1rem;
	line-height: 1.4;
}

#godly-purpose span {
	color: rgba(227, 230, 150, 7);
}

#godly-purpose .transit-stop {
	width: 80%;
	text-decoration: none;
	color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: space-between;
	padding: 10px 15px 0 15px;
}
	
#godly-purpose .transit-stop h6,
#godly-purpose .transit-stop .transit-cta {
	text-transform: uppercase;
	font-family: var(--font-heading);
	font-weight: 500;
	font-size: 1rem;
}
	
#godly-purpose .transit-stop .transit-cta {
	position: relative;
}
	
#godly-purpose .transit-item svg {
    fill: none;
    stroke: #FFFFFF;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 10px;
    width: 20px;
    height: 20px;
	margin: 0;
	position: absolute;
	right: -25px;
}	
	
/* SVG styles */
#godly-purpose svg {
  width: 86%;
  fill: none;
  margin: 0 auto;
  text-align: center;
}
#godly-purpose svg .circle {
	fill: #fff;
	transition: fill 300ms;
}
#godly-purpose svg .circle:hover {
	fill: #ced54a;
	stroke: #fff;
	transition: fill 300ms;
}
/* end SVG styles */

#godly-purpose .transit {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}

#godly-purpose .transit-item {
	display: flex;
	align-items: center;
	width: 30%;
	position: relative;
}
	
#godly-purpose .transit-item h6 {
	color: #fff;
	transition: color 300ms;
}
	
#godly-purpose.cycle .transit-item:nth-of-type(1) h6,
#godly-purpose.cycle svg #circleOne {
	animation-name: fade1;
	animation-duration: 6s;
    animation-iteration-count: infinite;
}


#godly-purpose.cycle .transit-item:nth-of-type(2) h6,
#godly-purpose.cycle svg #circleTwo {
  	animation-name: fade2;
  	animation-duration: 6s;
   	animation-iteration-count: infinite;
}
	
#godly-purpose.cycle .transit-item:nth-of-type(3) h6,
#godly-purpose.cycle svg #circleThree {
	animation-name: fade3;
  	animation-duration: 6s;
    animation-iteration-count: infinite;
}
	
#godly-purpose .transit-item.transit-display h6 {
	color: #ced54a;
	transition: color 300ms;
}
	
#godly-purpose .transit-item {
	flex-flow: column wrap;
	margin-bottom: 100px;
}
	
#godly-purpose .transit p {
	color: #FFFFFF;
}
	
#godly-purpose .transit-item h6 {
	font-size: 1.4rem;
	margin: 30px 0;
}

#godly-purpose .transit > a {
	font-size: 1rem;
}
	
#godly-purpose svg .a {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
}
	

#godly-purpose .sq-pattern svg {
  position: absolute;
  width: 30%;
  top: -100px;
  right: -100px;
  overflow: hidden;
}

#godly-purpose .sq-pattern .a {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
}

@keyframes fade1 {
  0% {
    color: #fff;
	fill: #fff;
  }
  50% {
    color: #ced54a;
	fill: #ced54a;
  }
  75% {
	color: #fff;
	fill: #fff;
  }
  100% {
    color: #fff;
	fill: #fff;
  }
}

@keyframes fade2 {
  0% {
    color: #fff;
	fill: #fff;
  }
  50% {
    color: #fff;
	fill: #fff;
  }
  75% {
	color: #ced54a;
	fill: #ced54a;
  }
  100% {
    color: #fff;
	fill: #fff;
  }
}

@keyframes fade3 {
  0% {
    color: #fff;
	fill: #fff;
  }
  50% {
    color: #fff;
	fill: #fff;
  }
  75% {
	color: #fff;
	fill: #fff;
  }
  100% {
    color: #ced54a;
	fill: #ced54a;
  }
}

@media(min-width: 1350px){
#godly-purpose::before {
	background-size: 18%;
}
}

@media (max-width: 787px) {
	#godly-purpose .hero {
		clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 60% 90%, 50% 97%, 40% 90%, 0 90%);
	}
	#godly-purpose .component-header {
		width: 90%;
	}
	#godly-purpose .text-content {
		margin-bottom: 60px;
	}
	#godly-purpose .transit {
		position: relative;
		max-width: 90%;
		margin: 0 auto;
	}
	#godly-purpose .text-content svg#svgPath {
		display: none;
	}
	#godly-purpose .transit {
		flex-direction: column;
	}
	#godly-purpose .transit-item {
		margin-bottom: 0;
		align-items: flex-start;
		padding: 10px 15px 0 20px;
	}
	#godly-purpose .transit > a {
		width: 90%;
		margin: 0 auto;
		border-left: solid 3px #ced54a;
	}
	#godly-purpose .transit h6::before {
		content: '';
		position: absolute;
		width: 25px;
		height: 25px;
		left: -13px;
		top: 45px;
		border-radius: 50%;
		background-color: #ced54a;
	}
	#godly-purpose .transit a h6 {
		text-align: left;
	}
	#godly-purpose .transit-item .transit-copy {
		color: #fff;
		text-align: left;
	}
}
/* End HP 003 Purpose */

/* HP 004 Tour */
#exp-campus.component {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	height: 70vh;
	color: #FFFFFF;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	position: relative;
}

#exp-campus .component-header {
background-color: rgba(255,255,255,.95);
    text-align: center;
    margin-top: 40px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 17%);
    -webkit-box-shadow: 0 8px 32px 0 rgb(31 38 135 / 17%);
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 1;

}

#exp-campus .component-header h3 {
	color: #000000;
	font-family: var(--font-heading);
	font-weight: 300;
	font-size: 2.5rem;
	padding: 0 15px;
		margin-top: 13px;
	margin-bottom: 13px;
}

#exp-campus .component-header p {
	display: none;
}
	
#exp-campus .gradient {
	height: 100%;
	width:100%;
	background: rgb(21,88,45);
	background: linear-gradient(180deg, rgba(21,88,45,0) 50%, rgba(6,24,13,0.65) 100%);
	position:absolute;
}

#exp-campus .left,
#exp-campus .right {
	position: relative;
	box-sizing: border-box;
}

#exp-campus .left {
	width: 50%;
	height: 100%;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
	border-right: 1px solid #fff;
}
	
#exp-campus .left:after {
    content: 'OR';
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -23px;
    bottom: 118px;
    color: #184f2c;
    font-size: 1.3em;
    font-weight: 600;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	outline:solid 2px #FFFFFF;
	outline-offset: 5px;
}

@media not all and (min-resolution:.001dpcm) {
	#exp-campus .left:after {
	outline: none;
	}
}

#exp-campus .right {
	width:50%;
	height: 100%;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
	border-left: 1px solid #fff;
}

#exp-campus h3 span {
	color: #CED54A;
	font-family: var(--font-heading);
	font-weight: 700;
}

#exp-campus .cta {
	width: 75%;
	display: flex;
	flex-flow: column nowrap;
	position: absolute;
	bottom: 8%;
	left: 12.5%;
}

#exp-campus .button-cta {
	display: flex;
	flex-flow: column nowrap;
	color: #FFFFFF;
	font-family: var(--font-heading);
	font-size: 2rem;
	font-weight: bold;
}

#exp-campus .cta h4 {
	color: #FFFFFF;
	font-weight: 500;
	margin: 0;
	padding-bottom: 10px;
}
	
#exp-campus .cta p {
	color: #FFFFFF;
	font-family: var(--font-copy);
	font-size: 1.1rem;
    line-height: 1.5;
	text-transform: none;
	font-weight: 500;
	font-style: italic;
	margin: 0;
	max-height: 0;
	opacity: 0;
	transition: max-height 500ms, opacity 300ms;
}
	
#exp-campus .button-cta:hover p {
	opacity: 1;
	max-height: 250px;
	transition: max-height 300ms, opacity 500ms;
}

#exp-campus a {
	font-family: var(--font-heading);
	font-weight: 500;
	font-size: 1rem;
	text-decoration: none;
	color: #FFFFFF;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    align-items: center;
	text-decoration: none;
	padding-top: 10px;
	line-height: 1.1;
}
	
#exp-campus svg {
    fill: none;
    stroke: #FFFFFF;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 10px;
    width: 20px;
    height: 20px;
	margin: 0;
}
	
@media (max-width: 787px) {
	#exp-campus.component {
		max-width: 90%;
		margin: 0 auto 45px auto;
		flex-wrap: wrap;
		height: auto;
	}
	#exp-campus.component .left,
	#exp-campus.component .right {
		height: 500px;
	}
	
	#exp-campus .cta p {
		display: none;
	}
	#exp-campus .component-header {
		position: initial;
		margin: 30px auto;
		padding: 15px;
		box-shadow: none;
	}

	#exp-campus .component-header h3 {
		color: #000000;
		font-family: var(--font-heading);
		font-weight: 300;
		font-size: 2rem;
		padding: 0 0 20px 0;
	}

	#exp-campus .component-header p {
		display: block;
		color: #000000;
		font-family: var(--font-heading);
		font-weight: 300;
		text-align: center;
		font-size: 0.9em;
		max-width: 320px;
	}
}	
@media (max-width: 600px) {
	#exp-campus .right .cta h4 {
		text-align: right;
	}
}
@media (max-width: 400px) {
	#exp-campus .cta h4 {
		font-size: 0.65em;
	}
	#exp-campus .right .cta h4 {
		text-align: center;
	}
}
/* End HP 004 Tour */

/* 007 HP News */
#campus-news {
	height: auto;
	width: 100%;		
	-webkit-box-sizing: border-box;
	-moz-bo-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-flow: column nowrap;
	gap: 20px;
	margin:0 0 35px 0;	
	position: relative;
}

#campus-news .featured-news{
	width: 100%;
	height: 800px;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	gap: 100px;
	overflow: hidden;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#campus-news .featured-img{
	width: 45%;
	height: 550px;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 2;
	border-radius: 3px;
}
#campus-news svg .a{
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
}
#campus-news .sq-pattern{
	position: absolute;
	z-index: 1;
	height:350px;
	width: 350px;
	top: -10%;
	left: 1%;
	transform: rotate(45deg);
	opacity: 0.15;
}

#campus-news .feature-header{
	height: 300px;
	width: 35%;
	z-index:2;
	display: flex;
	flex-flow: column;
	gap: 100px;
	justify-content: center;
}

#campus-news .feature-header h3 a{
	font-family: var(--font-heading);
	color: #FFFFFF;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 2.5rem;
	text-align: left;
}

#campus-news h3 span {
	font-family: var(--font-heading);
	color: #CED54A;
	font-weight: 700;
}

#campus-news .feature-header h6 {
	font-size: 1.4rem;
	text-decoration:none;
	color: #FFFFFF;
	font-family: var(--font-heading);
	top: 0;
	margin: 0;
	font-weight: 300;
	text-transform:capitalize;	
}

#campus-news .featured-article > h6:first-of-type{
	font-family: var(--font-heading);
	font-size: 1rem;  
	text-transform:uppercase;
	font-weight: 600;
}

#campus-news .feature-header a h6 {
	display: inline;
	margin-right: 5px;	
}

#campus-news a{
	line-height: 1.3;
	position: relative;
	text-decoration: none;
}

#campus-news .featured-article{
	display: flex;
	flex-flow: column;
	gap: 20px;
}

#campus-news .featured-article a{
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	font-family: var(--font-heading);
	font-weight: 500;	
}

#campus-news .featured-article svg,
#campus-news .news-articles svg{
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 10px;
	width: 20px;
	height: 20px;
}

#campus-news .featured-article svg{
	stroke-width: 10px;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
}

#campus-news .news-articles svg{
	stroke-width: 10px;
	width: 17px;
	height: 17px;
	position: absolute;
	bottom: 3px;
}

#campus-news .featured-article .a{
	stroke: #CED54A;
}

#campus-news .featured-news .gradient{
	height: 100%;
	width: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(134,166,145,0.1) 20%, rgba(24,79,44,0.4) 65%, rgba(24,79,44,0.4) 80%);
	position:absolute;
	right: 0;
	z-index: 0;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	
	filter: brightness(0.8);
}

#campus-news .news-articles{
	display: flex;
	gap:10px;
	flex-flow: row wrap;
	justify-content: center;
}

#campus-news .news-articles .article{
	width: 16%;
	min-height: 300px;
	display: flex;	
	flex-flow: column wrap;
	position:relative;
	overflow: hidden;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

#campus-news .news-articles .blur{
	transform: rotate(180deg);
	z-index: 1;
	height:30%;
	width: 100%;
	bottom: 0;
	position:absolute;
	background: rgba(0,0,0,0.3);
	backdrop-filter: blur(5px);
	mask-image: linear-gradient(to bottom, #000000 100%, transparent 0%);
	-webkit-mask-image: linear-gradient(to bottom, #000000 100%, transparent 0%); 
	opacity: 0;
	transition: opacity 300ms;
}

#campus-news .news-articles .article:hover .blur{
	opacity: 1;
	transition: opacity 300ms;
}

#campus-news .news-articles .blur{
	transform: rotate(180deg);
	z-index: 1;
	height:30%;
	width: 100%;
	bottom: 0;
	position:absolute;
}

#campus-news .news-articles .gradient{
	height: 100%;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(21,88,45,.2) 50%, rgba(21,88,45,0) 75%);
	z-index: 2;
	position:absolute;
	transform: initial;
}


#campus-news .news-header{
	width: 100%;
	height: 30%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	z-index:2;
	bottom: 0;
	left: 0;
	position: absolute;
	text-transform: capitalize;
}

#campus-news .news-articles h6 {
	font-family: var(--font-heading);
	color: #FFFFFF;
	font-size: 1.1rem;
	margin: 0 10px 30px 0;
	line-height: 1.4;
	text-transform: capitalize;
	display: inline;
	font-weight: 600;
}

#campus-news .news-articles a{
	width: 90%;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	position: absolute;
	font-family: var(--font-heading);
	font-weight: 500;
}

#campus-news .more-news {
    height: 150px;
    min-height: 15px;
    max-height: 100px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-self: center;
	align-items: center;
    flex-direction: row;
}

#campus-news .more-news > a:first-of-type {
	order: 2;
}

#campus-news .more-news .a{
	stroke: #CED54A;
}

#campus-news .more-news .social-follow {
	width: 350px;	display: flex;
	flex-flow: column wrap;	
	padding-left: 10px;
}

#campus-news .social-follow h6 {
	font-size: 1.2rem;
/* 	margin-bottom: 20px; */
	font-weight: 400;
	color: #646464;
	margin: 0 10px 20px 0;
}

#campus-news .social-follow .link-list{
	width: 200px;
	display: flex;
	flex-flow: row wrap;
	gap: 12px;
}

#campus-news .socials{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25px;
	width: 25px;
	border: 2px solid var(--color-gray);
	border-radius: 35px;
	gap: 4px;
	color: var(--color-gray);
	transition: border-color 150ms ease-in-out, color 150ms ease-in-out;
}

#campus-news .socials:is(:hover, :focus-visible) {
	border-color: var(--color-evergreen);
	color: var(--color-evergreen);
}

#campus-news .socials .fab{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
}

@media (max-width: 2400px) {
	#campus-news .news-articles .article {
		width: 19%;
	}

	#campus-news .news-articles .article:last-child{
		display: none;
	}

}

@media (max-width: 1600px) {
	#campus-news .featured-news{
		gap: 50px;
	}
	#campus-news .featured-img{
		width: 45%;
		height: 650px;
	}

	#campus-news .featured-header{
		width: 30%;
	}

	#campus-news .news-articles .article {
		width: 24%;
		min-height: 200px;
	}
	#campus-news .news-articles .article:nth-child(5){
		display: none;
	}

	#campus-news .news-articles h6{
		font-size: 1rem;
		line-height: 1.3;
	}
}

@media (max-width: 1200px) {
	#campus-news{
		gap: 10px;
	}	
#campus-news .featured-news{
		height: 400px;
		gap: 40px;
		justify-content: flex-start;
	}
	#campus-news .featured-news .gradient{
		backdrop-filter: blur(50px);
	}

	#campus-news .featured-img{
		width: 60%;
		height: 100%;

	}

	#campus-news .feature-header {
		width: 38%;
	}

	#campus-news .feature-header h3 {
		font-size:1.6rem;
	}

	#campus-news .featured-article{
		margin-right: 50px;
	}
	#campus-news .featured-article h6{
		font-size: 1.1rem;  
	}  

	#campus-news .news-articles{
		height: 100%;
		width: 100%;
		justify-content: center;
		gap: 10px;
	}


	#campus-news .news-articles h6{
		font-size: 1rem;
	}
}

@media (max-width: 900px) {  
	#campus-news .featured-img{
		width: 55%;  
	}

	#campus-news .feature-header{
		width: 45%;
	}

	#campus-news .feature-header h3 {
		font-size: 1.4rem;
		margin-bottom: 0.5rem;
	}

	#campus-news .feature-header p{
		font-size: .9rem;
	}

	#campus-news .feature-header h6{
		font-size: 1rem;
		margin: 0;
	}

	#campus-news .news-articles .article{
		width: 48%;
		max-height: 100%;
	}

	#campus-news .sq-pattern{
		display:none; 
	}
}

@media (max-width: 787px) {
	#campus-news{
		height: 100%;
	}
	#campus-news .featured-news{
		height: 400px;
	}
	#campus-news .featured-news .gradient{
		backdrop-filter: blur(50px);
	}

	#campus-news .featured-img{
		width: 60%;  
	}

	#campus-news .feature-header{
		width: 40%;
	}
	#campus-news .news-articles {
		height: 100%;
		max-height: 100%;
	}
	#campus-news .more-news {
		height: 100px;
	}
}

@media (max-width: 600px) {
	#campus-news .more-news .social-follow {
		width: auto;
	}
	#campus-news .featured-img {
		display: none;
	}

	#campus-news .feature-header{
		width: calc(100% - 60px);
		height: 40%;
		position: absolute;
		bottom: 0;
		right: initial;
		gap: 0px;
		margin: 30px 30px 0 30px;
	}

	#campus-news .featured-news .gradient{
		height: 40%;
		bottom: 0;
		background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(134,166,145,0.1) 0%, rgba(24,79,44,0.4) 30%, rgba(24,79,44,0.4) 80%);
		backdrop-filter: blur(5px);
	}

	#campus-news .featured-article{
		gap: 10px;
	}
	#campus-news .featured-article > h6:first-of-type{
		font-size: .95rem;
	}
	#campus-news .news-articles .article{
		width: 100%;
	}
}
/* End HP 007 News */

/* HP 010 Announcement Bar */
#announcement-bar{
	background-color:#E3E696;
	width:100%;
	height: 50px;
	position: relative;
	margin:0 !important;
}

#announcement-bar .announcement{
	width: 100%;
	height:inherit;
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	position:relative;
	overflow:hidden;
}

#announcement-bar .announcement h3{
	width: 100%;
	font-family: var(--font-heading);
	color: #184F2C;
	text-align: center;
	text-transform: none;
	margin: 0;
}

#announcement-bar .announcement:before{
	content: " ";
	position:absolute;
	width:30%;
	height: 50px;
	top: 0px;
	left: -50px;
	transform: skew(40deg);
	box-shadow: 0 0 70px 40px rgb(154 160 45 / 50%);

}
#announcement-bar .announcement:before{
	background-color: #CED54A;
}
/* End HP 010 Announcement Bar */

/* HP 012 Announcement Bar */
#announcementBar {
	background-color: #184f2c;
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#announcementBar.red {
	background-color: #96172E;
}

#announcementBar .ab-item {
	height: 100%;
	flex: 1;
	display: flex;
	flex-flow: column wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding-inline: 20px;
}

#announcementBar:has(.ab-item:nth-of-type(2)) .ab-item:first-of-type {
	background-color: #144225;
}

#announcementBar.red:has(.ab-item:nth-of-type(2)) .ab-item:first-of-type {
	background-color: #6F2C3E;
}

#announcementBar p {
	max-width: 700px;
	text-align: center;
	color: #fff;
	font-family: var(--font-copy);
	font-size: 1.1rem;
	font-weight: 300;
	margin: 0 20px;
}

#announcementBar a {
	text-decoration: none;
	color: #fff;
	border-bottom: solid 1px #fff;
	padding: 15px 5px 5px 5px;
	text-transform: uppercase;
	width: fit-content;
	text-align: center;
}

#announcementBar a svg {
	fill: none;
	stroke: #CED54a;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 15px;
	width: 15px;
	height: 15px;
	margin: 0;
	position: relative;
	right: -5px;
	bottom: -2px;
}

#announcementBar.red a svg {
	stroke: #FFF;
}

#announcementBar a:hover {
	color: #ced54a;
	border-bottom: 1px solid #ced54a;
}

#announcementBar a[href=""] {
    display: none;
}


@media (max-width: 787px) {
	#announcementBar p {
		padding: 0 15px;
		font-size: 1rem;

	}
	#announcementBar a {
		padding-top: 7px;
	}
}
@media (max-width: 767px) {
	#announcementBar {
		background-color: #144225;
		flex-flow: column;
		height: 250px;
		justify-content: space-evenly;
	}
	#announcementBar.red {
		background-color: #6F2C3E;
	}
	#announcementBar .ab-item {
		width: 80%;
		height:	auto;
		flex: none;
	}

	#announcementBar p {
		margin-top: 0;
	}

	#announcementBar a {
		position: initial;
	}
}

@media (max-width: 450px) {
	#announcementBar {
		height: 300px;
	}
}
/* END HP 012 Announcement Bar */