
.Header__headerSecondary {
    align-items: stretch;
    justify-content: space-between;
    background-color: #204d77e3;
}

.commonStyles__headerTxt.Header__brandName{
    color: #204d77;
    font-size: 18px;
  margin-bottom: -22px;
}

.Header__brandLogo {
    max-height: 40px;
    max-width: 200px;
    min-height: 2.2rem;
    margin: 0 0.8rem 0 0;
}

.Header__brandLogoImg {
    max-height: 40px;
    max-width: 200px;
}

.Header__headerPrimary {
    padding: 1.6rem 0rem;
}
.FooterContainer__footerBottom {
    display: none !important;
}

.FooterContainer__footerSecondary {
    padding: 0px 0px !important;
}

.FooterContainer__footerTitle {
  font-size: 14px;  
  padding: 0.8rem 0rem;
}

.SignIn__column .SignIn__loginHalf:first-child {
display: none !important;
}

.Radiogroupalternate__radiobutton .Radiogroupalternate__radiolabel{
  
color: #8a8a8a;
}

.Radiogroupalternate__radiobutton [type=radio]:checked+.Radiogroupalternate__radiolabel {
    margin-bottom: 0.125rem;
    color: #fff;
    background-color: #3e6990;
    box-shadow: 0 0.125rem #254058;
    border-left-color: #254058;
}

.Radiogroupalternate__radiobutton .Radiogroupalternate__radiolabel:hover {
    color: #3f6990;
}

.Button__neutral, .UploadImage__uploadLabel {
    background-color: #73B540;
    color: #ffffff;
    box-shadow: 0 0.125rem #6d983b;
}

.Button__primary, .Button__flat {
    background-color: #73B540;
    color: #ffffff;
    box-shadow: 0 0.125rem #6d983b;
}

.Button__primary, .Button__flat {
    background-color: #73B540;
    color: #ffffff;
    box-shadow: 0 0.125rem #6d983b;
}

.big-btn.primary {
  background: #57ae46 !important;
  border-radius: 1.3125rem !important;
}
