.bs-container .row {
    margin: 0;
}

.bs-container [class*='col-']:not(.col-offset) {
    min-height: 5px !important;
}

.bs-title-image {
    height: 147px;
}

.bs-container ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.panel-title {
    font-size: 24px;
}

.side-header-separators {
    border-bottom: 1px solid #777777;
    position: absolute;
    top: 17px;
    width: 85%;
}

@media screen and (max-width: 420px) {
 .side-header-separators {
    display: none;
 }
}

.top-60 {
    top: 60px;
}

.paragraph {
    padding: 2% 10%;
    font-size: 16px;
}

.eeThumb-wrapper {
    width: auto !important;
}

a.eeThumb, .eeThumb-wrapper {
    height: auto !important;
}

.start-end-space {
    width: 5% !important;
    float: left;
    height: 2px;
}

.videos-middle-space {
    width: 1% !important;
    float: left;
    height: 2px;
}

@media screen and (max-width: 800px) {
    .videos-middle-space {
        display: none;
    }

    .space {
        display: none;
    }
}

.video-section {
    margin: 1% 0px !important;
}

.panel-heading {
    padding: 0;
    border:0;
}

.panel-heading  a:before {
   content: "\25bc";
   float: right;
   transition: all 0.5s;
   color: #777777;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding:12px;
}

a.videoThumb-y:not(:empty) {
    display: inline-block !important;
    height: auto !important;
    width: auto !important;
    border-radius: unset !important;
    margin-top: -6px;
}