/*  Copyright (c) 2024, Switch */
h1 {
	font-family:Verdana, sans-serif;
	font-size: 13px;
	padding-bottom: 6px;
	text-align: left;
}

p {
	font-family:Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
}

a {
	color: #00247D;
	text-decoration: underline;
}

a:visited {
	color: #00247D;
	text-decoration: underline;
}

a:focus, a:hover, a:active {
	color: #F39800;
	text-decoration: underline;
}

pre {
	text-align: left;
}


.promptMessage {
	margin-top: 0;
}

.selectOptions {
	margin-bottom: 0;
}

.box
{
	width: 600px;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 8px #999999;
	border-radius: 13px;
	-webkit-box-shadow: 1px 1px 8px #999999;
	-webkit-border-radius: 13px;
	-moz-box-shadow: 1px 1px 8px #999999;
	-moz-border-radius: 13px;
	padding: 10px 24px 10px 24px;
}


/* IE 6 hack */
* html .box { border: 2px #969696 solid; }

/* IE 7 hack */
*+html .box { border: 2px #969696 solid; }


/* IE 8 hack */
@media \0screen {
	.box { border: 2px #969696 solid; }
}

.menu {
	width: 100%;
	padding-left: 2px;
	margin-top: 10px;
	margin-left: 0;
	float: left;
	background: url("https://disco.mtholyoke.edu/images/dual_line.png") repeat-x scroll 0 100% transparent;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 45px;
}

.menu li {
	float: left;
	list-style:none;
	line-height:35px;
	margin-right:10px;
}

.menu li.last {
	background: url("https://disco.mtholyoke.edu/images/separator.png") no-repeat scroll left center transparent;
	padding-left: 8px;
	float: left;
	list-style:none;
}

.serviceName {
	font-weight: bold;
}

.hostName {
	font-weight: bold;
}


#container, .container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -200px;
}

#content, .content {
	width: 98%;
}

#header {
	width: 100%;
	display: inline-block;
	text-align: left;
}

#federationLogo {
	border: 0;
	float: left;
}

#organisationLogo
{
	border: 0;
	float: right;
}

#userInputArea, .userInputArea {
	margin-left: auto;
	margin-right: auto;
	background-color: #fafafa;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
	padding: 20px;
}

#userIdPSelection, .userIdPSelection {
	width: 460px;
	font-size: 12px;
}

input[name="Select"]{
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	border-radius: 4px;
	border-style: none;
}

input[name="Select"]:hover {
    background-color: #0069d9;
	border-color: #0062cc;
}

input[name="Select"]:active {
    background-color: #0062cc;
	border-color: #005cbf;
}

/* Device specific styles */
@media only screen and (max-device-width: 720px){
	.box {
		width: auto;
		box-shadow: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		-webkit-border-radius: 0;
		-moz-box-shadow: none;
		-moz-border-radius: 0;
		padding: 0;
	}

	#content, .content {
		width: 96%;
	}

	#container, .container {
		width: 96%;
		position: auto;
		left: auto;
		top: auto;
		margin-left: 0;
		margin-top: 0;
	}

	#userIdPSelection, .userIdPSelection {
		width: 60%;
	}

	#userIdPSelection_iddwrap input {
		width:90%!important;
	}
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;
}
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* Custom styles */
:root {
  --charcoal: #1a1a1a;
  --dark-blue: #004876;
  --med-grey: #666;
  --med-gray: var(--med-grey);
  --light-yellow: #fff3c3;
  --dark-grey: #454d60;
  --dark-gray: var(--dark-grey);
  --white: #fff;
  --dark-yellow: #f1c400;

  --text-color: var(--charcoal);
  --border-color: var(--charcoal);

  --h1-color: var(--dark-grey);

  --header-logo-color: var(--white);

  --wrapper-background-color: var(--dark-grey);
  --body-background-color: var(--med-grey);
  --box-background-color: var(--light-yellow);

  --link-color: var(--dark-blue);
  --link-hover-color: var(--med-grey);

  --accordion-background-color: var(--med-grey);
  --accordion-color: var(--white);

  --footer-text-color: var(--white);
  --footer-link-color: var(--white);
  --footer-link-hover-color: var(--dark-yellow);
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

p {
  /* ugh 12px is too small */
  font-size: inherit;
}

a,
a:visited {
  color: var(--link-color);
}

a:hover,
a:active {
  color: var(--link-hover-color);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: flex-top;
      -ms-flex-pack: flex-top;
          justify-content: flex-top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  font-family: ars-maquette-web,sans-serif;
  color: var(--text-color);
  font-size: 1.2rem;
  line-height: 2rem;
  word-break: break-word;
}

h1 {
  line-height: 2rem;
  text-transform: uppercase;
  font-size: 1em;
  text-align: left;
  color: var(--h1-color);
  letter-spacing: 0.30em;
}

#container {
  position: static;
  left: 0;
  top: 0;
  margin: 1rem auto 0 auto;
  max-width: 100%;
}

.school-list {
  list-style-type: none;
  padding: 0;
}

.school-list li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

@media(min-width: 600px) {
  .school-list .third {
    width: 32%;
  }

  .school-list .half {
    width: 49%;
    vertical-align: baseline;
  }
}

.school-list img,
.school-list input[type="image"] {
  max-width: 100%;
}

body {
  background-color: var(--body-background-color);
}

.box {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--box-background-color);
  width: 100%;
}

header,
footer {
  background-color: var(--wrapper-background-color);
  padding: 0.25em 1em;
}

svg {
  color: var(--header-logo-color);
  max-width: 90%;
  height: 4em;
  width: 300px;
}

#content {
  display: block;
  padding: 1em 2em;
  width: 778px;
  max-width: 100%;
}

header {
  text-align: left;
}

footer {
  font-size: 0.7em;
  color: var(--footer-text-color);
}

footer p {
  text-align: right;
}

footer a,
footer a:visited {
  color: var(--footer-link-color);
}

footer a:hover,
footer a:active {
  color: var(--footer-link-hover-color);
}

#userInputArea {
  background-color: var(--box-background-color);
  border: none;
}
details {
  border: 1px solid var(--accordion-background-color);
}

summary {
  background-color: var(--accordion-background-color);
  color: var(--accordion-color);
}

details .contents {
  padding: 1em;
}
