@import url(http://fonts.googleapis.com/css?family=Raleway);
@font-face {
  font-family: 'SoftwareTester7';
  src: url('../Fonts/software-tester-7.regular.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

body,
html {
  color: whitesmoke;
  min-height: 100%;
  background-color: #FFFFFF;
}

body {
  font-family: 'Raleway';
  font-size: 18px;
}

body a {
  color: white;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}


/* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
  background-color: #dadada;
}


/* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
  display: none;
}


/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

.infoContainer {
  display: none;
  position: relative;
  height: 1100px;
  width: 100%;
}

a.biolink:link {
  transition: color .2s ease-in-out;
  color: #EC2026;
}

a.biolink:hover {
  text-decoration: underline;
  transition: color .2s ease-in-out;
  color: white;
}

.project {
  height: 1000px;
  width: 50%;
  margin: 0 auto;
}

.footerInfo {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 310px;
  width: 20%;
  text-align: center;
  margin-top: 50px;
}

.footerInfo a {
  text-decoration: none;
  transition: color .2s ease-in-out;
  color: white;
}

.footerInfo a:hover {
  transition: color .2s ease-in-out;
  color: whitesmoke;
}

.subFooterInfo {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: auto;
  width: 12%;
  text-align: center;
  margin-top: 50px;
  transition: color .2s ease;
  color: white;
}

#slide-4 .subFooterInfo:hover h2 {
  cursor: pointer;
  color: #9E1A08;
  transition: color .2s ease;
}

#media {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  height: 310px;
  width: 60%;
  margin-top: 50px;
}

#media p {
  color: white;
}

a.press:link,
a.press:visited {
  color: white;
  transition: color .2s ease;
  font-family: 'Josefin Sans', sans-serif;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
}

a.presslinks:hover {
  color: #9E1A08;
  transition: color .2s ease;
}

.backToMap {
  color: #9E1A08;
  cursor: pointer;
}

.textGlow {
  transition: text-shadow ease .2s;
}

.textGlow:hover {
  transition: text-shadow ease .2s;
  text-shadow: 0 0 0.2em #FFFFFF;
}

#about {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  height: 400px;
  width: 60%;
  margin-top: 50px;
  overflow: auto;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #240101;
  opacity: 0.8;
}

#modal {
  display: none;
  position: fixed;
  top: 25%;
  left: 20%;
  right: 20%;
  margin: 1em;
  text-align: center;
  background-color: #A19597;
  border: 1px solid black;
  opacity: 1;
  z-index: 3;
}

#modalContainer {
  margin: 3em;
}

#thanks {
  display: none;
  position: fixed;
  top: 30%;
  left: 30%;
  right: 30%;
  text-align: center;
  background-color: #A19597;
  border: 1px solid black;
  padding: 5em;
  opacity: 1;
  z-index: 3;
}

input[type=button] {
  -webkit-appearance: none;
  display: inline-block;
  margin: .5em;
  padding: .5em;
  width: 8em
}

input[type=text],
input[type=email] {
  padding: .5em;
  margin: .2em;
}

#bodyImg {
  margin: 0 auto;
}


/*FAQ ACCORDION*/

#accordion p {
  color: #FFFFFF;
  padding-left: 1em;
}

#accordion h3 {
  text-align: left;
}

#accordion {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  height: 400px;
  width: 60%;
  margin-top: 50px;
  overflow: auto;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  width: 80%;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion-content {
  width: 80%;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada;
  font-weight: normal;
  color: #212121;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  /*background: #e6e6e6 url(images/gradient.jpg) 50% 50% repeat-x;
	*/
  font-weight: normal;
  color: #555555;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-widget {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1em;
}