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