body {
	background: #fafafa;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}

.dropdown a {
	font-family: 'Raleway', sans-serif;
}


p {
	text-align: justify;
	/*font-size: 1.5hmin;*/
}

a {
	color: #0000c4;
}

.resultlink:visited {
	color: #7b6b84;
}

ul {
	list-style-type:none;
}

hr {
    border-top: 1px solid #ccc;
}


/*----Nav Bar----*/

.brand {
	font-size: 2em;
}

.navbar  {
	background-color: #615468;
	border-bottom: 1px solid #473d4c;
	box-shadow: 0px 0px 23px 3px rgba(0,0,0,.75);
}

.testnavbar  {
  background-color: #ff5500;
	border-bottom: 1px solid #473d4c;
	box-shadow: 0px 0px 23px 3px rgba(0,0,0,.75);
}


.option, .caret {
	color: #fff;
}

.logo {
	position: absolute;
	max-width: 3em;
	margin-top: .3em;
}



/*----Main part of Body----*/

.marketing {
	padding-top: 3em;
	margin-top: 3em;
}

/*.headimg {
	margin-left: auto;
	margin-right: auto;
	/*max-width: 60%;
}
*/


/*.headimg p {
	max-width: 100%;
	margin: 1em 0em .5em 0em;
	font-size: 11vmin;
	text-align: center;
	color: #615468;
	text-shadow: 1.5px 1px #b7ac6c;
}
*/

/*.info {
	margin: -4em 0 5em;
}
*/

.welcome {
	text-align: center;
	font-size: 5vmin;
	margin: 0;
	padding: 0;
}

.head {
	text-align: center;
	margin-top: 1em;
	margin-bottom: .5em;
}

.about {
	font-size: 1.5em;
}

.signintitle {
	font-size: 3vmin;
}

.signin {
	background: #615468;
	border-color: #7b6b84;
	color: #fff;
	margin: 0 auto;
}

.signin:hover {
	background: #54495a;
	color: #fff;
}

.signup {
	background: #615468;
	border-color: #7b6b84;
	color: #fff;
	text-align: center;
}

.signup:hover {
	background: #54495a;
	color: #fff;
}

.login {
	font-size: 1.4em;
	text-align: center;
}

.lead {
	text-align: justify;
}

.cloud {
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,.75);
	margin-top: 4em;
}


footer {
	margin: 3em -1.1em -1.1em -1.1em;
	min-height: 10em;
	background: #615468;
	box-shadow: 0 20px 20px -5px rgba(0,0,0,.35);
/*	-moz-box-shadow:    inset 0 1 10px #000000;
  	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 20px 20px -5px rgba(0,0,0,.35);	*/
}

.copy {
	text-align: center;
	margin-top: 3em;
	font-size: 1.1em;
}


.foot {
	text-align: center;
}



.featurette-heading {
	margin-top: 2em;
	font-size: 3vmin;
}

.navtitle {
	margin-top: .7em;
	margin-left: 2.7em;
	font-size: 1.3em;
}

.srchtitle {
	margin-top: 1.3em;
}

.srchcat {
	text-align: center;
	display: block;
}


.reaffirm {
	background: #2fab54;
}

.reaffirm:hover {
	background: #248340;
}

#taboutside {
	margin: auto;
}

#footerNav p {
	text-align: center;
}

.grouplink {
	margin-right: 4em;
}


.pdheaders {
	margin: 2em auto;
	max-width: 75%;
}

 .pdfooters {
	margin: auto;
	max-width: 75%;
}

.pageheader .title {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	margin-bottom: 1.5em;
	margin-top: 2em;
	font-size: 2em;
}

.pageheader .demo_warning {
	 font-family: 'Raleway', sans-serif;
    color: red;
    font-size: 0.6em;
}

#tabprompt {
	margin-bottom: 1em;
}

#User_Info {
	margin: auto;

}

.error {
	text-align: center;
	color: red !important;
}


.logincontainer {
	max-width: 75%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.register_container{
    width: 97%;
    margin: auto;
}

/*for emphasis like required fields*/
.star {
    color: red;
}

.dropdown-menu {
	margin-right: -.08em;
}

#float_children *[name=float_child] { float: left; }

.curpagelink {
	color: #000;
	font-weight: bold;
}

.curpagelink:hover {
	text-decoration: none;
	color: #000;
}

/* For Edition Crosslinks */
.crosslink {
  color: white;
}

/*blanket selector for hiding a thing*/
.hidden {
    display:none;
}

@media only screen and (min-width: 720px) {
  .crosslink .header {
    font-size: 2rem;
    margin-bottom: 1vh;
  }

  .editions {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .editions li {
    padding-left: 1em;
    text-indent: -1em;
  }

  .editions li:before {
    content: '\2192';
    font-weight: bold;
    font-size: 2rem;
    padding-right: 5px;
  }
  .edition {
    font-size: 1.75rem;
    margin-bottom: 0.2vh;
    word-wrap: break-word;
  }

  .crosslink {
    top: 21%;
    right: 0;
    min-width: 10vw;
    max-width: 12vw;
    height: 64vh;
    padding: 1rem;
    border: 1px;
    border-radius: 4px;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
  }

  select.editions {
    display:none;
  }
}

@media only screen and (max-width: 720px) {
  .crosslink {
    left: 0;
    top: 7%;
    width: 100%;
    height: 3vh;
    border: 1px;
    border-radius: 4px;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
  }

  ul.editions {
    display: none;
  }
  .editions {
    margin: 0;
    padding: 0;
    display: inline;
  }
  .editions li {
    display: inline;
    margin-left: 5%;
  }
  .crosslink .header {
    margin-top: 0.75rem;
    font-size: 1rem;
    margin-bottom: 0;
  }
  select.editions {
    margin-top: 2%;
    margin-left: 12.5%;
    color: black;
    width: 75%;
  }
}



.crosslink .header {
  font-weight: bold;
}

.crosslink {
  z-index: 10000;
}
.edition[disabled=disabled] {
  font-weight: bold;
  font-style: italic;
}

.edition:link {
  color: #dcba6f;
}

.edition:visited {
  color: #dcba6f;
}

@media screen and (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
	}

}
