@media screen{
    .topic-values,
    .initiative-values,
    .author-wrapper {
        margin-bottom:15px;
    }

    .initiative-values {
        text-transform:uppercase; 
    }

    .author-by {
        float:left;
        margin-right:5px;
    }

    h1.page-header {
        display: none;
    }

    .content .field-topic,
    .content .field-pubdate,
    .content .field-initiative,
    .content .field-source {
        display: inline-block;
        padding-right: 24px;
    }
	.content .field-topic {
			margin-bottom: 30px;
	}
    .content .field-thumb-image img {
        width: 100%;
        height: auto;
    }
    .content .field-summary {
        font-weight: 500;
        margin-top: 10px;
    }
    .content .field-title {
        font-size: 1.75em;
        font-family: "Flama Condensed Medium", Arial;
        display: block;
        float: none;
        clear: both;
        text-align: center;
    }

    .content .share {
        position: absolute;
        top: 0;
        right: 0;
    }

    .field-topic,
    .field-pubdate,
    .field-initiative,
    .field-source,
    .topic-list {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #777;
        text-align: center;
    }

    .hero-topic .field-initiative {
        font-size:1.7vw;
        color:#fff;
    }

    .field-topic .separator,
    .hero-topic .separator,
    .topic-list .separator {
        display: inline-block;
        padding:0 12px;
    }
    .field-image {
        margin-bottom:1vw;
        text-align: center;
    }
    .field-image img {
        max-width: 100%;
        height:auto;
    }
    /*
    .field-topic, .field-initiative {
      margin: 0 10px 0 0;
      border-right: solid 1px #ccc;
      padding-right: 20px;
    }
    .field-source {
      margin: 0;
      padding: 0;
    }
    */
    .event-info {
        margin:1vw 0;
    }


    .node-civc-landing-page .container .content {
        margin: 50px auto 0;
        width: 75%;
    }

    .participate-page-panel .links a.btn {
        margin-bottom:2vw;
    }

    .participate-page-panel .sgs_url_promo_block {
        margin-bottom:30px !important;
    }

	.node-civc-infographics .field-name-field-civc-image {
			padding-top: 20px;
	}
	
}

@media screen and (max-width: 480px) {
    .node-civc-landing-page .container .content {
        margin:0;
        padding:30px;
        width:auto;
    }
    .hero-topic .field-initiative {
        font-size: 16px;
    }
}
@media screen and (min-width: 1200px) {
    .hero-topic  .field-initiative {
        font-size: 20px;
    }
}

@media screen{
    /*overrides Media Front OSM player styling*/
    .player-ui .minplayer-default-logo {
        z-index: 200;
        line-height: 0px;
        position: absolute;
        bottom: 3px;
        left: 3px;
        display: none;
    }
    /*overrides Media Front OSM player styling*/
    .player-ui.controller-only .minplayer-default-logo {
        display: none !important;
    }
    /*overrides Media Front OSM player styling*/
    .player-ui .minplayer-default.fullscreen .minplayer-default-logo {
        z-index: 1002;
        display: none;
    }
    /*overrides Media Front OSM player styling*/
    .with-controller .minplayer-default-logo {
        bottom: 34px;
        display: none;
    }
    /*overrides Media Front OSM player styling*/
    .minplayer-default .minplayer-default-preview img {
        position:absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align:center;
        height:450px !important; 
        width:100% !important; 
        margin-top: 0px !important; 
        margin-left:0px !important;
    }
}

@media screen and (max-width: 960px) {
    #mediafront_sgs_video_player {
        height: 350px !important;
    }
}

@media screen and (max-width: 640px) {
    #mediafront_sgs_video_player {
        height: 250px !important;
    }
}

