/**
Branding Colors
**/
/**
UI Colors
**/
/**
Custom block colors - see corresponding values in "editor-color-palette" in functions.php (or included in custom-colors.php)
**/
/**
Buttons in the navigation
**/
/* Quiet button */
/* Loud button */
.kg3-responsive-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.kg3-responsive-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.more-videos .related-video img {
  max-width: 110px;
  max-height: 70px;
  height: auto;
  width: auto;
  float: right;
  margin-right: 7pt; }

.more-videos .related-video {
  clear: both;
  line-height: 1.1;
  margin-bottom: 11pt; }

.more-videos .related-video:after {
  content: ' ';
  display: block;
  clear: both; }

.more-videos .related-video {
  /* float: left; */
  width: 32%;
  display: inline-block;
  white-space: normal;
  margin: 0.8%;
  line-height: 1.1;
  vertical-align: top; }

.more-videos.sidebar {
  white-space: nowrap;
  overflow-x: auto; }
  .more-videos.sidebar ul {
    margin: 0; }

.more-title, .more-videos .series-link {
  background: gray;
  color: white;
  position: sticky;
  display: inline-block;
  left: 0;
  white-space: normal;
  line-height: 1.2; }
  .more-title a, .more-title a:hover, .more-videos .series-link a, .more-videos .series-link a:hover {
    text-decoration: none;
    color: white;
    display: block;
    padding: 1px 8px; }

@media only screen and (min-width: 60em) {
  body.single-video .sidebar.more-videos {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    position: absolute;
    right: 0;
    max-width: 335px;
    padding-left: 10px; }
  .more-videos .related-video {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 6pt; } }

@media only screen and (max-width: 34em) {
  body.single-video .sidebar.more-videos {
    display: none; } }

@media only screen and (min-width: 60em) {
  .full-width-content.single-video .site-inner {
    max-width: 1400px;
    padding: 20px; }
  .full-width-content.single-video .content .row .content {
    margin-right: 335px; } }
