@charset "UTF-8";

@media (min-width: 768px) {
#bd .margin-lt {
    padding-left: 2.5em;
}
}

@media (max-width: 768px) {
#bd img {
    max-width: 100%;
}
}
#bd {
    word-wrap: break-word;
    overflow-wrap: break-word;
	position: relative;
	z-index: 30000;
}
body {
}

/* start - overwrite bootstrap */

h1, .h1 {
  font-size: 1.75rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 1rem;
}

/* end - overwrite bootstrap */

#t-margin {
    height: 250px;
}
#nav #searchform {
    background-color: #f0f0f0;
}
#nav {
    background-image: url(../img/nav.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 0;
}
#nav .menu {
    display: block;
}
#nav ul {
    padding: 0;
    margin: 0;
}
#nav li {
    list-style-type: none;
    border-bottom: solid 1px #cccccc;
    border-right: solid #cccccc 1px;
}
#nav li a {
	color: #007bff;
    padding: 0.5em 0 0.5em 2em;
    display: block;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#nav li a:hover {
	color: #0056b3;
    background-color: #ddeeff;
	text-decoration: underline;
}
#nav li.hd a {
    padding: 0.5em 0 0.5em 1em;
}
#nav li.selected a:hover {
    background: url(../img/nav_selected.png) right center;
}
#nav li.selected a {
    color: #ffffff;
}
#nav li.selected {
    border-right: none;
    background-color: #66ccFf;
    background: url(../img/nav_selected.png) right center;
}
#nav li.hd {
    background-color: #f0f0f0;
}
.record h1 a {
	color: #212529;
}
.member_thumbnails div {
    margin: 0;
    padding: 0;
}
.member_thumbnails img {
    width: 6.0rem;
    height: 6.0rem;
}
.record p.topic {
    margin: 1.5em 0;
}
.description {
    width: 128px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -1.0em;
    margin-bottom: -0.6em;
}
/* Responsive embedded objects */
.video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 1.65em;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.num-photo-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    background-color: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.num-photo {
    font-size: 2.2em;
    position: absolute;
    top: -0.75em;
    left: 0px;
    width: 100%;
    height: 50%;
    text-align: center;
    margin-top: 50%;
    color: #fff;
}
#cat span.dark {
	font-weight: normal;
    color: #cccccc;
}
#cat h3 {
    line-height: 1.3em;
}
.map-s {
	padding: 0;
	width: 200px;
	height: 220px;
}
#media-bd {
	margin-top: 2.0rem;
}
#media-bd div.media {
	padding-right: 0.5rem;
	margin: 2.0rem 0;
}

#media-bd img {
	margin-right: 0;
	width: 4.5rem;
	height: 4.5rem;
}

#media-bd h5 {
	font-size: 0.95rem;
}
