html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    background: none;
    border: none;
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff url(images/bg.jpg) center top no-repeat;
    background-size: 100%;
    color: #000;
    font-family: 'Spartan', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}

.clearfix::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.nobr {
    white-space: nowrap;
}

*::selection {
    background: #01449F;
    color: #fff;
}

b,
strong {
    font-weight: 600;
}

a,
a:visited {
    color: #01449F;
}

a:hover {
    color: #019f6a;
}

.center {
    text-align: center !important;
}

#header {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 999;
}



#bfund_icon {
    position: relative;
    left: 33px;
    top: 33px;
    height: 40px;
    display: inline-block;
}

#bfund_icon img {
    height: 40px;
}

#header label,
#header input {
    display: none;
}

#nav {
    position: absolute;
    top: 33px;
    right: 33px;
    z-index: 200;
}

#nav a,
#nav a:visited,
.btn,
.btn:visited {
    display: inline-block;
    border: 3px solid #01449F;
    border-radius: 50px;
    background: rgba(255, 255, 255, .7);
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 14px 17px 10px 17px;
    margin: 5px;
    transition: box-shadow .23s ease, background-color .23s ease, color .23s ease;
}

#nav a:hover,
.btn:hover,
#nav a.active,
.btn.active {
    box-shadow: 0px 0px 23px rgba(124, 153, 191, .2);
    background: #01449F;
    color: #fff;
}

#login,
#login:hover {
    border: 3px solid #68f7f7 !important;
    color: #000 !important;
    background: #68f7f7 url(images/login.svg) 13px 10px no-repeat !important;
    background-size: 20px !important;
    padding-left: 34px !important;
}

#login:hover {
    box-shadow: 0px 0px 23px rgba(104, 247, 247, .5) !important;
}

#homepage {
    width: 100%;
    max-width: 1400px;
    padding-top: 250px;
    margin: 0 auto;
    position: relative;
}

#page {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding-top: 100px;
}

h1 {
    text-align: center;
    padding: 40px 0 0 0;
    margin-bottom: 50px;
}

h1 img {
    max-width: 600px;
    width: 90%;
}

#lead {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #01449F;
    margin-bottom: 50px;
}

#smallnav a {
    font-size: 16px !important;
}

h2,
h3 {

    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    color: #01449F;
}

h3 {
    font-size: 20px;
}

h4 {
    font-weight: bold;
}

hr {
    height: .5px;
    background: #68f7f7;
    margin: 50px auto;
    border: 0;
    width: 40%;
}

hr.big {
    background: #01449F;
    margin: 100px auto;
    width: 80%;
}

hr.small {
    margin: 20px auto;
    width: 20%;
}

.two>div,
.three>div,
.four>div {
    width: calc(100% / 2);
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

.three>div {
    width: calc(100% / 3);
}

.four>div {
    width: calc(100% / 4);
}

.two div,
.three div,
.four div {
    text-align: center;
    position: relative;
}

.content .two div {
    text-align: justify;
    padding: 0;
    font-size: 90% !important
}

.content .two.center div {
    text-align: center !important
}

.content .two div p {
    font-size: 90% !important;
    margin: 0;
}

.content .two div:first-child {
    padding-right: 20px;
}

.content .two div:last-child {
    padding-left: 20px;
}

.content .two.profile div img {
    width: 50%;
}

#homepage .three>div>img {
    width: 120px;
}

#homepage .three>div {
    line-height: 40px;
}

#homepage .three>div>p {
    height: 150px;
}

#homepage h2,
#homepage h3 {
    margin-bottom: 0;
    margin-top: 20px;
}

.content {
    width: 100%;
    max-width: 860px;
    text-align: justify;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 auto;
}

.content p,
.content li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.content h2,
.content h3 {
    text-align: left;
    margin-bottom: 20px;
}

table,
td {
    border: 1px solid #ddd;
}

td {
    padding: 10px;
}

table p {
    margin: 0;
}

ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 20px;
}

.indent50 {
    padding-left: 50px;
}

label {
    font-weight: bold;
}

input:not([type="submit"]),
textarea {
    border: 2px solid gray;
    border-radius: 5px;
    background: white;
    padding: 10px;
    font-family: 'Spartan', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box;
}

input:focus,
textarea:focus {
    border-color: black;
    outline: none;
}

input[type="submit"] {
    cursor: pointer;
}



#cta {
    background: #1E3769 url(images/bg_cta.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px;
    margin: 50px 0 0 0;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

#cta p {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

#cta .btn {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    border: 6px solid #68f7f7 !important;
    background: none;
    padding: 26px 29px 22px 29px;
}

#cta .btn:hover {
    box-shadow: 0px 0px 23px rgba(104, 247, 247, .5);
    background: #68f7f7;
    color: #000;
}

.icon {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    transform: translateY(5px);
}

.loc {
    background-image: url(images/loc.svg);
}

.tax {
    background-image: url(images/tax.svg);
}

.reg {
    background-image: url(images/reg.svg);
}

.tel {
    background-image: url(images/tel.svg);
}

.email {
    background-image: url(images/email.svg);
}

#content {
    width: 100%;
    max-width: 800px;
    text-align: justify;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
}

p {
    margin-bottom: 15px;
}

.download {
    clear: both;
    border-bottom: 1px solid #01449F;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.dl_title {
    font-weight: bold;
    float: left;
}
.dl_title_small {
    font-style: italic;
    float: left;
	font-size: 12px;
}

.dl_button {
    float: right;
}

#footer {
    padding: 13px;
    font-size: 13px;
    text-align: center;
    background: linear-gradient(0deg, #e6e6e6, #ffffff);
}

#footer .two>div {
    text-align: left;
}

#footer .two>div:last-child {
    text-align: right;
}

#footer .btn {
    font-size: 13px;
    text-align: center;
    width: 220px;
    padding: 10px 10px 6px 10px;
}

#footer #bfund_icon {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: 10px 0;
    height: 30px;
}

#footer #bfund_icon img {
    height: 30px;
}


#copyright {
    color: gray;
    font-size: 12px;
}

@media screen and (max-width: 767px) {

    body {
        font-size: 16px;
        line-height: 23px;
        background: #fff url(images/bg_mobile.jpg) center top no-repeat;
        background-size: 100%;
    }

    #header label {
        display: block;
        position: absolute;
        z-index: 999;
        top: 33px;
        right: 33px;
        height: 40px;
        width: 40px;
        border: 2px solid #01449F;
        border-radius: 6px;
        padding: 6px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, .7);
        cursor: pointer;
        transition: all .3s ease;
    }

    #header label div {
        background: #01449F;
        width: 100%;
        height: 2px;
        position: relative;
        box-sizing: border-box;
        transition: all .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transform-origin: center;
    }

    #header label div:nth-child(1) {
        top: 3px;
    }

    #header label div:nth-child(2) {
        top: 10px;
    }

    #header label div:nth-child(3) {
        top: 17px;
    }

    #header label.toggled div {
        opacity: 0;
    }

    #header label.toggled div:nth-child(1) {
        transform: rotate(45deg) translate(7px, 6px);
        opacity: 1;
    }

    #header label.toggled div:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
        opacity: 1;
    }

    #header input:checked+div {
        transform: translateX(0%);
        box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    }

    #nav {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 10%;
        box-sizing: border-box;
        background: rgba(255, 255, 255, .9);
        position: fixed;
        transform: translateX(-100%);
        transition: transform .3s;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: normal;
        align-items: center;
    }

    #nav a {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        margin: 20px;
    }


    #homepage {
        padding-top: 50px;
    }

    #page {
        padding-top: 0;
    }

    h1 {
        margin-bottom: 20px;
    }

    .btn {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0px;
    }

    .two>div,
    .three>div {
        width: 100%;
        float: none;
        height: auto !important;
    }

    #homepage .three>div>img {
        width: 100px;
    }


    #lead {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }

    #cta {
        padding: 20px;
        margin: 0px 0 0 0;
        font-size: 18px;
        line-height: 26px;
    }

    #cta .btn {
        font-size: 14px;
        line-height: 14px;
        border: 3px solid #68f7f7 !important;
        padding: 14px 17px 10px 17px;
    }

    h2,
    h3 {
        font-size: 18px;
    }

    #homepage h2,
    #homepage h3 {
        margin-top: 0;
    }

    #homepage .three>div {
        line-height: 25px;
        padding: 10px;
    }

    #homepage .three>div>p {
        height: auto;
    }

    #homepage .btn {
        margin-bottom: 50px;
    }

    #footer {
        padding: 20px;
        font-size: 12px;
    }

    #footer .two>div {
        padding: 0;
    }

    #footer .two>div:last-child {
        text-align: center;
        padding-top: 20px;
    }

    #footer #bfund_icon {
        margin-top: 50px;
    }

    .content p,
    .content li {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    #smallnav a {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    .content .two div {
        padding: 0 !important;
    }

    .content .two div:first-child {
        margin-bottom: 10px;
    }

    .content table p {
        font-size: 12px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }

    #homepage {
        padding-top: 50px;
    }

    #nav a,
    .btn {
        font-size: 14px;
        padding: 12px 15px 8px 15px;
    }

    #lead {
        font-size: 30px;
        line-height: 40px;
    }

    h2,
    h3 {
        font-size: 18px;
    }

    #homepage .three>div {
        line-height: 26px;
    }

    #homepage .three>div>p {
        height: 180px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1320px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }

    #homepage {
        padding-top: 150px;
    }

    #nav a,
    .btn {
        font-size: 14px;
        padding: 12px 15px 8px 15px;
    }

    #lead {
        font-size: 30px;
        line-height: 40px;
    }

    h2,
    h3 {
        font-size: 18px;
    }

    #homepage .three>div {
        line-height: 30px;
    }

    #homepage .three>div>p {
        height: 150px;
    }
}