p.grid {
	font-weight:500;
	font-size:16px;
	margin-top:21px;
	margin-bottom:11.5px;	
}

[placeholder], input[placeholder]{
    /*color: #5c5c5c;*/
    font-size: small;
}

main .btn-highlight {
  color: #fff; !important
  background-color: #b31885;
  text-decoration: none;
}

  main .btn-highlight:hover, main .btn-highlight:active, main .btn-highlight:focus {
    background-color: #000;
  color: #fff;
  text-decoration: none;
}

main .btn-highlight:visited {
  color: #fff; !important
  background-color: #b31885;
  text-decoration: none;
}

  main .btn-highlight:hover, main .btn-highlight:active, main .btn-highlight:focus {
    background-color: #000;
  color: #fff;
  text-decoration: none;
  }

.pull-right{
	padding-left: 10px;
	padding-bottom: 10px;
}

.pull-left{
	padding-right: 10px;
	padding-bottom: 10px;
}

a.fa {
	text-decoration:none;
	color:initial;
}
  
a.fa:visited {
	color:initial;
}

a.fa:hover {
	color:#b31885;
}


div.box-right{
	float:right; width:18em; display:block;
	margin: .10em 0;
	margin-left:10px;
	padding: 10px;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 1px 1px 1px;
	background: #eee;	
	color: #000;
}




div.clearbox-right{
	float:right; width:18em; display:block;
	margin: .10em 0;
	margin-left: 10px;
	padding: 10px;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 1px 1px 1px;
	background: none;	
	color: #000;
}

header.brand object {
	max-height: 85px	
}



section.panel-primary{
	border-color: #b31885;
	border-radius: initial;
}

.carousel-title{
	font-size: x-large;
}

.carousel-text {
	font-size: large;
}

/* Prevent the "bouncing" of the page when loading the OPC banner SVG - this pre-sets the area at the correct height */
header[role="banner"] object[type="image/svg+xml"] {
	max-height: 85px;
}

