/* Add your CSS here */
.languagePreference {
    font-family: Arial;
    font-size: 14pt;
}
.languagePreference [type="radio"]:checked + span:before {
    background: #43CFFB;
    box-shadow: 0 0 0 1px #808080;
}
.languagePreference [type="radio"] + span:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: -0.25em;
    border-radius: 1em;
    border: 1px solid #808080;
    box-shadow: 0 0 0 1px #808080;
    transition: 0.5s ease all;
}
.languagePreference .title {
    margin-left:5px;
}

/* Logo Height on Scroll */
.header.headhesive.headhesive--stick .logo img {
	/*height: 28px;*/
}

.Indicator-Required
{
    font-size: large;
    color:red;
    margin-right: 5px;
    left: -5px;
    position:absolute;
    top: 15px;
}

.SubTitleAlignDIV
{
    line-height: 60px;
}

.SubTitleAlignDIV span {
    vertical-align: middle;
}

.col-md-3-5
{
    width: 28%;
}
