#hero .backArrow, #hero .forwardArrow {
   display: none;
}
#hero .heroOverlay {
    background-color: rgba(14, 26, 64, 0.4);
}
#hero p {
    font-size: 75px !important;    
    color: #ffffff;
    text-align: center !important;
    font-family: Tahoma, sans-serif !important;
    font-weight: bold;
}
#hero h2 {
   display: none !important;
}
#hero img {
  display: none !important;
}
.heroDesc {
   width: 100% !important;
}
.heroDesc .learnmore {
    border-color: #ffffff;
    border-width: 2px;
    background: rgba(14, 26, 64, 1);
    position: relative; 
    left: 40%;
    z-index: 0;
    overflow: hidden;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.heroDesc .learnmore:hover {
background: rgba(14, 26, 64) !important;
}
@media (min-width: 992px) {
#hero, #hero .heroOverlay {
    min-height: 700px;
}
}
@media only screen and (min-width: 1200px) {
.heroDesc {
    position: absolute;
    left: 0;
    top: 28%;
    padding: 0px 250px !important;
}
}