.crmEntityFormView .section-title {
    font-size: 16px;
}

.navbar-static-top.navbar-inverse {
    background-color: #EB3300;
}

footer .footer-top {
    background-color: #768491;
}

footer .footer-bottom {
    background-color: #415463;
}

a[aria-label='Sign in']{
    display: none !important;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
    display: none;
}

.SegoeUIFont{
    font-family: Segoe UI;
    font-weight: lighter;
}
.UIMessage{
    font-size: 8pt;
    color: #eb3300;
}

h2.tab-title{
    font-family: Segoe UI;
    font-weight: lighter;
    font-size: 25.5pt;
}

.thankyou-title{
    font-size: 18pt;
    letter-spacing: .4px;
}

.italic{
    font-style: italic;
}

. {
    font-size: 12pt;
}

.dashed-border {
    border-bottom: 2px dashed black;
}

.weight500{
    font-family: Segoe UI;
    font-weight: 500;
}

.section-title{
    font-family: Segoe UI;
    font-weight: lighter;
}
a {
    text-decoration: underline;
}

.page_section .row {
    padding-top: 25px;
    padding-bottom: 25px;
}

.homebutton{
    text-align: center;
    background-color: #086896;
    border-radius: 10px;
    font-size: 14pt;
    color: white;
    padding: 1%;
}

.validators{
    display:none;
}