nav#main .container ul li:nth-child(1) { display: none; }

nav#main .container ul li ul li:nth-child(1) {
    display: block;
}

#hero h2 { font-size: 26px; }

.learnmore:hover { color: #fff !important; }

@media only screen and (min-width: 992px) {
.top-bar a { color:#fff; }
.top-bar a:hover { color: #c1c1c1; }
.top-bar a:hover.twitter { color: #1DA1F2; }
.top-bar a:hover.facebook { color: #14267b; }
}

@media only screen and (max-width: 991px) {
.top-bar a.twitter { color: #1DA1F2 !important; }
.top-bar a.facebook { color: #3B5998 !important; }
.top-bar a:hover, .top-bar a:hover.twitter, .top-bar a:hover.facebook { color: #000 !important; }
}

.graphic-mobile { width: 300px; float: right; margin-right: 10px; margin-bottom: 10px; }
@media (max-width:481px) {
    .graphic-mobile { float:none !important; text-align:center !important; width: 100%; clear:both; }
}

.top-bar a.top-contact {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold !important;
    padding: 4px 8px;
    font-size: 11px !important;
	border: solid 1px #fff;
    color: #007069 !important;
    background: #fff;
	margin-right: 20px;
}
.top-bar a:hover.top-contact {
	background: transparent;
	color: #fff !important;
}

@media only screen and (max-width: 991px) {
.top-bar a.top-contact {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold !important;
    padding: 4px 8px;
    font-size: 11px !important;
	border: solid 1px #8cc9c9;
    color: #8cc9c9 !important;
    background: transparent;
	margin-right: 20px;
}
.top-bar a:hover.top-contact {
	background: #8cc9c9;
	color: #fff !important;
}
}

@media only screen and (max-width: 767px) {
.top-bar a.top-contact {
    margin-bottom: 20px;
    margin-right: 4px !important;
    width: 49%;
}
.top-bar a:hover.top-contact {
	background: #8cc9c9;
	color: #fff !important;
}
}
@media (min-width: 767px) and (max-width: 991px) {
    header .top-bar .header-phone a { font-size: 13px; }
    .top-bar a.top-contact { margin: 0 10px 0 0 !important; }
}

.heroDesc .learnmore { color:#fff; border-color: #fff; background: transparent;}
.heroDesc .learnmore:hover { color:#fff; border-color: #fff; background: transparent; opacity: 1; } 
.top-bar { height: 45px; }