body, html {
    color: #818992;
    font-size: 16px;
    font-family: 'Neue Helvetica W01';
}

h1, h2, h3, h4, h5, h6 {
    color: #061D49;
}

.navbar-brand, th, .nav-tabs>li>a {
    color: #a2a3a2;
}

.glazed-header .glazed-main-menu a.active, .glazed-header .glazed-main-menu a:hover, .glazed-header .glazed-main-menu a:focus {
  color: #a2a3a2;
  font-weight: bold;
  font-size: 18px
}

.glazed-header a {
  color: #a2a3a2;
  font-weight: bold;
  font-size: 18px
}

.glazed-header .glazed-main-menu a {
  color: #a2a3a2;
  text-decoration: none;
}

h2, h3, h4 {
    font-weight: bold;
}

.glazed-header {
  background-color: #ffffff !important;
}

.body--glazed-nav-desktop .glazed-header--top {
  /*
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5) !important;
  -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.5) !important;
  box-shadow: 0 5px 5px rgba(0,0,0,0.5) !important;
  */
}

.wrap-branding > .logo.navbar-btn > img {
  max-height:100px;
}

.zero-pad-container > .container {
  padding-left: 0px;
  padding-right: 0px;
}

.home-page-column {
    min-height: 445px;
}

.home-page-column p {
    line-height: 1.2;
}

.home-page-column-button {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

.home-page-column-button > button {
    border-radius: 5px !important;
    background-color: #6F2082;
}

.home-page-column P {
    color: #818892;
}

ul.menu.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    /* padding-right: 2%; */ /* 150px; */
    padding-right: 4px;
}

.glazed-header--top #glazed-main-menu .nav > li > a {
    font-size: 16px;
    height: 40px !important;
    line-height: 40px !important;
    letter-spacing: 2px;
}

ul li.leaf {
    height: 30px !important;
}

#navbar.glazed-header--hover-opacity .menu a.active-trail {
    border: 1px solid #a2a3a2;
    color: #a2a3a2;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#navbar .menu li.last.leaf a {
  border: 1px solid #a2a3a2;
  color: #a2a3a2;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 20px;
  opacity: 1.0;
}

a {
    text-decoration:none !important;
}

a p, a h4 {
    color: #2D3136;
}

a p:hover, a h4:hover {
    color: #000000;
}

.btn-default:hover {
    background-color: #6F2082;
}

.footer-container {
    font-size: 14px;
}

.glazed-footer.clearfix {
    /* background-color: #18415a; */
}

.glazed-footer .footer-container {
    padding-top: 0px;
    padding-bottom: 0;
}
.page-title-full-width-container {
    background-color: #18415a;
}

.glazed-footer {
    color: #a2a3a2;
}

.glazed-footer a {
    color: #a2a3a2;
    text-decoration: none;
}

.glazed-footer a:hover {
    color: #a2a3a2;
    text-decoration: underline;
}

.body--glazed-nav-desktop .glazed-header--top .nav > li {
  display: table;
  height: 100%;
  float: left;
}

img#logo {
    margin-left: 5%; /* 90px; */
}