.inputwrap {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.inputwrap input {
    width: 95%;
    padding-left: 10px;
    height: 35px;
    margin-bottom: 15px;
}
.inputwrap:last-child {
    width: 100%;
}
.inputwrap button {
    width: 60%;
    background: #3f96ff;
    color: #fff;
    border: none;
    padding: 10px 0px;
    box-shadow: 0px 0px 2px #504d4d;
}
div#popup h3 span {
    display: block;
    color: #4096FC;
    font-size: 22px;
}

div#popup h3 {
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 35px;
    font-size: 26px;
    margin-top: 40px;
}

.mypopupwrap .fancybox-skin {
    background: url(https://static.mywebsites360.com/a03ee9cb790446319399c6ea3f37d493/i/ab2eaabaeafd42ec9e4958f785db8aaa/1/GCuCv726gZycFxatXpZuhn/Wave.jpg);
    border: 5px solid #3f96ff;
}


/*custom hero*/
.hero-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 170px 0 310px;
}

.hero-inner .hero-sec {
    flex-grow: 1;
}
.hero-inner .hero-sec:first-of-type {
    flex-grow: 2;
}

.hero-inner .hero-sec:last-of-type {
    max-width: 33%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.75);
    margin: 0 15px;
}

.hero-sec h2 {
    font-size: 55px;
    color: black;
    font-family:abriltextsemibold,"Courier New",Courier,monospace;
    text-transform: uppercase;
}

.hero-sec h3 {
    color: black;
    font-size: 22px;
    font-family:abriltextsemibold,"Courier New",Courier,monospace;
    text-transform: uppercase;
}

.hero-sec p {
    color: black;
    font-size: 30px;
}

@media screen and (max-width: 767px){
    .hero-wrap {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
        }
    .hero-inner{
        flex-direction: column;
        padding: 50px 15px;
        }    
    .hero-inner .hero-sec:last-of-type {
        margin-top: 20px;
        max-width:100%;   
    }

    .hero-sec h2 {
        font-size: 35px;
        display: none;
    }
    .hero-sec p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    /* Footer on Mobile */
    .mobileFooterContainer {padding-bottom: 50px !important;}}
    
    
    /* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}