body, .siteforceThemeLayoutStarter {
    font-size: 16px !important;
    font-weight: 500;
    color: #141e28;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Base Lightning theme overrides for all viewports */

a:hover,
.forceCommunityRichText a:focus,
.forceCommunityRichText a:hover{
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6,
.body .forceCommunityRichText h1,
.body .forceCommunityRichText h2,
.body .forceCommunityRichText h3,
.body .forceCommunityRichText h4,
.body .forceCommunityRichText h5,
.body .forceCommunityRichText h6 {
    text-transform: uppercase;
    line-height: 1.3;
    color: #045ca7;
    padding-bottom: 10px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
}

h1,
.body .forceCommunityRichText h1 {
    font-size: 30px;
}

h2,
.body .forceCommunityRichText h2 {
    font-size: 26px;
}

h3,
.body .forceCommunityRichText h3 {
    font-size: 24px;
}

h4,
.body .forceCommunityRichText h4 {
    font-size: 22px;
}

h5,
.body .forceCommunityRichText h5 {
    font-size: 20px;
}

h6,
.body .forceCommunityRichText h6 {
    font-size: 18px;
}

.jepsonHomeHeader > ul > li:first-child,
.jepsonInnerHeader > ul > li:first-child {
    display: none;
}

.themeHeader {
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}

.forceCommunityThemeHeaderBase .themeBottomBorder {
    height: 0 !important;
}

.forceCommunityRichText a.slds-button_brand {
    color: #fff;
}

.slds-button_brand {
    border: none;
    border-radius: 0;
    font-size: 21px;
    background-color: rgb(4, 92, 167);
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding: .3em 1em;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    color: #fff;
}

.slds-button_brand:hover,
.slds-button_brand:focus {
    border: none;
    background-color: rgba(4, 92, 167, .75);
    color: #fff !important;
}

.slds-button_brand.grey {
    background-color: rgba(30 ,30, 30, 0.72);
    color: #fff;
}

.slds-button_brand.grey:hover,
.slds-button_brand.grey:focus {
    background-color: rgba(30 ,30, 30, 0.50);
}

.slds-button_brand.red {
    background-color: rgb(224, 43, 32);
    color: #fff;
}

.slds-button_brand.red:hover,
.slds-button_brand.red:focus {
    background-color: rgba(224, 43, 32, .72);
}

.slds-button_brand.lightblue {
    background-color: rgb(0, 149, 211);
    color: #fff;
}

.slds-button_brand.lightblue:hover,
.slds-button_brand.lightblue:focus {
    background-color: rgba(0, 149, 211, .72);
}

.slds-button_brand.orange {
    background-color: rgb(224, 153, 0);
    color: #fff;
}

.slds-button_brand.orange:hover,
.slds-button_brand.orange:focus {
    background-color: rgba(224, 153, 0, .72);
}

.forceCommunityThemeNav .uiMenuList {
    width: 300px !important;
}

.forceCommunityThemeNav .mainNavItem {
    padding-left: 40px !important;
}

.body .uiTabset--default .tabs__content {
    padding: 15px;
    border: 1px solid #eee;
}

.body .forceCommunityTabset .uiTabBar .uiTabItem .tabHeader {
    padding: 8px;
}

.body .uiTabset--default .tabs__item.active > a {
    border-color: rgb(4, 92, 167);
    color: #fff;
    background-color: rgb(4, 92, 167);
}

/* Base Lightning theme overrides for mobile viewports */

@media only screen and (min-width: 48em) {
    .forceCommunityThemeNav.jepsonInnerHeader.commThemeCmp .mainNavItem .linkBtn,
    .forceCommunityThemeNav.jepsonHomeHeader.commThemeCmp .mainNavItem .linkBtn,
    .comm-navigation__top-level-item-link {
        text-transform: uppercase;
        color: #045ca7 !important;
        font-size: 1.1rem;
        font-weight: 400;
        font-family: Helvetica, Arial, sans-serif;
    }

    .forceCommunityThemeNav.jepsonInnerHeader.commThemeCmp > ul > li.mainNavItem:nth-last-child(2) a.linkBtn,
    .forceCommunityThemeNav.jepsonHomeHeader.commThemeCmp > ul > li.mainNavItem:nth-last-child(2) a.linkBtn {
        background-color: #045ca7;
        color: #fff !important;
        border-radius: 3px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .5);
        padding-left: 10px;
        padding-right: 10px;
    }

    .forceCommunityThemeNav.jepsonInnerHeader.commThemeCmp .mainNavItem .linkBtn svg,
    .forceCommunityThemeNav.jepsonHomeHeader.commThemeCmp .mainNavItem .linkBtn svg {
        fill: #045ca7 !important;
    }
}

/* Custom CSS */

.center-footer .inner {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}

.center-footer .social {
    border: 1px solid #045ca7;
    text-align: center;
}

.center-footer .social-list {
    text-align: center;
    border-bottom: 1px solid rgba(4, 92, 167, 0.58);
    margin-bottom: 26px;
}

.center-footer .social-list li {
    display: inline-block;
    font-size: 1.7em;
    padding: 8px;
}

.center-footer .social-list li:before {
    content: '';
    display: none;
    margin-right: 0;
    text-align: right;
    white-space: nowrap;
    width: 0;
}

.center-footer .footer {
    background-color: #045ca7;
    color: #fff;
}

.center-footer .social h4,
.center-footer .footer h4 {
    font-size: 22px;
    font-weight: 400;
}

.center-footer .footer h4 {
    color: #fff;
}

.center-footer .footer a {
    color: #fff;
    text-decoration: underline;
}

.center-footer .footer .upper {
    padding: 4rem 0 2rem 0;
}

.center-footer .footer .upper a {
    text-decoration: none;
}

.center-footer .footer .upper a:hover {
    color: rgba(255,255,255,.7);
}

.center-footer .footer .upper ul {
    list-style-type: disc;
    padding-left: 0;
}

.center-footer .footer .upper li {
    margin-bottom: .5em;
    margin-left: 1rem;
    padding-left: 0;
}

.center-footer .footer .lower {
    padding: 2rem 0;
    background: rgba(0,0,0,0.2);
    text-align: center;
}

.center-footer .partner-box {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48%;
    display: inline-block;
    height: 111px;
    vertical-align: middle;
    margin: 5px 0;
}

.center-footer .partner-box a {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 100%;
    background: transparent;
    -webkit-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    transition: ease all 0.4s;
}

.center-footer .partner-box a:hover {
    background: rgba(255, 255, 255, 0.57);
}

.cNewsArticleDetail ul {
    list-style-type: disc;
    list-style-position: inside;
}

.cNewsArticleDetail ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.body .cHero.hero .description {
    font-size: 1.2rem;
}

.body .cHero.hero .slide .content h2 {
    font-size: 2rem;
}

@media only screen and (max-width: 600px) {
    .body .cHero.hero .description {
        font-size: 1.1rem;
    }

    .body .cHero.hero .slide .content h2 {
        font-size: 1.5rem;
    }

    .body .cHero.hero .slide .action .slds-button_brand {
        font-size: 1.2rem;
    }

    .center-footer .footer .lower {
        padding-bottom: 4rem;
    }
}