@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&:400,100italic,100,300,300italic,400italic,500,500italic,600,600italic,700,700italic,900,900italic);


.banner-wrapper {
    position: relative;
    height: 400px;
}


#banner-image{
    height: 400px;  
    background-color: #777;
}
#banner-image img{  
    background-color: #003F88;
    width: 100%;
    height: 400px;
    object-fit: cover;
    opacity: 0.9;
   
}
#banner-btn{
    
    padding: 15px 60px 15px 20px;
   
     background-image: url("/departments/pnv/Forward-Dallas/PublishingImages/Icons/Play%20Button%20Icon.svg") ;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-top: 30px;
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);

}

/*
#banner-subtitle {
    position: relative;
    margin-top: -350px;
    color: #fff;
    text-align: left;
    height: 350px;
}*/
#banner-subtitle {
    position: absolute;
    color: #fff;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}
#subsite-title{
    display: flex;
}
#subsite-title img {
     height: auto;
    padding-left: 0;
}

#subtitle-desc p{
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 2.3em;
    line-height: 1.2em;
    height: auto;
    width: 60%;
    font-family: 'Bebas Neue';
    font-weight: 400;
    margin-top: 15px;
}

#explore {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100px;
    display: inherit;
    left: 48%;
}

#banner-image::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(0,27,59);
    background: linear-gradient(90deg, rgba(0,27,59,0.8) 15%, rgba(33,150,243,0.4) 125%);
    display: block;
    width: 100%;
    height: 100%;
    pointer-events:none;
    z-index: 0;
}
#banner-image a{
    z-index: 3;
}

#explore .scroll-down {
    background: url(/PublishingImages/style-library/scroll-down-arrow.png);
    width: 80px;
    height: 80px;
    display: block;
    opacity: 1;
    margin: 0 auto;
}

#ctl00_PlaceHolderMain_ctl00_ctl00_RichImageField_EmptyPanel{
    display: block !important;
}
.font-bebas{
    font-family: 'Bebas Neue';
}
.section-header{
    font-family: 'Bebas Neue';
    font-size: 34px;
    text-transform: uppercase;
    padding: 15px;
    margin: 0;
    text-align: center;
}
#dch-customizable-page .section{
 height: auto;
 padding: 50px 20px;

}

.text-blue{
    color:#001B3B !important;
}
.modal-header{
    border-bottom: none;
}
#fd-video-modal button.close{
  font-size: 40px;
  color: #fff;
  position: relative;
  top: -10px;
  left: 100px;
}
.modal-dialog {
    position: relative;
    top: 15%;
  }
.modal-content{
  background-color: rgb(40,40, 40);
}
#sub-navigation{
    text-align: center;
}
#sub-navigation .container{
    margin: 0 auto;
}



.dch-button{
  display: inline-block;
  text-align: center;
  line-height: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  font-size: 20px;
  padding: 15px 25px;
  border-radius: 4px;
  font-weight: normal;
  font-family: 'Roboto';
  border: none;
  margin: 0;
}
.dch-button:hover{
     font-family: 'Roboto';
}

.button-white,
.button-white:visited{
  background-color: #fff;
  color:#003F88;
}
.button-white:hover{
  background-color: #e7e7e7;
  color:#003F88;
}

.button-light-green,
.button-light-green:visited {
    background-color: #04C585;
    color: #001B3B;
}

.button-light-green:hover{
  background-color: #02db88;
  color:#003F88;
}

.button-orange,
.button-orange:visited {
    background-color: #FFB333;
    color: #000;
}

.button-orange:hover{
  background-color: #ff8e17;
  color:#000;
}

.button-green,
.button-green:visited {
    background-color: #669900;
    color: #fff;
}

.button-green:hover{
  background-color: #12571c;
  color:#fff;
}


.button-blue,
.button-blue:visited {
    background-color: #0157B1;
    color: #fff;
}

.button-blue:hover{
  background-color: #0144c6;
  color:#fff;
}

.button-dark-blue,
.button-dark-blue:visited {
    background-color: #003f88;
    color: #fff;
}

.button-dark-blue:hover{
  background-color: #00298d;
  color:#fff;
}

.button-darker-blue,
.button-darker-blue:visited {
    background-color: #001B3B;
    color: #fff;
}

.button-darker-blue:hover{
  background-color: #002b5a;
  color:#fff;
}


@media screen and (max-width: 991px){
#deptMenu a#dept-menu-header {   
    padding: .5em 10px;
}

}
@media screen and (max-width: 768px){

#subsite-title img {
    height: 60px;
}
#explore {
    position: absolute;
    bottom: 0;
    text-align: center;
    display: inherit;
    left: 44%;
}
}
@media screen and (max-width: 520px){
.col-xxs-12{
    width: 100%;
}
.col-xxs-9{
    width: 75%;
}
.col-xxs-6{
    width: 50%;
}
.col-xxs-4{
    width: 33%;
}
.col-xxs-3{
    width: 25%;
}
.col-xxs-2{
    width: 16.7%;
}
#subsite-title img {
    height: 50px;
}
#subtitle-desc p{
   width: 75%;
}
#banner-subtitle {
    position: absolute;
    color: #fff;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}


#banner-btn {
    margin-top: 15px;
}
#explore {
    position: absolute;
    bottom: 0;
    text-align: center;
    display: inherit;
    left: 40%;
}


}
