h1 {
    color: #FFFFFF;
    line-height: 1.2;
    font-family: 'Signika';
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

h2 {
    color: #464647;
    line-height: 1.2;
    font-family: 'Signika';
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

h4 {
    color: #464647;
}

body {

    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    color: #464647;
}

#header .header-logo {
    margin: 8px 0;
    margin: 1rem 0;
    position: relative;
    z-index: 1;
}

p {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
    color: #464647;
}

#footer p {color: #9c9c9c;}

.lead {
    letter-spacing: normal !important;
    font-size: 19.2px;
    font-size: 1.2rem;
    color: #464647;
}

@media (max-width: 991px) {
    #header .header-logo img {
        width: 275px;
        height: 82px;
    }
}


ul, ol {font-size: 14px;
    font-weight: 300;
  
    color: #464647;}

#header .header-body {

    background-color: #F7f7f7;
}

#header .header-nav-main nav>ul>li {
    padding: 32px;
}



.boxlink {
    text-decoration: none;
    cursor: pointer;
}

.nav-active-style-1 {
    min-height: 50px;
    align-items: center;
    padding: 15px;
}

a:visited {
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}


a:active {
    text-decoration: none;
}

.toggle-title {
    font-size: 16px;

}

.toggle-content {
    padding-bottom: 25px;
}




.disclosureanchor {
    cursor: pointer;
    color: #464647;
    text-decoration: none !important;
}

.disclosureanchor:hover {
    cursor: pointer;
    color: #464647;
    text-decoration: none !important;
}

.nav-link:hover {color: #223c62!important;}


.nav-link.active {color: #223c62!important;}

.btn-primary {
    background: #fcd800 !important;
    color: #000 !important;
    font-family: 'Signika', sans-serif;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 3.125rem;
    padding: 1rem 1.625rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
        background: transparent;

    }
     #header .header-nav.header-nav-line nav > ul:not(:hover) li > a {
        background: transparent;

    }

#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        font-family:'Signika', Arial, Helvetica, sans-serif;
        font-size: 18px;
    }

 /* REMOVING BOTTOM LINE ACTIVE STATE FOR NAVIGATION */   
    #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
		
		height: 0px;
		
	}
nav-link .active {color: #223c62; }
@media (max-width: 991px) {
    .contentuppermargin {
        padding-top: 0px !important;
    }

    p {
        font-size: 16px;

    }

    h4 {
        font-size: 18px;
    }

    ol li {
        font-size: 16px;
    }

    ul li {
        font-size: 16px;
    }

    .popup-external {
        width: 200px;
    }
    .faqnav {padding-bottom: 20px;}
}


/* CUSTOM BREAKPOINT FOR NAV PADDING */
@media (max-width: 1200px) {
    #header .header-nav-main nav>ul li {
        padding: 12px;
    }
}



@media (max-width: 500px) {
    .heroimage {
        padding-top: 0px !important;
        margin-top: -50px;

    }

    .heroheading {
        font-size: 25px !important;
        line-height: 1.2;

    }
}

.icontextsmall {
    font-size: 11px;
    line-height: 1.3 !important;
    color: black;
    margin-bottom: 0px;
    padding-bottom: 4px;
    text-decoration: none;
}

.icontextsmall:hover {
    text-decoration: none;
}



.icon-featured {
    background-color: #406eb3;
}