
 html  {

    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 

}
@font-face {
    font-family:"Raleway";								/*-- Correlates w/400 weight --- */
    src: url(../font/raleway/Raleway.ttf);
}

@font-face {
    font-family:"Raleway-ExtraBold";
    src: url(../font/raleway/Raleway-ExtraBold.ttf);    /*-- Correlates w/800 weight --- */
}


@font-face {
    font-family:"Raleway-Light";
    src: url(../font/raleway/Raleway-Light.ttf);		/*-- Correlates w/300 weight --- */
}


@font-face {
    font-family:"Raleway-ExtraLight";
    src: url(../font/raleway/Raleway-ExtraLight.ttf);	/*-- Correlates w/200 weight --- */
}


.ytp-pause-overlay-controls-hidden .ytp-pause-overlay {
     bottom: 1px !important; 
}

html, body {
    overflow-x: hidden;
}

.first-half {
    margin-top: -1px;
} /* controls the white space on top of the mobile utility nav*/

body {
  padding-top: 0;
  padding-bottom: 0;
  background-color: white;
}

.container .jumbotron {
    padding-right: 0px!important;
    padding-left: 0px!important;
}
.bar {
    /* width: 60%; */
    height: 380px;
    position: absolute;
    top: 7%;
    left: 50%;
    margin:10px;
}
.colorBar {
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 0;
    z-index: 999;
}

.show1 {
    display:none !important;
}

.container{
    font-family: 'Lato', sans-serif;
    background-image:none !important;
    padding-left:0px !important;
    padding-right:0px !important;
}
.container, .container-fluid {
	font-family: 'Lato', sans-serif;
    margin-top:-5px!important;
}

.container-fluid {
	padding: 0;
	margin: 0;
}

.video {
    width: 100%;
    height: 700px;
    background-color: white;
    margin-bottom: -5px;
    object-fit: cover;
    position: relative;
}

.search-button {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;

}

/*.news-list {
    list-style:none;
    margin:0 50px;
}*/ /*orginal COde for latest news chnaged to center the content by anthony jamison 9/16/2019*/


.news-list {
    list-style: none;
    margin: 0 auto;
    /*width: 1000px;*/
}
.row.list{
	overflow:hidden;
}

.row.list:nth-child(odd) {
    background-color: #c9c9c9;
}

.row.list:nth-child(even) {
    background-color: #aeadad;
}


.list {
    margin: 5px;
    padding: 10px;
    border-radius: 14px;
    height: 200px; /*was 136px*/
    position: relative
}


/*.news-list li:nth-child(odd) {
     border: solid red 1px;
    padding: 10px;
    margin-right: 60%;
    
} anthony jamison 9/16/2019*/

/*.news-list li:nth-child(even) {
    border: solid blue 1px;
    padding: 10px;
    margin-left: 60%;
}
    anthony jamison 9/16/2019 */ 

/* ----- NavBar, To Be REMOVED from Final Product ----- */
	
.navbar-inverse {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	opacity: 20;
}

.navbar-nav li {
	text-transform: uppercase;
	font-size: 17px;
	color: white;
	letter-spacing: .05em;
	padding-left: 20px;
	font-weight: 300;
}

ul.nav a, .navbar-brand { 
	color: #fff !important; 
}

.navbar-brand {
	padding-top: 7px;
	padding-left: 10px;
}



/* ----- Courthouse Image To Be REPLACED By Video on Desktop;
CSS code might be needed for mobile to have the still image----- */

.jumbotron {
    margin-bottom: 0px;
    background-image: url(../images/county-courthouse.jpg);
    background-position: 0% 67%;
    background-size: cover;
    background-repeat: no-repeat;
	height: 450px;
	padding-bottom: 50px;
}

/* Overlay Section Code*/
.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
}

    .overlay a {
        color: white;
        font-size: 2.75em;
        font-weight: bold;
    }

        .overlay a:hover {
            text-decoration: none;
        }

    .overlay p {
        padding: 25px;
    }

.item {
    height: inherit;
}

.overlay .item {
    background-color: rgba(159, 159, 160, .7);
}

    .overlay .item:nth-child(1) {
        border-top: solid 5px #093c71;
    }

    .overlay .item:hover:nth-child(1) {
        background-color: #093c71;
    }

    .overlay .item:nth-child(2) {
        border-top: solid 5px #fcb122;
    }

    .overlay .item:hover:nth-child(2) {
        background-color: #fcb122;
    }

    .overlay .item:nth-child(3) {
        border-top: solid 5px #006e46;
    }

    .overlay .item:hover:nth-child(3) {
        background-color: #006e46;
    }

    .overlay .item:nth-child(4) {
        border-top: solid 5px #093c71;
    }

    .overlay .item:hover:nth-child(4) {
        background-color: #093c71;
    }


/* ----- Search Bar Section ----- */

.search-bar-section {
    /*background-color:#222222;changed by Anthony Jamison  9/19/2020 */
    /*padding: 40px 0 20px 0;*/
    position: relative;
    padding: 20px 15px 25px 15px;
    background-image: url(/images/headermenu-bg.png); /*Added by Anthony jamison 9/19/2020*/
}


.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.search-bar-triangle {
	position: absolute;
    left: 48.5%; 
	bottom: -15px;
	margin: -25px;
	z-index: 10;
}

.search-bar-section .form-control {
	font-family: 'Raleway-Light', sans-serif!important;
	font-weight: 300;
}

.search-button {
	height: 46px;
}

.search-bar-section-links {
	margin-top: 30px;
}

.search-bar-categories p a {
	color: white;
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 0.05em;
	font-family: 'Raleway-ExtraLight', sans-serif!important;
}

.search-bar-categories a:link,
.search-bar-categories a:visited {
	text-decoration: none;
	color: white;
}

.search-bar-categories a:hover,
.search-bar-categories a:active {
	text-decoration: underline;
	color: white;
}

.tiny-arrow {
    font-size: 13px;
	color: white;
}



/* ----- Trending Topics ----- */


.trending-topics {
	padding: 0 15px!important;
}

.padding-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}

.topic-image {
    position: relative;
}

.topic-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding-top: 8px;
}

.topic-caption p {
	color: white;
	font-family: 'Raleway-Light', sans-serif !important;
	font-size: 22px;
	margin-left: 20px;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.topic-caption-margin p {
	margin-left: 35px;
}

.medium-arrow {
    font-size: 20px;
}

.topic-caption a:link,
.topic-caption a:visited {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.topic-caption a:hover,
.topic-caption a:active {
    text-decoration: underline;
    color: white;
    font-weight: bold;
}



/* ----- Latest News ----- */

.latest-news {
    padding: 15px;
}

.latest-news h2 {
	font-family: 'Raleway-ExtraBold', sans-serif!important;
	text-align: center;
	font-size: 60px;
	font-weight: 800;
	margin-bottom: 20px;
}

.latest-news-date {
	text-transform: uppercase;
	color: #5d5d5d;
	font-family: 'Lato', sans-serif!important;
	font-weight: 700;
	font-size: 12px;
}

.latest-news-title a {
    font-family: 'Raleway', sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.latest-news-title a,
.latest-news-title a:focus{
  	color: #1b7ddd;
	text-decoration: none;
}

.latest-news-title a:active,
.latest-news-title a:hover {
    color: #1460aa;
	text-decoration: underline;
}

.latest-news-button {
	margin-top: 45px;
}

.latest-news-scrollbar {
	color: #1e8c4d;
}



/* ----- Park Activities ----- */

.parks-jumbotron {
    margin-bottom: 0px;
    /*background-image: url(../images/homepage-parks-banner.jpg);*/
    background-image:url(/uploadedImages/Allegheny_Home/Dept_-_Content/Parks/homepage-parks-banner.jpg);
    background-position: 0% 77%;
    background-size: cover;
    background-repeat: no-repeat;
	height: 500px;
	padding-bottom: 50px;
	border-radius: 0 !important;
}

.parks-activities-container {
	background-image: url(../images/parks-white-triangle.png);
    background-repeat: no-repeat;
	background-position: bottom right;
	}

.parks-activities-text {
	padding: 35px 20px 30px 30px;
}

.parks-jumbotron h2 {
	font-family: 'Raleway-ExtraBold', sans-serif !important;
	text-align: right;
	font-size: 44px;
	font-weight: 800;
    margin-bottom: 15px;
}

.parks-jumbotron p {
	font-family: 'Raleway', sans-serif;
	text-align: right;
	font-weight: 400;
	font-size: 24px;
}

.parks-jumbotron .parks-activities-text .btn {
	margin-top: 15px;
}



/* ----- Featured Items ----- */


.new-featured-items {
    padding: 65px 75px 65px 75px;
    /*margin-right: 15%;
    margin-left: 15%;*/
}

.new-featured-title {
	background-color: #222222;
	padding: 10px 25px 15px 25px;
	height: 125px;
	position: relative;
}

.new-featured-items .img-responsive{
    max-width:100% !important;
}

.featured-triangle {
	position: absolute;
    left: 48%; 
	bottom: -15px;
	margin: -25px;
	z-index: 10;
}

.new-featured-title h3 {
	font-family: 'Raleway-Light', sans-serif;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	color: white;
	line-height: 125%;
}

.new-featured-item-button {
	margin-top: 30px;
}
/*.clip-path img {
  clip-path: url(#myclippath);
 
}*/
    .clip-path img {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 83%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 83%, 0% 100%);
    margin-top: -1px;	
}
    

/* ----- Video Player ----- */

.video-player {
	background-color: #ebebeb !important;
	padding: 65px 75px 65px 75px;
}

.video-player h2 {
	font-family: 'Raleway-ExtraBold', sans-serif;
	text-align: left;
	font-size: 60px;
	font-weight: 800;
}



/* ----- Footer ----- */

.footer {
	background-color: black;

	padding: 30px 0;
}

.footer-content {
	margin-top: 25px;
}

.disclaimers {
	margin-top: 40px;
}

.footer h3 {
	font-size: 18px;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400;
	margin-bottom: 30px;
	color: white;
	letter-spacing: 0.05em;
}

.footer p, .footer a {
	font-family: 'Raleway-Light', sans-serif !important;
	font-weight: 300;
	font-size: 13px;
	color: white;
	vertical-align: bottom;
	letter-spacing: 0.05em;
        margin-bottom:10px;
	line-height: 1.4;
	
}

.footer a:hover{
	text-decoration:underline;
}

.footer-content img {
    vertical-align: middle;
}
.disclaimers p {
	font-size: 12px;
}

.footer-icon img {
	margin-right: 5px;
}



/* ----- Upper Page Buttons ----- */

.btn.btn-default {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: .07em;
	text-transform: uppercase;
	font-size: 12px;
    /*border-radius: 6px!important;*/
  
}

.btn.btn-default,
.btn.btn-default:focus{
  background-color: #1e8c4d !important;
  border-color: #1e8c4d!important;
  color:#fff!important;
}

.btn.btn-default:active,
.btn.btn-default.dropdown-toggle:active,
.btn.btn-default:hover{
  background-color: #1a7541!important;
  border-color: #1a7541!important;
  color:#fff!important;
}

.all-news-button {
	margin-top: 10px;
}


/* ----- Footer Buttons ----- */


.footer .btn.btn-default {
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400;
	letter-spacing: .07em;
	text-transform: uppercase;
	font-size: 12px;
    background-color: #1b7ddd !important;
    border-color: #1b7ddd !important;

	margin-left: 0;
}

.footer .btn.btn-default,
.footer .btn.btn-default:focus{
  background-color: #1b7ddd !important;
  border-color: #1b7ddd !important;
  color:#fff;
}

.footer .btn.btn-default:active,
.footer .btn.btn-default.dropdown-toggle:active,
.footer .btn.btn-default:hover {
  background-color: #1460aa !important;
  border-color: #1460aa !important;
  color:#fff;
}

.dropdown-toggle:active, .open .dropdown-toggle {
    background: #1460aa !important;
	border-color: #1460aa !important;
    color:#fff !important;
 }




/* ---------------- Media Queries ---------------- */




/* ------ XS and SM Devices ------ */

@media only screen and (max-width: 992px) {
	
	.bar {
    /* width: 60%; */
    height: 280px;
    position: absolute;
    top: 5%;
    left: 50%;
    margin:10px;
}
	/* ----- Footer ----- */
	
    .footer-quick-links {
        background-color: #353535;

    }

	.footer-quick-links, .footer-allegheny-county, 
	.footer-follow-us {
		padding: 15px 0 25px 0;
	}
	
	.footer p, .footer a, .footer h3 {
		text-align: center;
	}
	
	.dropup {
		text-align: center;
	}
	
	.dropdown-menu {
	  left: 50%;
	  right: auto;
	  text-align: center;
	  transform: translate(-50%, 0);
	}

	.dropdown-menu a {
		text-align: left;
	}
	
	.footer {
		padding: 0 0 20px 0;
	}
	
	
	
	/* ----- Video Player ----- */
	
	.plugin {
		margin-top: 35px;
	}

	.video-float-center {
		text-align: center;
	}
		
		
	/* ----- Courthouse Image ----- */
	
	.jumbotron {
		height: 260px;
		background-position: center;
	}
	
	
	/* ----- Parks Activities ----- */
	
	
	.parks-jumbotron .parks-activities-text .btn {
		margin-top: 0px;
	}
	
	.parks-jumbotron p {
		font-family: 'Raleway', sans-serif;
		text-align: right;
		font-weight: 400;
	}
	
}



/* ------ MD and LG Devices ------ */

@media only screen and (min-width: 993px) {
	
	/* ----- Trending Topics ----- */
	

	.trending-topics {
		padding-left: 5px!important;
	}
	
	/* ----- Video Player ----- */
	
	.video-float-left {
		text-align: left;
	}
	
}


/* ------ XS Devices Only ------ */

@media only screen and (max-width: 767px) {

    .video {
        width: 100%;
        height: inherit !important;
        background-color: white;
        margin-bottom: -5px;
        object-fit: cover;
        position: relative;
    }

    .overlay p {
        padding: 0px;
    }

    .overlay {
        position: relative;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        margin-bottom: 4px;
    }

        .overlay .item:nth-child(1) {
            border-top: solid 5px #093c71;
            background-color: #093c71;
        }

        .overlay .item:nth-child(2) {
            border-top: solid 5px #fcb122;
            background-color: #fcb122;
        }

        .overlay .item:nth-child(3) {
            border-top: solid 5px #006e46;
            background-color: #006e46;
        }

        .overlay .item:nth-child(4) {
            border-top: solid 5px #093c71;
            background-color: #093c71;
        }

    .no-show {
        display:none !important;
    }

    .show {
        display:block!important;
    }


    .news-list li:nth-child(odd) {
       
        padding: 10px;
        margin-right: 0!important;
    }

    .news-list li:nth-child(even) {
       
        padding: 10px;
        margin-left: 0!important;
    } 
	
	/* ----- Parks Activities ----- */

	.parks-jumbotron {
		margin-bottom: 0px;
		background-image:url(/uploadedImages/Allegheny_Home/Dept_-_Content/Parks/homepage-parks-banner.jpg);
		background-position: 45% 77%;
		background-size: cover;
		background-repeat: no-repeat;
		height: 310px;
		padding-bottom: 50px;
	}

    .parks-activities-container {
		background-image: url(../images/parks-white-triangle-xsmall.png);
		background-repeat: no-repeat;
		background-position: center right;
	}

	.parks-activities-text {
		padding: 30px 15px 30px 20px;
	}

	.parks-jumbotron h2 {
		font-size: 30px;
 		padding-bottom: 5px;
	}

	
	.parks-jumbotron p {
		font-family: 'Raleway', sans-serif;
		text-align: right;
		font-weight: 400;
		font-size: 16px;
	}
	
	
	/* ----- Search Bar Section ----- */

    .search-bar-section {
        padding: 20px 0 20px 0;
        background-color: #000;
    }
	
	.search-bar-categories p a {
		font-size: 14px;
		letter-spacing: 0.03em;
	}
	
	.search-bar-section-links {
		margin-top: 20px;
	}
	
	
	/* ----- Trending Topics ----- */
	
	.topic-caption p {
		font-size: 20px !important; /* was 14px*/
		margin-left: 10px;
	}
	
	.topic-caption-margin-small p {
		margin-left: 15px;
	}
	
	.medium-arrow {
    	font-size: 18px; /*was 12px*/
	}

	
	/* ----- Latest News ----- */
	
	.latest-news h2 {
		font-size: 42px;
		margin-bottom: 40px;
	}

    .latest-news {
        padding: 15px;
    }

    .news-list {
        list-style: none !important;
        margin: 0 40px !important;
        width: 80%;
    }

	.latest-news-date {
		font-size: 12px;
	}

	.latest-news-title a {
		font-size: 16px;
	}
	
	
	
	/* ----- Featured Items ----- */


    .new-featured-items {
        padding: 15px 15px 10px 15px;
        margin: 0 50px;
    }
	
	.new-featured-item-button {
		margin-bottom: 40px;
	}
	
	.new-featured-title {
		height: 100%;
		padding: 5px 15px 10px 15px;
	}
	
	.new-featured-title h3 {
		font-size: 18px;
	}
	
	.new-featured-clearfix > *:nth-child(2n+3) {
		clear: left;
		margin-top: 20px;
	}
	
	
	/* ----- Video Player ----- */
	
	.video-player {
		padding: 15px 30px 40px 30px;
	}
	
	.video-player h2 {
		text-align: center;
		font-size: 42px;
	}
	
}



/* ------ SM Devices Only ------ */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
	
	/* ----- Search Bar Section ----- */
	
	.search-bar-triangle {
		position: absolute;
		left: 49%; 
		bottom: -15px;
		margin: -25px;
		z-index: 10;
	}
	
	
	/* ----- Trending Topics ----- */
	
	.topic-caption p {
		font-size: 16px;
		margin-left: 20px;
	}
	
	.topic-caption-margin-small p {
		margin-left: 25px;
	}
	
	.medium-arrow {
    	font-size: 14px;
	}
	
	
	/* ----- Parks Activities ----- */

	.parks-jumbotron {
		margin-bottom: 0px;
		background-image:url(/uploadedImages/Allegheny_Home/Dept_-_Content/Parks/homepage-parks-banner.jpg);
		background-position: 30% 77%;
		background-size: cover;
		background-repeat: no-repeat;
		height: 400px;
		padding-bottom: 50px;
	}

    .parks-activities-container {
		background-image: url(../images/parks-white-triangle-small.png);
		background-repeat: no-repeat;
		background-position: center right;
	}


	.parks-activities-text {
		padding: 30px 15px 30px 10px;
	}

	.parks-jumbotron h2 {
		font-size: 38px;
	}

	.parks-jumbotron p {
		font-size: 20px;
	}
	
	
	
	/* ----- Latest News ----- */
	
	.latest-news h2 {
		font-size: 52px;
		margin-bottom: 40px;
	}

    .latest-news {
        padding: 15px;
    }

	.latest-news-date {
		font-size: 11px;
	}

	/*.latest-news-title a {
		font-size: 20px;
	}*/
	
	
	/* ----- Featured Items ----- */
	
	.new-featured-items {
		padding: 60px 40px 0 40px;
	}
	
	.new-featured-item-button {
		margin-bottom: 60px;
	}
	
	.new-featured-title {
		height: 100%;
	}
	
	.new-featured-clearfix > *:nth-child(2n+3) {
		clear: left;
		margin-top: 10px;
	}
	
	.new-featured-title h3 {
		font-size: 20px;
	}
	
	
	/* ----- Video Player ----- */
	
	.video-player {
		padding: 25px 40px 60px 40px;
	}
	
	.video-player h2 {
		text-align: center;
		font-size: 52px;
	}
	
	.video-player .btn {
		margin-bottom: 30px;
	}
	
}


/* ------ MD Devices Only ------ */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	
	/* ----- Latest News ----- */


    .latest-news {
        padding: 15px;
    }

	.latest-news-date {
		font-size: 12px;
	}

	/*.latest-news-title a {
		font-size: 22px;
	}*/
	
	
	
	/* ----- Featured Items ----- */
	
	.new-featured-items {
		padding: 50px 30px 0 30px;
	}
	
	.new-featured-item-button {
		margin-bottom: 60px;
	}
	
	.new-featured-title {
		height: 100%;
		padding: 5px 35px 10px 35px;
	}

	.new-featured-title h3 {
		font-size: 22px;
	}
    .list {
        height: 250px;
    }


    
}


@media only screen and (max-width: 600px) {

    .bar {
     
    height: 300px;
    position: absolute;
    top: 4%;
    left: 50%;
    margin: 10px;
}

    .latest-news-title a {
        font-size: 14px !important;
    }


   .nomargin {
    /*margin-left:0!important;*/
    padding-left: 0!important;
}

    }

@media only screen and (max-width: 480px) {

    .news-list {
        list-style: none !important;
        margin: 0 5px !important;
        width: 100%;
    }

        .news-list a {
            font-size: 16px !important;
        }

    .topic-caption p {
        font-size: 12px !important;
    }

    .medium-arrow {
        font-size: 12px;
        display: none;
    }

    .fa-newspaper {
        display: none;
    }

    .fa-calendar-alt {
        display: none;
    }
}

@media only screen and (min-width:320px) and (max-width: 766px) {

    .list {
        height: auto; /*was 156px*/
    }
}



