b, strong {
    font-family: UniversLTPro-55Roman, arial, sans-serif;
    font-weight: 600;
}

.content-inner {
    padding-bottom: 0.5em;
}

.validation-summary-errors {
    color: #E8005A;
    background-color: #FFF;
    padding: 1em 2em 0.1em;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    background-color: #FFF;
}

.field-validation-error {
    background-color: #FFF;
    color: #E8005A;
    display: block;
    float: left;
    z-index: 1;
    margin: 0;
    padding: 7px 0;
    width: 100%;
    font-size: .75rem;
    position: relative;
}

.grey-shade .field-validation-error {
    background-color: inherit;
}

.custom-select .field-validation-error {
    position: absolute;
    left: 0;
    bottom: -25px;
}

.mandatory-field {
    color: red;
    font-size: 1.3rem;
    padding-left: 0.1rem;
    vertical-align: middle;
}

.optional-field {
    border: 1px solid #E8E8E8;
    border-radius: 15px;
    display: inline-block;
    padding: 0 0.4rem;
    background: #E8E8E8;
    margin-left: 10px;
    margin-top: 0;
    font-size: 0.85em;
    font-weight: normal;
}

.help-tip {
    position: relative;
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    margin-left: 5px;
    background-color: #e8095a;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    cursor: help;
}

.help-tip:after {
    content: '?';
    font-weight: bold;
    color: #fff;
}

.help-tip:hover span {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tip span {
    display: none;
    text-align: left;
    background-color: #e4e4e4;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 13px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
    left: 40px;
    top: -18px;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
}

.help-tip span:after {
    position: absolute;
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #e8095a;
    left: -10px;
    top: 23px;
}
