body { background-color: black }
body.videobg { background-color: transparent }

div.transcopyright {
	display: inline-block;
	padding: 3px;
	text-shadow: rgba(255,255,255,.8) 1px 1px 1px;
}

img.header {
	width: 100%;
	border: 0;
}
@media(max-width:767px) {
	img.header {
		width: 98%;
		display: block;
		margin: auto;
	}

}
h1.black {
	color: black;
}
.whiteshadow {
	text-shadow: rgba(255,255,255,.8) 1px 1px 1px;
}
.semi-transparent {
  border-color: #bce8f1;
  background:rgba(217,235,243,0.3);
}
.less-transparent {
  border-color: #bce8f1;
  background:rgba(217,235,243,0.5);
}


.myCaptionDiv {
	display: none;
}
.myCaptionDiv a {
	color: #66f;
}

p.question {
	font-weight: bold;
	color: #600;
}

a.blacklink:link, a.blacklink:active, a.blacklink:visited, a.blacklink:hover {
	color: black;
	background-color: black;
}

.img-hover:hover {
    opacity: 0.8;
}


.error-404 {
    font-size: 100px;
}

@media (min-width: 768px) {
	img.header-lg {
		display: block;
		margin-top: 30px;
	}
	img.header-sm {
		display: none;
	}
}

@media (max-width: 767px) {
	img.header-sm {
		display: block;
		margin-top: 30px;
		width: 100%;
		max-width: 654px;
	}
	img.header-lg {
		display: none;
	}
}

br.headlines { display: none }
@media (min-width: 768px) and (max-width: 991px) {
	br.headlines { display: inline }
}

/* full screen video backgrounds */
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

p.testimonial {
	margin-left: 10%;
	margin-right: 10%;
	font-style: italic;
	color: #666;
}
p.testimonial:last-child {
	text-align: right;
	font-style: normal;