body { padding: 0; }

h1, h2, h3 { color: #000; }

h1 { font-size: 2.5rem; }

figcaption {
	color: #FFF;
	background: #559; 
	border-color: #777; 
}

/* Branding bar */

.generic-brand > div {
	border: none;
	color: #FFF;
}

.generic-brand { 
	background-image: url('../../Conferences/ACIS2026/Pictures/Background.png');
}

.brand-middle {
    height: 12rem;  /* Could override this for a conference. */
}

.brand-bottom {
	position: absolute;
	left: 0;
	top: 35%;
}

.title {
	color: #FFF;
	background: #004; 
	width: 80%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translateX(-50%);
	padding: 0;
}

.subtitle {
	color: #FFF;
	background: #004; 
	text-align: right;
	width: 35%;
	position: absolute;
	right: 2rem;
	padding: 0;
}

/* CMS menu in registration interface */

.CMS-menu > li { 
	background-color: #228;
	border-width: 1px;
	border-style: solid;
	border-color: #272;
	color: #FFF;
}

.CMS-menu ul { 
	background: #EDF; 
	border-bottom: 1px dotted #5D5;
}

.CMS-menu > li:hover {
	color: #FFF;
	background-color: #226; 
}

.CMS-menu > li a {
	color: #000;
	background-color: #EDF; 
}

/* Standard Register! items. */

#foot a { 
	color: #FFF;
	background: #000; 
}

.continue, .continue a {
	color: #FFF;
	background: #228; 
	border-color: #FFF; 
}

.logged { color: #006; }

#services, #services li, #services li a, th, .boxhead, #foot { 
	color: #FFF;
	background: #000;
	border-color: #FFF;
	margin-top: 0;
}

.butt, input[type=submit] {
	border-color: #888;
	background: #4D4D4D; 
}

#services li a#selected  {
	color: #000;
	background: #FFF;
 }

 #services li a:hover, #services a:hover#selected  {
	color: #FFF;
	background: #008;
 }
 
 .buttons {
	background: #228; 
	color: #FFF;
	border: solid #446 1px;
}

.buttons:hover {
	color: #228;
}

.sel { 
	background: #ACE;
}

.grey-background { 
	background: #EEE;
	color: #228;
}

.phone {
	background: #228; 
	color: #FFF;
}

.dim { 
	background-color: #CCC;
	border-color: #444;
 }

 /* Pin Payments stuff */

.pin-form-field {
    height: 2em;
    width: 50%;
    border: 1px solid black;
    padding: 0 0.5em;
    border-radius: 5px;
    background: #FFF;
}
 
 .collapse-button {
	background: #FEF;  	
	color: #518; 
}

 /* Responsive design */
 
@media screen and (max-width: 900px)  {
	
	.logo { height: 7rem; }

}

@media screen and (max-width: 767px)  {
	
	#services, #services li , #services li a { 
		line-height: 1rem;
	}

	 #services li a#selected  {
		border-top: 2px solid #518;
		background: #EEE; 
	 }

	.logo { height: 6rem; }
	.title { top: 17%; }

}

@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {

	.logo { height: 5rem; }
	.title { top: 10%; }
	
}

 /* Paypal */

.pp-button {
	text-align: center;
	border: none;
	border-radius: 0.25rem;
	min-width: 11.625rem;
	padding :0 2rem;
	height: 2.625rem;
	font-weight: bold;
	background-color: #FFD140;
	color: #000000;
	font-family: "Helvetica Neue”,Arial,sans-serif;
	font-size: 1rem;
	line-height: 1.25rem;
	cursor: pointer;
}

.pp-form {
	display: inline-grid;
	justify-items: center;
	align-content: start;
	gap: 0.5rem;
}

.pp-logo {
	height: 0.875rem;
	vertical-align: middle;
}

