/*
================================================================
All these styles were added to 
================================================================
*/

.wcm-meganav-link {
    margin-left: -45px;
    margin-bottom: -10px;
}

.dte-airshow {
    color: #50c8e8!important;
    padding-left: 20px; /* added this style to push off from left side */
    font-size: 0.7em; /* changed font size */
    padding-bottom: 20px; /* changed padding size */
}

.megaMenu a, .megaMenu a:visited {
    color: #ffffff;
    font-size: 0.75em; /* changed font size */
    text-decoration: none;
}

.megaMenu a:active,
.megaMenu a:hover {
	color: #f89728;
}

.megaMenu a:hover:before  {
	content: "\203A";
	color: #f89728;
	margin-right: 5px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 15px; /* changed padding size */
}

.megaMenu li {
    line-height: 1.7em;
    list-style: none;
    padding-left: 10px; /* added padding left */
}

.megaMenu h1 {
	font-weight: bold;
    font-size: 1em;
	text-transform: uppercase;
	color: #f89728;
	border-bottom: 1px solid #f89728;
	padding-bottom: 5px;
}

nav navbar-lg-adjust navbar-nav
{
    width: 960px;
}

<style>
    .morelink a {
    color: #004990;
    text-decoration: underline;
    }

    .morelink a:visited {
    color: #8c3b95;
    }
</style>

