.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
body {
  color: #000099;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0px;
  box-sizing: border-box;
  scrollbar-base-color: #000099;
  scrollbar-arrow-color: #ffffff;
  scrollbar-3dlight-color: #6666ff;
  scrollbar-darkshadow-color: #000066;
  scrollbar-face-color: #000099;
  scrollbar-track-color: #eeeeff;
}
header {
  height: 100px;
  margin: 3vh auto 0;
  max-width: 1000px;
  width: 92vw;
}
header div {
  border: 1px solid #000084;
}
header div img {
  border: 1px solid gray;
}
p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
.blueFrame {
  border: 13px solid white;
  border-image-source: url(/images/borders/blue-border-14.png);
  border-image-slice: 13;
  border-image-repeat: round;
  padding: 0;
  display: block;
  margin: auto;
}
.blueFrame p {
  color: white;
}
.glass-button {
  background-color: blue;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), /* Exterior Shadow */ inset 0 1px rgba(255, 255, 255, 0.3), /* Top light Line */ inset 0 10px rgba(255, 255, 255, 0.2), /* Top Light Shadow */ inset 0 10px 20px rgba(255, 255, 255, 0.25), /* Sides Light Shadow */ inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  /* Dark Background */
}
form#contact {
  max-width: 600px;
  margin: 0 auto;
}
#contactFormContainer {
  display: none;
}
#spam {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 132, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#spam .panel {
  background-color: #000084;
  color: white;
  border: 4px outset #000084;
  border-radius: 8px;
  padding: 6vh 2vw;
  box-sizing: border-box;
  text-align: center;
  width: 80vw;
  margin: auto;
  position: absolute;
  vertical-align: middle;
  box-shadow: 1px 1px 2px black;
  flex: 1;
}
#spam button {
  width: 60px;
  margin: 16px auto 8px;
}
.form {
  background: #000084;
}
.form {
  max-width: 1000px;
  outline: none;
  margin: 0;
  padding: 8px 4vw;
}
.form label {
  color: white;
  text-align: right;
  display: inline-block;
  margin: 4px 0;
  width: 100%;
}
.form label input,
.form label select,
.form label textarea {
  background-color: #e0e0ff;
  float: right;
  border: 2px #eee inset;
}
.form label input.error,
.form label select.error,
.form label textarea.error {
  border: 2px inset red;
}
.form label input,
.form label select {
  margin-left: 2em;
  padding: 0.4em 1em;
}
.form label select {
  width: 20%;
}
.form label textarea {
  padding: 1px;
}
.form .message-label {
  text-align: left;
}
.form #message {
  vertical-align: top;
  width: 99%;
  float: none;
}
.form #send {
  font-size: 1.2rem;
  padding: 2vh 6vw;
}
#contact label {
  font-size: 0;
}
#contact label.message-label,
#contact label[for=title] {
  font-size: inherit;
}
#contact label input {
  width: 100%;
  box-sizing: border-box;
}
.g-recaptcha {
  transform: scale(0.9);
  transform-origin: 0 0;
}
button::-moz-focus-inner {
  border: 0;
}
a,
button,
input,
textarea {
  outline: none;
}
*:focus {
  outline: 0;
}
nav {
  text-align: left;
  box-shadow: 0 2px 6px rgba(0, 0, 50, 0.5);
  background-color: #000099;
}
nav ul {
  max-width: 1000px;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
nav ul li {
  display: block;
  color: white;
  text-indent: 0;
  margin: 0;
  padding: 0 4vw;
  border: none;
}
nav ul li.home {
  width: 20%;
}
nav ul li.home a {
  text-indent: -9999px;
  background-image: url('/images/nav/home.svg');
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
nav ul li.services {
  width: 40%;
}
nav ul li.richardBagnall {
  width: 50%;
}
nav ul li.freeStuff {
  width: 50%;
}
nav ul li.contact {
  width: 100%;
  float: left;
}
nav ul li a {
  height: 44px;
  line-height: 44px;
  border-width: 2px;
  border-color: #0000e5 #00004d #00004d #0000e5;
  border-style: solid;
  background-color: #000099;
  padding: 0;
  font-size: 1.4em;
  text-decoration: none;
  display: block;
  text-align: center;
}
nav ul li a,
nav ul li a:link,
nav ul li a:visited,
nav ul li a:hover,
nav ul li a:active {
  color: white;
}
nav ul li a:hover {
  background-color: blue;
  color: red;
}
nav ul li.left {
  float: left;
}
nav ul li.center {
  float: left;
}
nav ul li.right {
  float: right;
}
nav ul li > ul {
  display: none;
}
nav ul li > ul li a {
  text-align: left;
}
.mobileonly {
  display: none;
}
table.mainmenu td a:link,
table.mainmenu td a:active,
table.mainmenu td a:visited,
table.mainmenu a:hover {
  background-color: #000099;
  color: white;
  display: block;
  font-size: 0.9em;
  padding: 1px 16px 1px 16px;
  text-decoration: none;
  outline: 0;
}
table.mainmenu td a:hover {
  background-color: #0000FF;
  color: red;
}
a.mainmenu:link,
a.mainmenu:active,
a.mainmenu:visited,
a.mainmenu:hover,
a.submenu:link,
a.submenu:active,
a.submenu:visited,
a.submenu:hover {
  background-color: #000099;
  color: white;
  display: block;
  font-size: 0.9em;
  padding: 4px 16px 1px;
  text-decoration: none;
}
a.mainmenu:hover,
a.submenu:hover {
  background-color: #0000FF;
  color: red;
}
.submenu {
  /*	border-bottom:		1px solid red;*/
}
table.submenu {
  /*	border-left:		1px solid red;
	border-right:		1px solid red;
	border-top:			1px solid red;*/
}
.servicessubmenu {
  visibility: hidden;
}
h1 {
  font-size: 1.6em;
  font-weight: bold;
  font-family: arial, verdana;
}
h2 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: arial, verdana;
}
a:link,
a:visited,
a:hover,
a:active,
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active,
.more,
.clickLess,
.clickMore {
  text-decoration: none;
  color: #0033cc;
}
a:hover,
h3 a:hover {
  color: #3399FF;
}
.more,
.clickLess,
.clickMore {
  cursor: pointer;
}
#moreInfo,
.content,
footer {
  font-size: 1rem;
  width: 92vw;
  max-width: 1000px;
  margin: 3vh auto 0;
  clear: both;
  position: relative;
}
#moreInfo .logo,
.content .logo,
footer .logo {
  height: 1.2em;
  vertical-align: text-bottom;
}
footer {
  font-size: 0.9rem;
}
#moreInfo {
  margin-top: 32px;
}
#fblike {
  width: auto;
}
#googleplusone {
  float: right;
  margin-left: 8px;
}
#BSClogo img {
  height: 11vh;
  margin: 0;
}
#BSCtext {
  float: right;
  font-size: 1.8em;
  width: 80%;
  text-align: right;
}
#BSCtext img {
  height: 11vh;
  float: right;
  font-size: 6vh;
  line-height: 6vh;
  margin: 0;
  font-weight: bolder;
}
table.bullets {
  border: none;
}
table.bullets td {
  text-align: left;
  vertical-align: top;
}
table.bullets td ul {
  margin: 0px;
  font-size: 16px;
}
img {
  border: none;
}
/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
span.statcounter {
  visibility: hidden;
}
@media only screen and (min-width: 372px) {
  .g-recaptcha {
    transform: initial;
  }
}
@media only screen and (min-width: 480px) {
  nav {
    font-size: 1em;
  }
  nav > ul > li.home a {
    background-image: none;
    text-indent: 0;
  }
  #BSClogo img {
    margin: 0 0 0 -10px;
  }
  #BSCtext img {
    margin: 0 -10px 0 0;
  }
  footer {
    font-size: 0.9rem;
  }
  #contact label {
    font-size: inherit;
  }
  #contact label input {
    width: 50%;
  }
  #contact label ::placeholder {
    font-size: 0;
  }
}
@media only screen and (min-width: 780px) {
  nav ul li {
    height: auto;
    width: auto;
    line-height: 1em;
  }
  nav ul li.home,
  nav ul li.about,
  nav ul li.services,
  nav ul li.richardBagnall,
  nav ul li.freeStuff,
  nav ul li.contact {
    width: auto;
    float: left;
  }
  nav ul li a {
    font-size: 1.4em;
    padding: 0.4em 4vw;
    height: auto;
    width: auto;
    line-height: 1em;
    border-width: 1px 1px 1px 1px;
  }
  nav ul li a.right,
  nav ul li a.left,
  nav ul li a.full {
    border-width: 1px 1px 1px 1px;
  }
  nav ul li:hover > ul {
    display: block;
    box-shadow: 1px 2px 6px rgba(0, 0, 50, 0.5);
    position: absolute;
    z-index: 2;
  }
  #BSClogo img {
    margin-left: -20px;
  }
  #BSCtext img {
    margin: 0 -20px 0 0;
  }
  footer {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=bsc6.css.map */