<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Desktop View*/

.dvpAudioPlayerWrapper
{
    padding-top: 56px;
}

.dvpAudioPlayerWrapper .DVIDSAudioControls
{
    padding-top: 76px !important;
}

.DVIDSTopSpan {
    clear: both; /* so we stop playing with floats*/
}

.DVIDSTopSpan .all-videos {
    margin: 0 auto;
    padding-top: 90px;
    width: 281px !important;
}

.DVIDSTopSpan .allButton
{
    width: 100%;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
	letter-spacing: 3px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
	padding: 30px 15px;
	background: #900;
	color: #fff;
    position: relative; /*to contain the underline*/
}

.DVIDSTopSpan .allButton:hover {
	color: #fff;
	text-decoration: none;
}

.DVIDSTopSpan .allButton:before {
	content: "";
	position: absolute;
	width: 60%;
	height: 2px;
	bottom: 20px;
	left: 20%;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.DVIDSTopSpan .allButton:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.DVIDSMobileTitleSpan
{ 
    display: none;
}

.DVIDSVideoPlayer {
    padding-top: 77px;
    display: block;
    padding-bottom: 30px;
    background-color: black;
    color: #fff;
    font-family: "Colossalis", arial, sans-serif;
    overflow: hidden;
    position: relative;
}

.DVIDSVideoPlayerBkg {
    padding-bottom: 150px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/DesktopModules/DVIDSVideoPlayer/templates/MarinesHome3/images/HomeVideo-ImageBG2x.jpg);
}

.DVIDSVideoPlayerItem 
{
    border: 10px solid #1a1a1a;
}

.mejs__overlay-button
{
    background: url(/DesktopModules/DVIDSVideoPlayer/images/marines_play_button.png) no-repeat !important;
    background-repeat: no-repeat;
    width: 150px !important;
    height: 80px !important;
    background-position: center;
    cursor: pointer;
}

.mejs__overlay-button:hover
{
    background: url(/DesktopModules/DVIDSVideoPlayer/images/marines_play_button_hover.png) no-repeat !important;
    background-repeat: no-repeat;
    width: 150px !important;
    height: 80px !important;
    background-position: center;
    cursor: pointer;
}

.DVIDSLeftSide
{
    float:left;
}

.DVIDSRightSide
{
    float: right !important;
    padding-left: 30px;
    padding-right: 15px;
}

.DVIDSBottomLeft
{
    float: left;
}

.DVIDSShareBar
{
    padding-top: 12px;
    font-family: Helvetica, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 3.6px;
    line-height: 27px;
}

.DVIDSShareBar .DownloadLink,
.DVIDSShareBar .ShareLink,
.DVIDSShareBar .EmbedLink {
    margin: 12px 0;
}
.DVIDSShareBar .DownloadLink::before
{
    content: "\f019";
    font-weight: 900;
    font-size: 18px;
    margin-right: 8px;
    font-family: 'Font Awesome 5 Free';
    padding-right: 20px;
}

.DVIDSShareBar .ShareLink::before
{
    content: "\f1e0";
    font-weight: 900;
    font-size: 18px;
    margin-right: 8px;
    font-family: 'Font Awesome 5 Free';
    padding-right: 20px;
}

.DVIDSShareBar .EmbedLink::before
{
    content: "\f0c1";
    font-weight: 900;
    font-size: 18px;
    margin-right: 8px;
    padding-right: 20px;
    font-family: 'Font Awesome 5 Free';
}

.DVIDSShareBar #playerEmbedInfo
{
    display: none;
    background-color: #222;
    background-clip: padding-box;
    color: #fff;
    border: none;
    position: absolute;
    bottom: 0;
    right: 50vh;
    z-index: 9999;
    max-width: 500px;
    width: 500px;
    height: auto;
    border-radius: .3rem;
    outline: 0;
    padding: 15px 20px 15px;
}

.DVIDSShareBar #playerEmbedInfo span {font-weight:bold;font-size:14px;color:#fff;}
.DVIDSShareBar #playerEmbedInfo #embedCodeInput
{
    margin-top:15px;
    color:#000;
    width: 100%;
    padding: 5px 20px;
    margin-bottom:5px;
    height: auto;
    font-size: 13px;
    min-height: 50px;
}

.DVIDSShareBar #playerEmbedInfo #closeEmbedBox
{
    background: #940000;
    color:#fff;
    border: none;
    padding: 5px 10px;
    margin-top: 2px;
    font-size:14px;
}

button:focus {
    outline: 2px dotted #a4a5a4 !important;
}

.DVIDSShareText {
    margin: 12px 0;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    border: none;
    background: transparent;
}

.DVIDSShareText a
{
    color: #fff;
    text-decoration: none !important;
}

.DVIDSShareText a:hover, .DVIDSShareText a:visited, .DVIDSShareText a:active
{
    color: #fff;
    text-decoration: none !important;
}

.DVIDSMediaTitle
{
    font-size: 36px;
    line-height: 1;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.DVIDSMediaUnitName
{
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: Helvetica, Helvetica, Arial, sans-serif;
}

.DVIDSMediaDate
{
    color: #727272;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: Helvetica, Helvetica, Arial, sans-serif;
}

.DVIDSMediaDescription
{
    width: 100%;
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    padding-right: 5px;
    padding-bottom: 5px;
}

.DVIDSMediaTagsTitle
{
    font-weight: bold;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 12px;
    margin-top: 20px;
}

.DVIDSMediaTags
{
    display: block;
    list-style: none;
    margin: 0;
    text-align: left;
}

.DVIDSMediaTags span
{
    display: inline-block;
    margin: 0 4px 4px 0;
}

.DVIDSMediaTags span a
{
    display: block;
    margin: 7px 5px 5px;
    color: #e3e3e3;
    font-size: 15px;
    text-decoration: none !important;
    outline: none !important;
    border-bottom: 1px solid #fff;
    line-height: 1;
}

.DVIDSMediaTags span a:hover
{
    cursor: pointer;
}

.DVIDSCarouselSection
{
    margin-top: 32px;
    margin-bottom: 10px;
    width: 100%;
}

.DVIDSCarouselPagerWrapper
{
    position: relative;
    margin: 0 10px;
    float: left;
}

.DVIDSCarouselLeftPager
{
    float: left;
    font-size: 32px;
    margin-top: 25px;
    cursor: pointer;
    color: #fff;
}

.DVIDSCarouselRightPager
{
    float: right;
    font-size: 32px;
    margin-top: 25px;
    cursor: pointer;
    color: #fff;
}

.DVIDSCarouselRightPager.Disabled,
.DVIDSCarouselLeftPager.Disabled
{
    color: #777 !important;
}

.DVIDSCarouselWrapper
{
    overflow: hidden;
}

.DVIDSCarousel
{
    padding-top: 10px;
}

#playerModuleContainer .rsOverflow, .DVIDSVideoPlayer .rsOverflow
{
    overflow: visible !important;
    height: 100% !important;
}

.DVIDSCarouselItem
{
    font-size: 12px;
    line-height: normal;
    text-align: left;
}

.DVIDSOverlay
{
    text-align: center;
}

.DVIDSCarouselItem a
{
    text-decoration: none !important;
}

.DVIDSCarouselImgWrapper
{
    position: relative;
    display: block;
    height: 84px;
    padding: 56.25% 0 0 0;
    overflow: hidden;
    margin-bottom: 8px;
    opacity: 0.7;
}

.DVIDSCarouselImgWrapper img
{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
}

.DVIDSCarouselImgWrapper img:hover
{
    border: 4px solid #940000;
}

.DVIDSCarouselImgWrapper:hover
{
    opacity: 1;
}

.DVIDSCarouselImgWrapper.Selected
{
    text-align: center;
    opacity: 1;
}

.DVIDSVideoItemTitle
{
    font-size: 13px;
    text-decoration: none !important;
}

@media (max-width: 1199px), (max-device-width: 1199px)
{
    .dvpAudioPlayerWrapper
    {
        padding-top: 20px !important;
    }

    .dvpAudioPlayerWrapper .DVIDSAudioControls
    {
        padding-top: 40px !important;
    }
}

@media (max-width: 991px), (max-device-width: 991px)
{
    .DVIDSTopSpan .all-videos {
        padding-top: 40px;
    }

    .DVIDSTopSpan .allButton {
        width: auto;
        padding: 12px 42px;
    }

    .DVIDSVideoPlayerBkg {
        padding-bottom : 70px;
    }
    .DVIDSTopSpan .allButton:hover:before {
        visibility : hidden;
    }

    .DVIDSRightSide
    {
        display: none;
    }

    .DVIDSLeftSide,
    .DVIDSBottomLeft
    {
        float: none;
        width: 100% !important;
        margin: auto;
    }

    .DVIDSVideoPlayer .container, .DVIDSVideoPlayer .row {
        padding-left: 0;
        padding-right: 0;
    }

    .DVIDSMediaDate
    {
        color: #fff;
    }

    .DVIDSCarouselWrapperMobile
    {
        width: 100%;
        display: block;
    }

    .DVIDSCarouselPager
    {
        width: 50%;
        padding: 30px 15px;
        display: flex;
        color: #fff !important;
        letter-spacing: .2em;
        font-family: 'Colossalis';
    }

    .DVIDSMobileTitleSpan
    {
        width: 100%;
        display: block;
        text-align: center;
    }
}

</pre></body></html>