/*Transmission Programs or Projects*/

 #header-carousel {
    display: flex;
    width: 100%;
    height: 100%;
}
.carousel-inner .item {
    width: 100%;
    height: 100%;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.header-image .header-text {
    z-index: 9;
}
.header-image .header-text > h2 {
    font-family: 'proxima_novabold', sans-serif !important;
    font-size: 30px !important;
    color: #fff !important;
    text-shadow: 2px 1px 2px #505050 !important;
}
.header-image .header-text h4 {
    font-family: 'proxima_novabold', sans-serif;
    color: #f8a800;
    text-shadow: 2px 1px 2px #505050;
    margin-top: -8px;
}
.content-text.intro p:first-child {
    margin-top: 0;
}
a.learn-more {
    font-family: 'proxima_novabold', sans-serif;
    color: #06357c;
}
.carousel-content {
    padding: 0;
}
button.owl-prev {
    position: absolute;
    left: 0px;
    top: 45%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}
button.owl-next {
    position: absolute;
    right: 0px;
    top: 45%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 5px 0;
}
.owl-dots {
    display: none;
}
.owl-container {
    margin-top: 25px;
    text-align: center;
}
.owl-container .nav-tabs {
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
}
.owl-container ul {
    padding-left: 0;
}
.owl-carousel .owl-stage-outer {
    width: 74%;
    margin: 0 auto;
}
.owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 !important;
}
.owl-item {
    opacity: 0;
}
.owl-item.active {
    opacity: 1;
    width: auto !important;
    margin-right: 0 !important;
}
.nav-tabs {
    border-bottom: none;
}
.owl-item .item > li {
    border-radius: 50%;
}
.owl-item .item > li a {
    width: 56px;
    height: 56px;
    margin: 4px;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    display: table;
}
.owl-item .item > li.active > a, .owl-item .item > li.active > a:hover, .owl-item .item > li.active > a:focus {
    color: #fff;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
    background-color: transparent;
}
span.round-tabs {
    width: 56px;
    height: 56px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    font-size: 6.5px;
    font-family: 'proxima_novasemibold', sans-serif;
    padding: 0 6px; 
}
 
.owl-item li {
    border: 3px solid #fff;
}
.owl-item li.active {
    border: 3px solid #f8a800;
}
.owl-item li.active span.round-tabs {
    background-color: #f6a701 !important;
    color: #06357c; 
}
.tab-content {
    margin-top: 20px;
}
.tab-content h3, .carousel-content h3 {
    font-family: 'proxima_novabold', sans-serif;
    color: #06357c;
}
.tab-container-image {
   // border: 8px solid #c6c6c6;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
}
li::marker {
    content: '';
}
.map-image {
    height: 100% !important;
    padding-right: 13px;
	padding-top: 5px;
    padding-bottom: 5px;
}
.tab-container-image {
    background: url("/-/media/nypa/images/content-images/power/transmission-v3/Project-Page_Map-Background.jpg") no-repeat 50% 50%;
    background-size: cover;
} 
.overlay-content {
    width: 144px;
    position: absolute;
    right: -8px;
    background-color: #f8a800;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 3px 10px 15px;
    text-align: left;
	visibility: hidden;
}
.overlay-content h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.overlay-content ul {
    margin: 0;
    font-size: 16px;
    list-style: none;
}
.overlay-content ul li {
    line-height: 20px;
}
.overlay-content ul li::before, .tab-copy ul li::before {
    content: "\2022";
    color: #f8a800;
    font-weight: bold;
    display: inline-block;
    width: 0.7em;
}

.tab-copy {
    padding-left: 20px;
    border-left: 18px solid #f8a800;
    margin-top: 20px;
    text-align: left;
}
.tab-copy p {
    margin: 0 0 15px;
    line-height: 28px;
}
.tab-copy a {
    color: #fff;
}
.tab-copy > ul > li {
    color: #217aae;
}
.tab-copy .subtitle {
	display: inline;
}

.tab-copy .subtitle {
	display: inline;
	font: 30px 'proxima_novabold', sans-serif;
	color: #06357c; 
}.tab-copy .subtitle {
	display: inline;
	font: 30px 'proxima_novabold', sans-serif;
	color: #06357c; 
}
.btn-container .button-link, .btn-container .standard-margin {
    margin: 0;
    font-family: 'proxima_novabold', sans-serif;
}
.button-link {
    padding: 12px 0;
    width: 200px;
    background: #232c62;
}
.projects-dev {
    margin-top: 48px;
    padding-left: 43px;
}
@media only screen and (min-width: 375px) {
    button.owl-prev {
        width: 35px;
        height: 35px;
    }
    button.owl-next {
        width: 35px;
        height: 35px;
    }
    .owl-carousel .owl-stage-outer {
        width: 76%;
    }
    .owl-item .item > li a {
        width: 71px;
        height: 71px;
    }
    span.round-tabs {
        width: 71px;
        height: 71px;
    }
    span.round-tabs {
        font-size: 8.5px;
    }
    .tab-container-image {
        height: 165px;
    }
    .map-image {
        height: 95% !important;
    }
    .overlay-content {
        padding: 15px 5px 15px 15px;
    }
}
@media only screen and (min-width: 390px) {
    .owl-carousel .owl-stage-outer {
        width: 72%;
    }
    .tab-container-image {
        height: 185px;
    }
}
@media only screen and (min-width: 414px) {
    .owl-item .item > li a {
        width: 82px;
        height: 82px;
    }
    span.round-tabs {
        width: 82px;
        height: 82px;
    }
    span.round-tabs {
        font-size: 10px;
    }
    .owl-carousel .owl-stage-outer {
        width: 76%;
    }
    .tab-container-image {
        height: 205px;
    }
}
@media only screen and (min-width: 450px) {
    .owl-carousel .owl-stage-outer {
        width: 72%;
    }
    .tab-container-image {
        height: 225px;
    }
}
@media only screen and (min-width: 500px) {
    .owl-carousel .owl-stage-outer {
        width: 79%;
    }
    .owl-item .item > li a {
        width: 105px;
        height: 105px;
    }
    span.round-tabs {
        width: 105px;
        height: 105px;
    }
    span.round-tabs {
        font-size: 12px;
    }
    .tab-container-image {
        height: 265px;
    }
}
@media only screen and (min-width: 550px) {
    .owl-carousel .owl-stage-outer {
        width: 72%;
    }
    .map-image {
        padding-right: 30px;
    }
    .overlay-content {
        width: 220px;
        padding: 15px 5px 15px 15px;
    }
    .overlay-content ul li {
        line-height: 30px;
    }
    .overlay-content h3 {
        font-size: 26px;
    }
    .overlay-content ul {
        font-size: 22px;
    } 
	.tab-copy > ul {
		font-size: 30px;
		list-style: none;
		padding-left: 0;
	}
	.tab-copy > ul > li {
		line-height: 30px;
	}
}
@media only screen and (min-width: 600px) {
    .owl-carousel .owl-stage-outer {
        width: 78%;
    }
    .owl-item .item > li a {
        width: 130px;
        height: 130px;
    }
    span.round-tabs {
        width: 130px;
        height: 130px;
    }
    span.round-tabs {
        font-size: 15px;
    }
    .tab-container-image {
        height: 280px;
    }
}
@media only screen and (min-width: 650px) {
    .owl-carousel .owl-stage-outer {
        width: 72%;
    }
    .tab-container-image {
        height: 315px;
    }
}
@media only screen and (min-width: 700px) {
    .owl-carousel .owl-stage-outer {
        width: 66%;
    }
    .tab-container-image {
        height: 350px;
    }
}
@media only screen and (min-width: 768px) {
    .header-image .header-text > h2 {
        font-size: 45px !important;
    }
    .carousel-content {
        padding: 30px 30px 0;
    }
    .owl-carousel .owl-stage-outer {
        width: 77%;
    }
    .header-text p {
        font-size: 32px;
    }
    button.owl-prev {
        width: 50px;
        height: 50px;
    }
    button.owl-next {
        width: 50px;
        height: 50px;
    }
    .bi-chevron-right, .bi-chevron-left {
        font-size: 40px;
    }
    li.active {
        border: 6px solid #f8a800;
    }
    .owl-item .item > li a {
        width: 110px;
        height: 110px;
    }
    span.round-tabs {
        width: 110px;
        height: 110px;
    }
    span.round-tabs {
        font-size: 13px;
    }
    .tab-content {
        margin-top: 30px;
    }
    .tab-container-image {
        height: 255px;
    }
}
@media only screen and (min-width: 800px) {
    .owl-carousel .owl-stage-outer {
        width: 74%;
    }
}
@media only screen and (min-width: 860px) {
    .owl-carousel .owl-stage-outer {
        width: 78%;
    }
    .owl-item .item > li a {
        width: 130px;
        height: 130px;
    }
    span.round-tabs {
        width: 130px;
        height: 130px;
    }
    span.round-tabs {
        font-size: 16px;
    }
    .tab-container-image {
        height: 300px;
    }
}
@media only screen and (min-width: 920px) {
    .owl-item .item > li a {
        width: 140px;
        height: 140px;
    }
    span.round-tabs {
        width: 140px;
        height: 140px;
    }
    span.round-tabs {
        font-size: 16px;
    }
    .tab-container-image {
        height: 350px;
    }
}
@media only screen and (min-width: 950px) {
    .owl-carousel .owl-stage-outer {
        width: 76%;
    }
}
@media only screen and (min-width: 992px) {
    .owl-carousel .owl-stage-outer {
        width: 87%;
    }
    .owl-item .item > li a {
        width: 115px;
        height: 115px;
    }
    span.round-tabs {
        width: 115px;
        height: 115px;
    }
    span.round-tabs {
        font-size: 14px;
    }
    .tab-container-image {
        height: 380px;
    }
    .map-image {
        padding-right: 30px;
    }
    .overlay-content {
        width: 320px;
        padding: 25px 10px 25px 25px;
    }
    .overlay-content h3 {
        font-size: 36px;
    }
    .overlay-content ul {
        font-size: 26px;
    }
    .tab-copy p {
        width: 80%;
    }
}
@media only screen and (min-width: 1100px) {
    .owl-item .item > li a {
        width: 125px;
        height: 125px;
    }
    span.round-tabs {
        width: 125px;
        height: 125px;
    }
    span.round-tabs {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .owl-item .item > li a {
        width: 140px;
        height: 140px;
    }
    span.round-tabs {
        width: 140px;
        height: 140px;
    }
    span.round-tabs {
        font-size: 17px;
    }
    .tab-container-image {
        height: 450px;
    }
    .map-image {
        height: 95% !important; 
    }
    .overlay-content {
        width: 425px;
        padding: 40px 10px 40px 40px;
    }
    .overlay-content h3 {
        font-size: 45px;
    }
    .overlay-content ul {
        font-size: 30px;
    }
    .tab-copy p {
        width: 80%;
    }
}
@media only screen and (min-width: 1300px) {
    .owl-item .item > li a {
        width: 140px;
        height: 140px;
    }
    .owl-carousel .owl-stage-outer {
        width: 87;
    }
}
@media only screen and (min-width: 1350px) {
 
    span.round-tabs {
        font-size: 17px;
    }
    .tab-container-image {
        height: 550px;
    }
    .header-image {
        height: 545px !important;
    }
}
@media only screen and (min-width: 1600px) {
    .tab-container-image {
        height: 550px;
    } 
    .overlay-content {
        width: 500px;
    }
}
@media only screen and (min-width: 1650px) {
    .tab-container-image {
        height: 600px;
    }
}
@media only screen and (min-width: 1800px) {
    .tab-container-image {
        height: 650px;
    }
}
