.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}
footer {
	margin-left:10%;
	font-size: 0.8em;
}
footer a {
	display: inline-block;
	margin-left: 5em;
}
.btn-default[selected] {
	color: blue !important;
}
.pt_navbar {
	background-image: linear-gradient(to bottom, rgb(228, 235, 240), rgb(68, 101, 143));
}
.pt_navitem{
	margin-left: 5em;
}
.pt_navlink{
	color: rgb(5, 21, 71) !important;
	text-shadow: 1px 1px 0 rgb(208, 204, 223);
	line-height: 1.2em;
	font-size: 1.3em;
}
@media (max-width: 1100px) {
	.pt_navlink {
		font-size: 1em;
		line-height: 1em;
	}
}
.pt_navlinkselected{
	text-shadow: 1px 1px 0 rgba(9, 220, 182, 0.7);
}
.pt_logo {
	font-family: 'Nunito', sans-serif;
	font-size: 3.5em !important;
}
.pt_leftnav {
	padding-top: 0em;
}
@media (min-width: 768px) {
	.pt_leftnav {
		padding-top: 6em;
	}
}
.pt_standout {
	color: white;
	text-shadow: 2px 2px #000000;
}
.pt_subpagecontainer {
	padding-top: 2em;
}
.pt_loginwell {
	height: 220px;
	position:absolute;
	padding:1% 1% 1% 2%;
	top: 20px;
	right: 80px;
	width:160px;
	background-color: rgba(250, 250, 250, .5)
}
@media (max-width: 768px) {
	.pt_loginwell {
		background-color: rgba(250, 250, 250, .9)
	}
}
.pt_contentgradient {
	font-size: 0.8em;
	color: hsl(230, 97%, 16%);
	background-image: linear-gradient(to bottom, rgb(251, 251, 251), rgb(153, 183, 216));
}
.pt_selectedcontent {
	display: none;
}
.pt_selectedcontent[enabled] {
	display: block;
}
.pt_left {
	text-align: left;
}
.pt_smallfont {
	font-size: 0.8em !important;
}
.pt_smallfont h4 {
	font-size: 1.8em !important;
	font-weight: bold;
}
.pt_smallfont p {
	margin-bottom: 0.2rem;
}
.pt_smallfont h5 {
	font-size: 1.3em !important;
	font-weight: bold;
}
.pt_mainlogo {
	font-family: 'Nunito', sans-serif;
	color: white;
}
.pt_floatright {
	float:right;
	height:17em;
	width:15em;
	background-color:rgba(253, 254, 255, 0.32);
	border:1px solid grey;
	margin: 1em;
	padding: 0.5em;
	font-weight: bold;
	box-shadow: -1px -2px 5px 0px rgba(59, 100, 154, 0.75);
	border-radius: 0.5em;
}
.pt_formerror {
	color: red;
	visibility: hidden;
}
.pt_input {
	font-size: 0.8em;
	height: 2em;
}
.form-group {
	margin-bottom: 0px;
}
.form-group label {
	margin-bottom: 0.1rem;
}
#pt_ajaxresponse {
	font-weight:bold;
	color: ##5a3403;
	margin: 1em;
	font-size: 1.3em;
}
.showrch {
  display: none;
}

