@charset "utf-8";
/* CSS Document */

html { font-size: 100%; // 16px }
body {
  font-size: 1.8vw;
  line-height: 2.4vw;
  font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0;
	padding: 0;
	color: #595959;
  min-width: 400px;
}
div#content {
  background-color: transparent;
  position: relative;
  padding: 6vw 0vw 2vw 0vw;
  min-height: 100vh;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100vw;
}
div#content ul {
  padding-left: 2vw;
  margin-bottom: 2vw;
}
div#content ol {
  padding-left: 2vw;
  margin-bottom: 2vw;
}
/*
div#content ul li {
  margin-top: 2vw;
}
*/
div.roundedbackground {
  background-color: rgb(255,255,255,0.5);
  border-radius: 1em;
  padding: 1em;
  margin-top: 1vw;
}
div.maincontent {
  position: relative;
  width: 100%;
}
.staticlinks {
  clear:both;
  position:relative;
  margin: 0 0 11vw 2vw;
  font-size: 1vw;
  text-align: center;
}
trailer {
  position: relative;
  width: 1080px;
  z-index: 10;
  text-align: center;
  top: -10px;
  font-size: 12px;
}
trailer .small a {
  text-decoration: none;
}
trailer .small a:hover {
  text-decoration: underline;
}
div#homepage {
  position: relative;
	width: 100%;
	background-color: white;
  margin-bottom: 20vw;
}
div#tail {
  background-color: transparent;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 1;
}
img.stretchy {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}
img.parallax {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}
img.stretchyr {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}
div#social_media {
  position: relative;
  text-align: right;
  min-height: 11vw;
  top: .6vw;
}  
div#social_media img {
  position: relative;
  width: 10vw;
  height: auto;
  right: 0.6vw;
  z-index: 10;
  -webkit-filter: drop-shadow(5px 5px 5px #888 );
  filter: drop-shadow(5px 5px 5px #888);
}
.small {
  font-size: 1vw;
}
.medium {
  font-size: 2vw;
}
.large {
  font-size: 2.4vw;
}
.xlarge {
  font-size: 4vw;
}
.centered {
  text-align: center;
}
.transparent {
  background-color: transparent;
}
.bold {
  font-weight: bold;
}
.white {
  color: white;
}
.italic {
  font-style: italic;
}
.hidden {
  display: none;
}
p#errortext {
  color: red;
  font-weight: bold;
}
p.searchtitle {
  font-size: 3vw;
  font-weight: bold;
}
p.searchitem {
  margin-left: 2vw;
}
p.searchitem a {
  text-decoration: none;
}
p.searchitem a:hover {
  color: gray;
}
.hilight {
  color: red;
  font-weight: bold;
}
div#updated {
  margin-top: 2vw;
}
div.committees, div.committee {
  width: 100vw;
}
div.committee:after {
  content: "";
  display: table;
  clear: both;
}

/* Clear floats after the columns */

div.committee_name {
  clear: left;
}
div.committee_name, div.chairperson, div.chairemail {
  float: left;
  width: 30vw;
  padding: .1vw 1.0vw;
}
div#credits {
  position: absolute;
  left: 32vw;
  bottom: 1vw;
  border: thin #134c01 solid;
  border-radius: 1vw;
  padding: 0vw 1vw;
  background-color: white;
  font-size: .7em;
  z-index: 1;
}
.memberdiv {
	padding: 2px;
	width: 370px;
	position: relative;
	z-index: 1;
	font-size: 13px;
}
.addressdiv {
	display: none;
	padding: 8px;
	width: 320px;
	position: absolute;
	top: -4px;
	left: 370px;
	font-size: 13px;
}
@media screen and (max-width: 650px) {
  div.committee {
    margin-bottom: 1.8vw;
  }
  div.committee_name, div.chairperson, div.chairemail {
  	width: 98vw;
  }
  div.chairperson, div.chairemail {
  	margin-left: 1.8vw;
  }
  body {
    font-size: 2.4vw;
    line-height: 3.0vw;
  }
  div.pullquote {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  div#content ul {
    padding-left: 4vw;
  }
  div#content ol {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 500px) {
  div.committee {
    margin-bottom: 2vw;
  }
  div.committee_name, div.chairperson, div.chairemail {
  	width: 98vw;
  }
  div.chairperson, div.chairemail {
  	margin-left: 2vw;
  }
  body {
    font-size: 3vw;
    line-height: 3.5vw;
  }
  div.pullquote {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  div#content ul {
    padding-left: 4vw;
  }
  div#content ol {
    padding-left: 4vw;
  }
}