/* ----- scXX and ecXX designations are used by User Interface Feature. Don't remove if you intend to use the User Interface to change colors ---- */

/* ----- Content Wrapper - necessary to keep footer at bottom of browser window  ----- */
#wrapper /* required by Sticky Footer, to keep footer at bottom of page.  */
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #f7f7f7; /* Page background */
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}

.contWidth /* max-width of content in nav, header, main, and footer */
{
	max-width: 1000px;
	box-sizing: border-box;
	margin: 0 auto;
}

.contFooterWidth /* max-width of content in nav, header, main, and footer */
{
	max-width: 2000px;
	box-sizing: border-box;
	margin: 18px 5px;
}

.contPad /* sets container padding */
{
	/*padding: 8px; orginial */
	padding: 80px 16px 16px 16px;
}

.contPadMini /* sets Minimum.htm container padding */
{
	/*padding: 8px; orginial */
	padding: 180px 16px 16px 16px;
}

/* -- TOP NAV -- */
#topNav
{
	display: none;
}

#topNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topNav ul#left
{
	float: left;
}

#topNav ul#right
{
	float: right;
}

/* hide mobile menu icon initially */
#menu-icon {
	display: none; 
}

#topNav ul#left li, #topNav ul#right li
{
	float: left;
	margin: 0 8px 0 0; 
	padding: 5px;
	/*sC06*/ color: #fafafa /*eC06*/;
}

#topNav ul#left li a, #topNav ul#right li a
{
	display: block;
	text-decoration: none;
	cursor: pointer;
	/*sC06*/ color: #fafafa /*eC06*/;
}

#topNav ul#left li a span.fa, #topNav ul#right li a span.fa
{
	vertical-align: top;
	margin: 0 5px 0 0;
	font-size: 140%;
	/*sC06*/ color: #fafafa /*eC06*/;
}

#topNav ul#left li span.fa-phone
{
	vertical-align: top;
	margin: 0 5px 0 0;
	font-size: 140%;
	/*sC06*/ color: #fafafa /*eC06*/;
}

#topNav ul#left li a span.fa-envelope
{
	margin: -1px 5px 0 0;
}

#topNav ul#right li#cart
{
	margin: 0;
	position: relative;
}

#topNav ul#right li#cart .cartNum
{
	background-color: #6e2639; /* Replace #fafafa */
	color: #ffffff; /* Replace #222222 */
	padding: 0 2px 1px 2px;
	border-radius: 4px;
}

#topNav ul#right li#cart .cartDollar
{
	padding-left: 2px;
}

/* -- HEADER -- */
header
{
	/*sC07*/ background-color: #6e2639 /*eC07*/;
	/*sC08*/ color: #ffffff /*eC08*/;
	position: fixed;
	width: 100%;
	z-index: 2000;
}

/*  logo styles */
.logo
{
	float: left;
	/* orginal padding: 5px 20px 0 0; */
	padding: 14px 0px 0 0;
}

.logo img
{
	height: 43px;
	width: 135px;
}

/* search styles */
.search
{
	float: right;
	padding-top: 2px;
}

.search form
{
	background-color: #ffffff;
	border: 1px solid #a7a9ac; /* UALR’s subtle border color */
    border-radius: 4px;
    padding: 0.5rem;
}

.search form input, .search form button
{
	border: 0;
}

.search input.srchField
{
	float: left;
	width: 230px;
	font-family: 'Roboto', sans-serif;
	background-color: transparent;
	-webkit-appearance: none;
	border: none;
	padding: 0.5rem;
	font-size: 1rem;
}

.search button.srchBtn 
{
	float: right;
	overflow: visible;
	background-color: transparent;
	color: #6e2639; /* Matches UALR’s accent */
	border: none;
	-webkit-appearance:none;
	padding-right: 2px;
}

.search button.srchBtn .fa
{
	text-align: right;
	vertical-align: baseline;
	margin-top: 2px;
	font-size: 90%;
}

.search ul.acctLinks
{	
	list-style:none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 1rem;
}

.search ul.acctLinks li
{
	display: inline;
	padding: 5px 0 0 0;

}

.search ul.acctLinks li a
{
	color: #ffffff;
	text-decoration: none;
	font-size: .85em;
}

.search ul.acctLinks li a span.fa
{
	padding-right: 4px;
}

.search ul.acctLinks li a.cartlnk
{
	margin-left: 20px;
}


/* -- SITE NAV -- */
nav#siteNav
{
	background-color: #245d7a;
	position: fixed;
	width: 100%;
	z-index: 2000;
	/* orginial top: 70px; */
	top: 150px;
}

.navCont /* site navigation bar style */
{
	/*sC09*/ background-color: transparent /*eC09*/;
	/*sC10*/ color: #222222 /*eC10*/;
}

#menu
 {
	text-align: left;
	padding: 0px 16px;
	margin: 0px 0 0;
 }

#menu li
{
	display: inline-block;
	padding: 0;
	text-align: center;
}

#menu li a
{
	display: block;
	padding: 10px 12px;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
}

#menu li:hover > a
{
	background-color: #1d4a63; /* Darker ocean for hover */
	color: #ffffff;
}

.siteName
{
	background-color: #444444;
	padding-top: 118px;
}

.siteName p
{
	padding: 28px 0 0 0;
}

.siteName a
{
	font-size: 2.1em;
	color: #ffffff;
    font-family: "Myriad Pro", sans-serif;
    font-weight: normal;
	color: #cccccc;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

/* -- MAIN -- */
main
{
	/* padding-top: 118px;  Coy Added this line bec .siteName has been removed doesn't seem to be needed anymore  */
	/*sC12*/ background-color:  #ffffff /*eC12*/;
	padding-bottom: 20px;
}


/* -Responsive Boxes- */

.boxRow  /* row of boxes */
{
	clear: both;
	padding-bottom: 30px;
}

.boxRow img
{
	vertical-align: top; 
}

.fifteenpercent, .tenpercent,.fifth, .quarter, .thirtypercent, .third, .thirtyfivepercent, .fortypercent, .fortyfivepercent, .half, .fiftyfivepercent, .sixtypercent,  .sixtyfivepercent, .seventypercent, .twothirds, .threequarters, .eightypercent, .eightyfivepercent
{
	float: left;
	box-sizing: border-box; 
}

.tenpercent
{
	width: 15%;
}

.fifteenpercent
{
	width: 15%;
}

.fifth
{
	width: 20%;
}

.quarter
{
	width: 25%;
}

.thirtypercent
{
	width: 30%;
}

.third
{
	width: 33.33%;
}

.thirtyfivepercent
{
	width: 35%;
}

.fortypercent
{
	width: 40%;
}

.fortyfivepercent
{
	width: 45%;
}

.half
{
	width: 50%;
}

.fiftyfivepercent
{
	width: 55%;
}

.sixtypercent
{
	width: 60%;
}

.sixtyfivepercent
{
	width: 65%;
}

.twothirds 
{
	width:66.67%;
}

.seventypercent
{
	width: 70%;
}

.threequarters
{
	width: 75%;
}

.eightypercent
{
	width: 80%;
}

.eightyfivepercent
{
	width: 85%;
}

.leftPad  /* left padding */
{
	padding: 0 0 0 15px;
}

.rightPad  /* right padding */
{
	padding: 0 15px 0 0;
}

.rlPad  /* left and right padding */
{
	padding: 0 8px;
}

.sideBox
{	
	box-sizing: border-box; 
	box-shadow: 1px 1px 2px #999999;
	border-radius: 2px;
    background-color: #f7f7f7; /* Replace #f9fafb */
    color: #000000; /* Replace #222222 for contrast */
	
}

.sideBoxHeader
{
	/*sC27*/ background-color: #6e2639 /*eC27*/;
	/*sC28*/ color: #ffffff /*eC28*/;
	padding: 8px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-shadow: 1px 1px 1px #666666;
}

.sideBoxHeader .fa /* heading icon */
{
	vertical-align: top;
	margin: 2px 5px 0 0;
}

.sideBoxContent
{
	padding: 8px;
}

.hmH1  /* home page h1 */
{
	text-align: left;
}

.regNow  /*  home page register now */
{
	margin-top: -20px;
	min-height: 140px;
	box-sizing: border-box; 
	box-shadow: 1px 1px 2px #999999;
	border-radius: 8px;
	padding: 8px;
	/*sC24*/ background-color: #6e2639  /*eC24*/; 
	/*sC25*/ color: #ffffff  /*eC25*/;
}

.regNow h2, .regNow p
{
	color: #ffffff;
	padding: 0 0 5px 0;

}

.regNow > table#upcmgList 
{	
	width: 96%;
	margin: 0 auto;
}

.regNow > table#upcmgList td, .regNow > table#upcmgList td a
{
	color: #ffffff;
	text-decoration: none;
}

.regNow .fa /* heading icon */
{
	vertical-align: top;
	margin: 2px 5px 0 0;
}


.hmboxRow  /* row for link boxes on home */
{
	clear: both;
	padding-bottom: 0px;
}

.hmBoxPad   /* padding between home boxes */
{
	padding: 0 15px;
}

.hmBoxH2
{
	padding: 3px;
	text-align: center;
	/*sC26*/ background-color: #eef0f0 /*eC26*/;
	border-radius: 10px;
	text-shadow: 1px 1px 0 #bbbbbb;
}

.hmBox
{
	padding: 5px;
}

 /* Home page Student Logon box styles  */
.hmLogFields
{
	width: 98%;
	height: 2.4rem;
	padding: 0 0.5rem;
	border: 0.05rem solid #a7a9ac;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
}

#hmStudents p.hmLogon
{
	padding: 0 0 1px 0;
}

#hmStudents label
{
	font-size: 90%;
}

#hmStudents a#pwdReset
{
	float: right;
	font-size: 80%;
	padding-top: 2px;
}

#hmStudents p.hmLogonBtn
{
	padding: 4px 0 0 0;
        font-size: 20px;
}

#hmStudents form.hmNew /* Sign Up Form */
{
	padding-top: 20px;
}

#hmSignUp
{
	padding: 15px 0 0 0;
}

#hmSignUp h3.hmNewH
{
	display: inline;
	font-size: 140%;
	font-weight: bold;
}


/* -- FOOTER --	*/
footer
{
	background-color: #f7f7f7; /* Light gray background */
	color: #000000;
}

footer .contPad
{
	padding: 20px 8px;
}

footer .boxRow
{
	padding-bottom: 10px;
}

footer .boxRow .rightPad
{
	padding: 0 20px 0 0;
}

.ftLogo
{
    width: 80%;
}

footer h2
{ 
    font-size: 100%;
    padding: 0 0 4px 0;
	/*sC14*/ color: #000000 /*eC14*/;
	font-weight: bold;

}

footer p
{
	padding: 0 0 4px 0;
}
/*
footer a, footer a:active, footer a:visited
{
	text-decoration: none;
	color: #000000;
}
*/
footer a:hover
{
	text-decoration: underline;
	color: #245d7a; /* Optional: a hover color like UALR’s ocean blue */
}


/* ACEweb Link Styles */
#awLink
{
	/*sC15*/ background-color: #292929 /*eC15*/;
	box-sizing: border-box; 
}

#awLink .fa-circle
{
    padding: 0 6px;
    font-size: 40%;
    vertical-align: middle;  
}

#awLink .contPad p
{
	padding: 0;	
}

.social
{
	float: right;
	box-sizing: border-box;
	min-height: 20px;
}

.social p a
{
	margin: 50% 15px 0 0;
	color: #ffffff;

}

.social a span.fa
{
	font-size: 180%;
}

#powerAW
{
	float: left;
	width: 100%;
	font-size: 20px;
	box-sizing: border-box; 
	text-align: center;
	font-family: 'Roboto', sans-serif;
	/*sC16*/ color: #ffffff /*eC16*/;

}

#powerAW a 
{
		/*sC16*/ color: #ffffff /*eC16*/;

	padding:10px 5px 15px 20px;
	/*font-weight: bold; */
}

.circle-icon-fb {
	background: #3b5998;
	padding:10px;
	border-radius: 50%;
}

.circle-icon-tw {
	background: #4099FF;
	padding:10px;
	border-radius: 50%;
}

.btnfooterSOUTH{
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	color: #444444;
	font-size: 18px;
	text-align: left;
	width: 98%;
	padding: 10px 8px;
	text-decoration: none;
	box-sizing: border-box;
}
/* Gray Row: Logon/Sign Up and Search Bar */
.global-tools-container.bg-gray {
	background-color: #f7f7f7; /* Gray background */
	padding: 15px 0;
}

.global-tools {
	display: flex;
	justify-content: center; /* Centers the Logon/Sign Up and search bar as a group */
	gap: 1rem;              /* Adds a small space between the links and the search bar */
	align-items: center;    /* Vertically aligns the elements */
}

.logon-signup a {
	font-size: 16px; /* Sets the text size */
	color: #333;     /* Dark gray for visibility */
	text-decoration: none; /* Optional: removes the underline */
}

.logon-signup a:hover {
	color: #98344f; /* Darkens to black when hovered */
}

.global-search form {
	background-color: #f5f5f5; /* Light gray background */
	border: 1px solid #ccc;   /* Slightly darker gray border */
	display: flex;            /* Flexbox for horizontal layout */
	align-items: center;      /* Vertically center the input and button */
	padding: 5px;             /* Internal spacing */
	width: 100%;             /* Example width; adjust as needed */
}

.global-search input {
	background-color: #fff;   /* White background for the input */
	border: none;             /* Remove default input border */
	padding: 5px;             /* Internal spacing */
	flex-grow: 1;             /* Allow input to expand within container */
	font-family: sans-serif;  /* Standard, legible font */
	color: #333;              /* Dark gray text when typing */
}

.global-search button {
	padding: 8px 15px;
	background-color: #6e2639; /* Matching maroon */
	color: #ffffff;
	border: none;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}

.global-search button:hover {
	background-color: #98344f; /* Darker maroon on hover */
}

/* White Row: Logo and Navigation */
.white-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff; /* White background */
	padding: 0px 0;
}


.logo-container {
	display: flex;
	justify-content: center;
	flex: 1;
}

.nav-container {
	display: flex;
	justify-content: left
	gap: 1.6rem;
	flex: 1;
}

/* Outer container */
.module.full-width.fixed-width-padding.global-footer-container {
	background-color: #f7f7f7;
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 20px;
}

/* Title and social media section */
.fixed-width.global-footer-title-social-media {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}

.global-footer-title h2 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}

.department-footer-social-media {
	display: flex;
	gap: 1rem;
}

.social-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #6e2639;
}

/* Main footer content */
.fixed-width.global-footer {
	display: inline-flex;
	justify-content: space-between; /* Spaces sections evenly */
	align-items: flex-start;
	gap: 5rem;
	color: #000000;
}

.global-footer-text p {
	font-size: 1rem;
	margin-bottom: 1.5rem;
	max-width: 300px;
}

.global-footer-contact h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.global-footer-contact p {
	font-size: 20px;
	line-height: 1.5;
}

.global-footer-links h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.global-footer-links ul {
	list-style: none;
	padding: 0;
	font-size: 20px;
}

.global-footer-links li {
	margin-bottom: 0.0rem;
}

.global-footer-links a {
	color: #6e2639;
	text-decoration: underline;
}

.global-footer-links a:hover {
	text-decoration: underline;
	color: #245d7a; /* UALR’s ocean blue for hover */
}


/* Style the CTA Buttons */
.global-footer-cta {
	display: flex;
	flex-direction: column; /* Stacks buttons vertically */
}

.lr-button {
	padding: 0.75rem 1.5rem;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 20px;
        text-decoration: none;
	margin-bottom: 1rem; /* Adds space between buttons */
	width: 100%; /* Same size for both buttons */
}

.lr-button a {
        text-decoration: none;
}

.maroon-solid {
	background-color: #6e2639; /* UALR maroon */
	color: #FFFFFF;
}

.maroon-outline {
	border: 2px solid #6e2639;
	color: #ffffff;
	background-color: transparent;
}
.cta-buttons {
	display: flex;
	gap: 15px; /* Equal spacing between buttons */
}
.button {
	width: 150px;
	height: 50px;
	text-align: center;
}

@media (max-width: 768px) {
	.fixed-width.global-footer-title-social-media {
		flex-direction: column;
		align-items: center;
	}
	.department-footer-social-media {
		justify-content: center; /* Align icons to the left on small screens */
	}

	.fixed-width.global-footer {
		flex-direction: column;
                align-items: center;
	}
        .global-footer-contact {
		flex-direction: column;
                align-items: center;
	}
        .global-footer-links{
		flex-direction: column;
                align-items: center;
	}

	.global-footer-cta {
		flex-direction: column;
                align-items: center;
		gap: 0.5rem;
	}
	.global-tools {
		flex-direction: column;
		align-items: center;
	}
	.global-search {
		margin-top: 10px;
		width: 100%;
	}
	.global-search input {
		width: 100%;
	}
}

/* Copyright section */
#awLink {
	background-color: #292929; /* Dark gray */
	color: #ffffff;
	padding: 1rem 0;
	text-align: center;
}

#powerAW p {
	margin: 0;
}
@media (max-width: 656px) { /* UALR’s 41em breakpoint */
	.half, .third, .quarter, .fifth, .tenpercent, .fifteenpercent,
	.thirtypercent, .thirtyfivepercent, .fortypercent, .fortyfivepercent,
	.fiftyfivepercent, .sixtypercent, .sixtyfivepercent, .seventypercent,
	.twothirds, .threequarters, .eightypercent, .eightyfivepercent {
		width: 100%;
		padding: 0;
	}
}