@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.sticky {
  position: fixed;
  top: 0;
  z-index: 10000;
}
div#content {
  position: relative;
  width: 96%;
  min-height: 60vw;
  background-size: contain;
  background-repeat: no-repeat;
}
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.maincontent {
  position: relative;
  width: 100%;
}
div#homepage {
  position: relative;
	width: 100%;
	background-color: white;
  margin-bottom: 20vw;
}
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;
}
.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.errortext {
  color: red;
  font-weight: bold;
}
p#correcttext {
  color: green;
  font-weight: bold;
}
p.correcttext {
  color: green;
  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;
}
@media screen and (max-width: 480px) {
  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.6vw;
    color: black;
  }
  div.pullquote {
    font-size: 2.5vw;
    line-height: 4vw;
  }
  div#content ul {
    padding-left: 4vw;
  }
  div#content ol {
    padding-left: 4vw;
  }
}

/* Home Page */

div.mission {
  border: thin #134c01 solid;
  border-radius: 2vw;
  padding: 2vw;
  background-color: #5a885a;
  opacity: .8;
  position: relative;
  top: 4vw;
  left: 2vw;
  margin-bottom: 28vw;
  width: 35vw;
  color: white;
}
div.description {
  margin: 2vw;
  padding: .5vw 2vw;
  background-color: rgba(256, 256, 256, 0.8);
  border: thin gray solid;
  border-radius: 2vw;
}

/* Navigation */

a#skiptomaincontent {
  color: white;
  position: absolute;
  top: 0vw;
  left: 0vw;
}

/* Header */

#header {
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: white;
  z-index: 1000;
}
#headerborder {
  width: 100%;
  position: fixed;
  top: 17vw;
  height: 9vw;
  background: linear-gradient(to bottom, rgb(255, 255, 255, 1), rgb(255, 255, 255, 0));
  z-index: 500;
}
div#title_box {
  font-size: 2.5vw;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  line-height: 8.3vw;
  text-decoration: none;
  width: 100%;
  padding: 2.1vw 0px 0px 4vw;
  position: relative;
  z-index: 100;
}
div#title {
  position: absolute;
  width: 86vw;
  left: 20vw;
  top: 7.2vw;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 3vw;
  z-index: 100;
}
div#title img {
  width: 15vw;
  position: relative;
  top: 1vw;
}
div#logo {
  width: 14vw;
  float: left;
  z-index: 200
}
.segoe {
  /*font-family: "Segoe Print", "Lucida Calligraphy", "Brush Script MT", cursive;*/
  font-family: Roboto, sans-serif;
  font-size: 1.6vw;
  font-weight: 100;
  font-style: italic;
  color: #757575;
  margin-left: 16vw;
  position: relative;
  top: -4vw;
}
div#social_media {
  position: relative;
  text-align: right;
  top: 4vw;
}  
div#social_media img {
  position: relative;
  width: 10vw;
  height: auto;
  right: -7.1vw;
  z-index: 2000;
}
@media screen and (max-width: 475px) {
.segoe {
  font-size: 2.5vw;
  margin-left: 5vw;
}
}
