/* Removes top header bg image for site */
.skin-header-background {
    background: none;
    background-size: 100% 100%;
}

/* Changes module container blueheader2 background to black  and removes blue border*/
.base-container.blue-header2 h2.title {
    background: #000000;
    font-family: Arial, Helvetica;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    margin: 0 0 30px 0;  /* Original margin is 0 0 4px 0 */
}

.base-container.blue-header2 {
    border: none;
}

/* Custom background image for site */
#Body {background:url("/Portals/111/Images/METCblueDraft.jpg?ver=2020-08-18-170718-450") no-repeat top center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.skinWrapper {background:none;}

.resp-iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}


/* changed title top padding to 45px */
.skin-title {
    padding-top: 45px !important;
}

/* changed bg color inside slideshow module on home page */
.top-rotator-joint .jointSlides {
    background-color: #091c43;
    position: relative;
    overflow: hidden;
    margin-right: 4px;
    height: 100%;
}

/* removed video title, description, date from DVIDS media player on home page*/
.DVIDSMediaDescription span {
display: none;
}

.DVIDSMediaUnitName {
display: none;
}

.DVIDSMediaDate {
display: none;
}

.DVIDSMediaTitle {
display: none;
}

.DVIDSMediaDescTopLine {
display: none;
}

.DVIDSBottomRight {
display: none;
}

.DVIDSBottomLeft {
display: none;
}

.DVIDSVideoPlayerItem .mediaCredits {
display: none;
}

.DVIDSBottom {
display: none;
}












