.searchResult p, .searchResult li, .searchResult ul {
	margin-bottom: 0px;
	font-size: 12px;
}
.searchResult a:hover {
    color: #93328e;
}
.btn-check:checked+.btn, .btn.active, .btn:focus, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff !important;
}
	iframe {
		width: 100% !important;
		height: 100% !important;
	}	
	.video-player {
		display: none
	}
	.video-wrapper {
		padding:56.25% 0 0 0;
		position:relative;
		width:100%;
		height:auto;
    	background-size: contain;
	}
.video-player iframe,
.video-player object,
.video-player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

svg {
  filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.4));
}

.row>* {
    padding-right: calc(var(--bs-gutter-x)* .2);
    padding-left: calc(var(--bs-gutter-x)* .2);
}
.card-block-thumb {
	background-color: #fdfdfd !important;
}
.page-item {
	margin-bottom: 5px;
}
.sidebar-item1 {
	position: fixed;
	top: 0;
	width: 15%;
	height: 100%;
}
	.blog-post-info li a {text-decoration:none;}
	p>.fa-external-link {
		color:#c0c;
	}	
div.side-nav ul>li>ul>li a:hover {
	/*font-weight: initial !important;*/
	color: #000 !important;
}
div.side-nav ul>li>ul>li:hover {
	background-color:#fff !important;
	border: 1px #ddd solid !important;
	color: #000 !important;
}

.leftMenuActive {
	background-color:#fff !important;
	border: 1px #ddd solid !important;
	color: #1d428a !important;
	font-weight: bold !important;
}

div.side-nav ul>li>ul>li {
	border: 1px rgba(248, 249, 250, 1) solid !important;
	padding-top: 1px !important;
	/*padding-bottom: 1px !important;*/
	padding-right: 1px !important;
}
div.side-nav li.list-group-item {
    padding: 0;
}

.owl-carousel {
    margin-bottom: 0px;
}

.card-col {display: flex; opacity: 1;}

.card-col a {text-decoration: none; display: flex;}

.card-col:hover {
	opacity: 0.85;
}

.card-col:hover>.card-block {
	color: #1d428a !important;
}

.card:hover {
	border: 1px solid rgba(0, 0, 0, .325);
}

.card-default, .card-link {width:100%;}

.card-heading {padding: 0;}

.card-block {background-color: #f8f9fa;}

h1.card-title, h2.card-title, h3.card-title, h4.card-title, h5.card-title, h6.card-title {
    font-weight: 600 !important;
}

.embed-responsive-16by9
{
	margin: 25px 0;
}

.price-clean h5 {
    font-weight: 600;
}

.price-clean {
	margin-bottom: 20px;
	font-size: 1.0rem;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.oped {display :none;}

.headcrumb {color:#fff; text-decoration: none;}

.headcrumb:hover, .headcrumb:active, .headcrumb:focus {color:#fff !important;  text-decoration: underline;}

ul.blog-post-info li>a {
    color: #747474;
}

.card-spacer {height:0px; margin-bottom:0px !important;}

.card-colored {
	color: #fff;
	padding: 10px 0 !important;	
}

.card-blue {
	background-color: #1d428a !important;
}

.card-purple {
	background-color: #93328e !important;
}

.thumbnail {
    padding: 0px;
    margin-bottom: 0px;
    border: 0;
    border-radius: 0px;
}

.image-hover-zoom:hover>img {
	-webkit-transform: translate3d(0, 3%, 0) scale(1.18);
	-moz-transform: translate3d(0, 3%, 0) scale(1.18);
	-ms-transform: translate3d(0, 3%, 0) scale(1.18);
	-o-transform: translate3d(0, 3%, 0) scale(1.18);
	transform: translate3d(0, 3%, 0) scale(1.18);
}

.text-left { margin-left: 15px !important; }

.txt-black { color:#000 !important; text-decoration: underline !important;  }

/* YT playlist */


#videoWrapper {
  width: 100%;
  background: #FFF;
  color: #000;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0px 8px 13px rgba(0,0,0,0.5);
  margin: 25px 0;
}

#thumbs {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 20%;
  background: #000;
  margin: 0;
  padding: 0;
  height: 0;
}

#thumbs li {
  list-style: none;
  margin: 0;
  position: relative;
  font-size: 0;
}

#thumbs li img {
  width: 100%;
}

#thumbs li p {
  font-family: arial;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 5%;
  margin: 0;
}

#thumbs li:hover p {
  display: block;
  cursor: pointer;
}

#thumbs .ypt-now-playing p {
  display: block;
}

#thumbs .ypt-now-playing > span::after {
  font-family: arial;
  content: "\25b6  Now playing"; 
  margin-top: -1em;
  display: block;
  width: 100%;
  padding: 5%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 10px;
}

#videoWrapper .video {
  position: relative;
  width: 80%;
  /*height: 0;*/
  padding-bottom: 48.4%;
  float: left;
}

#videoWrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float:left;
}

.ytp-pause-overlay {display:none !important; height:0px !important;}

@media only screen and (max-width : 400px) {
  #thumbs {
    display: none;
  }
  #videoWrapper .video {
    width: 100%;
    padding-bottom: 56.25%;
  }
}

/* end YT playlist */

@media only screen and (max-width: 768px) {
	#external-link-msg {
	    margin-bottom: 0px;
	}
	#section-content {
	    padding-top: 0px;
	}
	.mb-60 {
   		 margin-bottom: 30px !important;
	}
	.btn.btn-reveal {
		margin-bottom: 5px;
	}
	
	.embed-responsive-item {
    	max-width: 100%;
    	height: auto;
	}
}
@media only screen and (max-width: 760px) {
	.noBottomMargin {
		margin-bottom: 0px !important;
	}
	.topMargin30 {
		margin-top: 30px !important;
	}
	.topMargin20 {
		margin-top: 20px !important;
	}
	.topMargin0 {
		margin-top: 0px !important;
	}
	.bottomMargin20 {
		margin-bottom: 20px !important;
	}
	.noLeftMargin {
    	margin-left: -80px;
	}
	.noLeftPadding {
    	padding-left: 0px;
	}
	.lineHeight0 {
		line-height: 0px !important;
	}
}
@media (min-width: 768px) {
	.horizontalPadding10 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.topPadding20 {
		padding-top: 20px;
	}
	.bottomPadding20 {
		padding-bottom: 20px;
	}
}