.page-header .header-navigation .header-default img.acs {display:none;}

/* TABS PANEL HEADINGINGS */
.content-tabbed .tab-content .tab-pane .h1 {color: var(--mlc-dark-blue);}

/*LINK HOVER COLOR */
a:not(.btn):is(:hover,:focus) {color: #e7b700;}

/* ddcrandyh CC11279827 */
.blog-post-list .entry-title { --btn-link-color: var(--mlc-blue); }

/* 12625387 JLC */
html.alias-sitebuilder-featured-community-partners-1 .ws-accordion-content .panel-title h4 span,
html.alias-sitebuilder-featured-community-partners-1 .ws-accordion-content .panel-body { font-size: 16px; }

/* 04738790 ddcjareds */
.CC04738790.bottom-blue-border { border-bottom: none; }

/* Added by Peter Bakalski */
  .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem 0 0;
    z-index: 1;
  }
  #myVideo {
    width: 750px;
    border: 1px solid #ffcf01;
    box-shadow: 6px 6px 0 #ffcf01;
  } /* Style for fullscreen mode */:-webkit-full-screen #myVideo,:-moz-full-screen #myVideo ,:-ms-fullscreen #myVideo
  ,:fullscreen #myVideo {
    width: auto;
    height: auto;
    z-index: 999;
  }
  .video-container-sm {
    display: block;
    padding: 1rem 0 0;
  }
  #myVideoSm {
    width: 100%;
    border: 1px solid #ffcf01;
    box-shadow: 6px 6px 0 #ffcf01;
  } /* Style for fullscreen mode */:-webkit-full-screen #myVideo,:-moz-full-screen #myVideo ,:-ms-fullscreen #myVideo
  ,:fullscreen #myVideo {
    width: auto;
    height: auto;
  }
  @media only screen and (max-width: 960px) {
    .video-col {
      width: 90% !important;
      margin: 0 0 20px !important;
    }
    #myVideo,
    #mo-Quiz-form {
      width: 100% !important;
      max-width: 100% !important;
    }
  }