/* ----- 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%;
}

.contWidth /* max-width of content in nav, header, main, and footer */
{
	max-width: 1100px;
	position: relative;	
	margin: 0 auto;
}

.contPad /* sets container padding */
{
	padding: 8px;
}

/* Padding to avoid notch on mobile phones */
.hmWelcome, #topNav, header, main, footer 
{
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}


/* -- TOP NAV -- */
#topNav
{
	/*sC05*/ background-color: #1e191a /*eC05*/;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 2000;
	/*sC06*/ color: #ffffff /*eC06*/;
}
#topNav > .contPad /* sets container padding */
{
	padding: 6px;
}

#topNav div#left, #topNav div#center, #topNav div#right
{
	float: left;	
}

#topNav a
{
	/*sC06*/ color: #ffffff /*eC06*/;
	text-decoration: none;
	cursor: pointer;
}

#topNav div#left
{
	width: 32%;
	position: relative;
}

#topNav div#center
{
	width: 36%;
}

#topNav div#right
{
	width: 32%;
}

#topNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topNav ul li
{
	float: left;	
	position: relative;
	padding: 5px;
	cursor: pointer;
}

#topNav span.fa-solid /* link icons */
{
	font-size: 140%;
	margin: 0 2px 0 0;	
	vertical-align: middle;	
}

#topNav span.fa-id-badge, #topNav span.fa-circle-user /* link icons */
{
	margin: 0 4px 0 0;	
}

#topNav ul li div a
{
	display: block;
	width: 100%;
	padding: 6px 0;
}

#topNav div#left li#menu-icon /* menu icon */
{
	display: inline-block; /* show menu icon */
}

#topNav div#left li#menu-icon
{
	margin-right: 8px;
}

#topNav div#left li#menu-icon span.mbHide, #topNav div#left li#staff span.mbHide
{
	display: inline-block;
	vertical-align: middle;	
}

#topNav div#center
{
	padding-top: 2px;
	position: relative;
}

#topNav div#center div#search
{
	width: 100%;
}

#topNav div#center div#search form
{		
	background-color: #ffffff;
	border-radius: 5px;
	padding: 5px;
}

#topNav div#center div#search form input, #topNav div#center div#searchform button
{
	border: 0;
}

#topNav div#center div#search input.srchField
{
	float: left;
	width: 85%;
	padding: 0 0 0 4px;
	font-style: italic;
	background-color: transparent;
	-webkit-appearance: none; 
}

#topNav div#center div#search input.srchField:focus
{
	border: none;
	outline-color: #ffffff;
}

#topNav div#center div#search button.srchBtn 
{
	float: right;
	overflow: visible;
	background-color: transparent;
	-webkit-appearance:none;
	border: none;
	width: 12%;
}

#topNav div#center div#search button.srchBtn .fa-solid
{
	float: right;
	text-align: right;
	vertical-align: middle;
	font-size: 1.3em;
	color: #000000;
}

#topNav div#right ul
{
	float: right;
}

#topNav div#right li#logon span.mbHide, #topNav div#right li#cart span#awCartTot
{
	display: inline-block;
	vertical-align: middle;	
}

#topNav div#right ul li#logon
{
	margin-right: 4px;
}

#topNav div#right ul li#cart
{
	margin: 0;
}

#topNav div#right ul li#cart .cartNum
{
	/*sC06*/ background-color: #ffffff /*eC06*/;
	/*sC05*/ color: #000000 /*eC05*/;
	padding: 2px;
	border-radius: 4px;
}

#topNav div#right ul li#cart .cartDollar
{
	padding-left: 2px;
}

#siteNav, #cartBox, #accountBox, #staffBox /* Account and Cart Boxes */
{
	position: absolute;
	top: 38px;
	padding: 8px;
	/*sC07*/ background-color: #343434 /*eC07*/;
	/*sC08*/ color: #ffffff /*eC08*/;
	z-index: 3000;
}

#cartBox, #accountBox, #staffBox /* Account and Cart Boxes */
{	
	width: 260px;
}

#cartBox, #accountBox
{
	right: 0;
}

/* --Cart Click Box Styles-- */
#awCartSummary
{
}

#awCartEntries
{	
	width: 100%;
}

#awCartEntries th
{
	font-weight: normal;
	border-bottom: solid 1px #aaaaaa;
	font-size: .8em;
	padding: 2px;
}

#awCartEntries th:last-of-type
{
	text-align: right;
}

#awCartEntries .cartAmt
{
	text-align: right;
}

#awCartEntries td
{
	padding: 2px;
}

#crtEntry
{	
	padding: 0 0 5px 0;
}

.crtEntryAmt
{	
	text-align: right;
}

#crtTotLbl
{
	text-align: left;
	border-top: solid 1px #aaaaaa;
}

#crtTotAmt
{
	padding: 1px 0 0 0;
	text-align: right;
	border-top: solid 1px #aaaaaa;
}

#cart #cartBox p
{
	padding: 8px 0;
	margin: 0;
	line-height: 1;
}

#cart #cartBox a.viewCartNone
{
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	line-height: 22px;
}

#cart #cartBox a.viewCartBtn
{
	display: inline-block;
	width: 48%;	
	margin: 0px 4% 0px 0;
	padding: 10px;
	text-align: center;
	line-height: 22px;
}

#cart #cartBox a.awCheckoutBtn
{
	display: inline-block;
	width: 48%;	
	margin: 0px 0 0px 0;
	padding: 10px;
	text-align: center;
	line-height: 22px;
}


/* -- SITE NAV Menu -- */
#menu
{
	width: 735px;
}

#menu .flexBox
{
	padding: 12px;
}

#menu .one, #menu .two
{
	flex-basis: 30%;  /* sets width of boxes */
}

#menu .three
{	
	flex-basis: 40%;  /* sets width of boxes */
	border-left: solid 1px #dddddd;
}

#menu a:hover, #menu a:focus
{
	text-decoration: underline;
}	
	
p.subMenuTitle
{
	line-height: 1em;
	padding: 0 0 6px 0;
}

#menu .menuLast
{
	padding-right: 12px;
}

#menu .menuLast p.menuOrgPhone
{
	padding: 6px 0;
	line-height: 1;
}

.menuLast .instructors
{
	padding-top: 12px;
}

/* -- HEADER -- */
header
{
	/*sC09*/ background-color: #ffffff /*eC09*/;
	/*sC10*/ color: #000000 /*eC10*/;
}

/*  logo styles */
.logo
{
	float: left;
	background-color: transparent;
}

.logo img
{
	max-width: 500px;
	vertical-align: middle;
}

.rightHeading
{
	float: right;
}

.rightHeading p.awSiteHeading
{
	text-align: right;
	font-size: 2em;
	padding: 4px 0 12px 0;
	line-height: 1;	
}

.rightHeading p.headingLnks
{
	text-align: right;
	font-size: .9em;
	padding: 0;
}

.rightHeading p.headingLnks a
{
	color: #222222;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;
}

.rightHeading p.headingLnks span.separator
{
	padding: 0 12px;
}

.rightHeading p.headingLnks span.fa-solid
{
	margin-left: 4px;
	vertical-align: middle;
}

/* -- MAIN -- */
main
{
	/*sC11*/ background-color: #ffffff /*eC11*/;
}

main  > .contPad /* sets container padding */
{
	padding: 25px 12px;
}

/* ACEweb Content Box on standard.htm only */
#awContent
{
	position: relative;
	padding: 20px 12px;
	/*sC12*/ background-color: #ffffff /*eC12*/;
}

/* Home Welcome box */
.hmWelcome
{
	/*sC44*/ background-color: #000000 /*eC44*/;
	background-image: radial-gradient(ellipse at top, rgba(255, 255, 255, .45), rgba(255, 255, 255, 0)), url(/wconnect/ace/images/noise.png);
	background-repeat: repeat;
}

.hmWelcome > .contPad /* sets container padding */
{
	padding: 25px 12px;
}

.hmWelcomeMsg
{
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	border-radius: 2px;
	background-color: rgba(255,255,255,1)
}

.homeH1
{
	padding: 0 0 20px 0;
}

.hmWelcomeMsg h2
{
	padding: 12px 0 0 0;
}

/* content pages H1 */
.pageH1
{
	
	/*sC36*/ background-color: #efefef /*eC36*/;
	/*sC37*/ border-top: solid 1px #dddddd /*eC37*/;
	/*sC37*/ border-bottom: solid 1px #dddddd /*eC37*/;	
}

/* Flex Box for Menu */
.flexRow
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.flexBoxes /* flexBox styling */
{
	position: relative;
	box-sizing: border-box;
	text-align: left;
	padding: 7px 12px 12px 12px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 25px;
}

.flexBox2 /* 2 columns */
{
	flex-basis: 48%;  /* sets width of boxes */
}

.flexBox3  /* 3 columns */
{
	flex-basis: 32.33%;  /* sets width of boxes */
}

 /* Responsive Break Points determine # of boxes per row */
@media screen and (max-width: 768px) 
{
	.indBoxes {flex-basis: 100%;}
	.map {height: auto;}	
}

/* -Responsive Boxes- */

.boxRow  /* row of boxes */
{
	clear: both;
	padding-bottom: 30px;
}

.boxRowNoPad
{
	clear: both;
	padding-bottom: 0px;
}

.boxRow img
{
	vertical-align: top; 
}

.fifteenpercent, .fifth, .quarter, .thirtypercent, .third, .thirtyfivepercent, .fortypercent, .fortyfivepercent, .half, .fiftyfivepercent, .sixtypercent,  .sixtyfivepercent, .seventypercent, .twothirds, .threequarters, .eightypercent, .eightyfivepercent
{
	float: left;
}

.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;
}

.leftBorder
{
	border-left: solid 1px #aaaaaa;
}

/* row for link boxes on home */
.hmboxRow  
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.hmBox 
{
    flex-basis: 24%;
}

.boxStyle
{	
    box-shadow: #dddddd 2px 4px 4px 0px;
    border: solid 1px #dddddd;
    background-color: #ffffff;	
}

.hmBox h2
{
	font-size: 1.2em;
	text-align: center;
	padding: 0 0 8px 0;
}

.hmBoxContent
{	
	padding: 12px;
}

 /* Home page Student Logon box styles  */
#hmLogForm
{		
}

#hmLogForm input.hmLogFields
{
	width: 100%;	
}

#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: 10px 0 0 0;
}

.pwdCaps
{
	width: 200px !important;
}

/* forgot password and sign up lines */
#hmStMsg
{
	padding: 15px 0 0 0;
	text-align: center;
	font-size: .8em;
}

.fgtPwd
{
	float: left;
}

.hmNewUsr
{
	float: right;
}

#hmRegNow > .hmBoxContent > .hmBoxLinks > #upcmgList 
{
	width: 100%;
}


#hmRegNow > .hmBoxContent > .hmBoxLinks > #upcmgList > tbody > tr > td
{
	display: block;
	padding: 0;
}

#hmRegNow > .hmBoxContent > .hmBoxLinks > #upcmgList > tbody > tr > td.begDate
{
	text-align: left;
	padding-top: 6px;
}

#hmRegNow > .hmBoxContent > .hmBoxLinks > #upcmgList > tbody > tr > td a:after
{
	font-family: FontAwesome;
	content: "";
}

/* -- FOOTER --	*/
footer
{	
	/*sC13*/ background-color: #222222 /*eC13*/;
	/*sC14*/ color: #ffffff /*eC14*/;	
    /*sC15*/ border-top: 3px solid #1E191A /*eC15*/;
}

footer .contPad
{
	padding: 20px;
}

footer .ftLogo img
{
	max-width: 300px;
}

footer a, footer a:hover, footer a:active, footer a:visited
{
	/*sC14*/ color: #ffffff /*eC14*/;	
}

footer .boxRow
{
	padding: 0;
}

footer .ftContact ul.orgInfoBox
{
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

footer li.orgName
{
	font-size: 1.2em;
	padding: 0 0 8px 0;
}

footer li.orgInfo
{
	position: relative;
	padding: 8px 0;
	line-height: 1.6;
	padding: 0 0 12px 0;
}

footer li.orgInfo .fa-solid
{
	float: left;
	margin: 2px 5px 0 0;
}

.fa-location-dot
{
	height: 34px;
}

.fa-phone
{
	height: 34px;
	vertical-align: top;
}

.orgInfo a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

footer .social
{
	float: right;
	text-align: left;
}

footer .social p
{
	font-size: 1.2em;
}

footer .followUs
{
	padding: 0 0 8px 0;
}

footer .social a
{
	margin: 0 15px 0 0;
}

.social a span.fa-brands
{
	font-size: 1.2em;
	vertical-align: middle;
}

#powerAW
{
	clear: right;
	float: right;
	padding-top: 20px;
	font-size: .7em;
	text-align: right;	
}

#powerAW span.fa-solid
{
	padding: 0 5px;
	vertical-align: middle;
}

#powerAW #legalP
{
	padding: 0 0 12px;
}


/* sets 2 home boxes on a row when screen is between 800 and 900 pixels */
@media screen and (max-width: 900px) 
{
	.hmBox
	{
		flex-basis: 49%;  /* sets width of boxes */
		margin-bottom: 20px;
	}
}
