/*Transmission Overview*/

.no-padding {
    padding: 0;
}
#headerVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-text > p > img {
    width: 100% 
}
.header-image .header-text {
    width: 87%;
    position: absolute;
    left: auto;
    right: 5px;
    bottom: 5px;
    padding: 0;
    z-index: 9;
}
.header-image .header-text > h3 {
    font-family: 'proxima_novabold', sans-serif !important;
    font-size: 40px !important;
    color: #fff !important;
    text-shadow: 2px 1px 2px #505050 !important;
}
.header-image .header-text h3 span {
    font-family: 'proxima_novabold', sans-serif;
    color: #f8a800;
    text-shadow: 2px 1px 2px #505050;
    margin-top: 8px;
}
.header-image::before {
    content: none !important;
    background: none !important;
}
.header-image::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    
}
.equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.equal-height h3 {
    font-family: 'proxima_novabold', sans-serif;
    color: #0b5584;
	text-align: center;
}
.equal-height:nth-child(even), .equal-height:nth-child(even) .image-source {
    background-color: #f6f6f6;
}
.equal-height:nth-child(odd) .content-text {
    padding-left: 15px;
    padding-right: 15px;
}
.equal-height:nth-child(even) .content-text {
    padding-left: 15px;
    padding-right: 15px;
}
.equal-height:not(:first-child), .equal-height:not(:first-child) .content-text {
    margin-top: 20px;
    margin-bottom: 20px;
}
.image-source {
    width: 100%;
    height: 100px;
}
.overview-map {
	height: auto;
	width: auto !important;
}
@media only screen and (min-width: 375px) {
    .header-image .header-text {
        width: 75%;
    }
}
@media only screen and (min-width: 768px) {
    .header-image .header-text {
        width: 385px;
        position: absolute;
        right: 5%;
        bottom: 5%;
    }
    .header-image .header-text > h2 {
        font-size: 45px !important;
    }
    .header-image .header-text h4 {
        width: 87%;
    }
    .equal-height {
        align-items: center;
        margin-left: 0;
    }
    .equal-height:nth-child(odd) .content-text {
        padding-left: 25px;
    }
    .equal-height:nth-child(even) .content-text {
        padding-right: 25px;
    }
    .image-source {
        height: 115px;
        margin: 30px 0;
    }
}
@media only screen and (min-width: 992px) {
    .header-image .header-text {
        width: 430px;
    }
    .header-image .header-text h4 {
        width: 78%;
    }
    .image-source {
        height: 160px;
    }
}
@media only screen and (min-width: 1200px) {
    .header-image .header-text {
        width: 450px;
        bottom: 8%;
    }
    .header-image .header-text h4 {
        width: 75%;
    }
    .image-source {
        height: 230px;
    }
}
