.color1txt{
    color: #00609c !important;
}

.color1border{
    border-color: #00609c !important;
}

.color1bg{
    background: #00609c !important;
}


.color2txt{
    color: #00609c !important;
}

.color2border{
    border-color: #00609c !important;
}

.color2bg{
    background: #00609c !important;
}

.topBanner {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    background: #00609c;
}

.mdl-navigation a:hover{
  color: #00609c !important;
}

.mdl-navigation .sub-menu li:hover{
  background: #00609c;
}

.sub-menu{
  padding: 0;
  border-top: 3px solid #00609c;
}

a{
  color: #00609c !important;
}


.vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
    background-color: #00609c;
}