.entry-header .entry-meta { display: none; }

.entry-title { display:none; }

/* Vantage set menu font family and weight */

.main-navigation a {
font-family: "Helvetica Neue", Segoe UI, Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: normal;
font-size: 20px;
font-color:  #ffffff;
 }


.main-navigation {
    background: #001e3d;
}

/* Menu Padding Horizontal */

header#masthead.masthead-logo-in-menu .logo {
margin-left: -125px;
}

.main-navigation ul li a {
   padding-top: 22px;
   padding-bottom: 22px;
  margin-bottom: 0px;
}

/* Header Padding */

header#masthead .hgroup {
padding-bottom: -20px !important;
padding-top: 25px !important;
}

/* Footer Background Color */

#colophon {
	background: #001e3d;
}/* Footer Background Color */

#colophon {
	background: #001e3d;
}


.site-info, .site-content, #colophon > .menu, #footer-banner, #site-banner {
max-width: 1200px;
}

#main {
padding-top: 0px !important;
padding-bottom: 0px !important;
}


#masthead.masthead-logo-in-menu .logo {
  padding-top: 23px;
}


.panel-row-style {
  padding: 0px 0px !important;
}


/* Footer */

.layout-full #colophon {
padding-bottom: 20px !important;
padding-top: 2px !important;
}

/* Menu */

.main-navigation a {
color: #e2e2e2 !important;
}

.main-navigation ul li:hover > a {
background: #00448A !important;
color: #FFFFFF !important;
}

.main-navigation ul ul { background: #001e3d;  }
.main-navigation ul ul li:hover > a { background: 81d742; }


.main-navigation ul ul a {
   padding-top: 20px;
   padding-bottom: 20px;
font-family: "Helvetica Neue", Segoe UI, Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: normal;
font-size: 16px;
}

/* Mobile */

@media (max-width: 680px) {
h1.entry-title { font-size: 28px }
.entry-content p { font-size: 20px; }
}

/* Vantage Menu Item Padding */

.main-navigation ul li a { 
padding: 25px 30px;
}