﻿.color1txt{
    color: #CE4A43 !important;
}

.color1border{
    border-color: #CE4A43 !important;
}

.color1bg{
    background: #CE4A43 !important;
}


.color2txt{
    color: #A9338A !important;
}

.color2border{
    border-color: #A9338A !important;
}

.color2bg{
    background: #A9338A !important;
}

.topBanner {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    background: #a9338a;
    background: -webkit-linear-gradient(left, #a9338a , #ce4a43);
    background: -o-linear-gradient(right, #a9338a, #ce4a43);
    background: -moz-linear-gradient(right, #a9338a, #ce4a43);
    background: linear-gradient(to right, #a9338a, #ce4a43 );
}


.mdl-navigation a:hover{
  color: #A9338A !important;
}

.mdl-navigation .sub-menu li:hover{
  background: #A9338A;
}

.sub-menu{
  padding: 0;
  border-top: 3px solid #A9338A;
}

a{
  color: #A9338A !important;
}


.vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
    background-color: #A9338A;
}