.thisIsAPlaceholderClassThatPreventsTheReturnOfJavascriptEtcAboveThisFromBreakingTheFirstActualCssRule {
    color: bacon;
}

.mainContent h1,
.mainContent h2,
.mainContent h3,
.mainContent h4,
.mainContent h5,
unisyn-newsfeed h1,
unisyn-newsfeed h2,
unisyn-newsfeed h3,
unisyn-newsfeed h4,
unisyn-newsfeed h5 {
    color: rgba(68,68,68,1);
    font-weight: 100;
}

.mainContent h1,
unisyn-newsfeed h1 {
    font-family: 'Ubuntu';
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size:45px;
    line-height:50px;
}

.mainContent h2,
unisyn-newsfeed h2 {
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 45px;
}

.mainContent h3,
unisyn-newsfeed h3 {
    font-size: 28px;
    line-height: 34px;
}

.mainContent h4,
unisyn-newsfeed h4 {
    font-size: 22px;
    line-height: 28px;
}

.mainContent p,
unisyn-newsfeed p {
    font-size:15px;
    line-height:23px;
}

a, a:visited, a:hover {
    color: rgba(53,178,205,1);
}

#loginOverlay {
    background: rgba(53,178,205,1);
    opacity: 1;
    background-image: url('https://s3.amazonaws.com/unisyn-central-assets/siteAssets/35/inspire-northpointe-loginbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#loginFormContainer {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
}

#navContainer {
    background: #3ca6bb;
}

#cssmenu > unisyn-navigation-children > ul > li > a,
#cssmenu > ul > li > a {
    padding: 0.9em;
}

#cssmenu ul > li.active > a {
    color: #fff;
    font-weight: 700;
}

#cssmenu ul > li:hover > a {
    color: #fff;
    text-decoration: underline;
}

#cssmenu ul ul > li:hover > a {
    background: rgba(255,137,98,1);
    color: #fff;
}

#cssmenu ul ul {
    -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.25);
}

#cssmenu ul ul li a,
#cssmenu ul ul li {
    background: #fff;
    color: #636466;
}

.primaryColorButton,
#cssmenu .primaryColorButton,
.secondaryColorButton,
#cssmenu .secondaryColorButton {
    border-radius: 3px;
}

.primaryColorButton:hover,
#cssmenu .primaryColorButton:hover {
    background: rgba(255,137,98,1);
    color: #ffffff;
}

.footer {
    background: #f7f7f7;
}

.footerWrapper,
.footerWrapper a,
.footerWrapper a:visited,
.footerWrapper a:hover,
.footerBranding,
.footerBranding a,
.footerBranding a:visited,
.footerBranding a:hover {
    color: rgba(68,68,68,1);
}
