
.anchor {
    position: relative;
    margin-top: -5em;
    padding-bottom: 5em;
    display: block; 
    z-index: -1;
}

.capitalize {
    text-transform: uppercase !important;
}

.banner.banner-gradient {
    background-image: linear-gradient(to top right, rgb(0,99,163) 0%, rgb(103,198,239) 100%);
}

.banner-content h1 {
    color: white;
}

.banner__headline {
    text-align: center;
    font-size: 25px;
}

.container-fluid.sm {
    max-width: 1024px;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
/* .section--tall {
    padding-bottom: 127px;
} */

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
p.lead {
    font-size: 20px;
    color: white;
}

.btn--pill--wide {
    min-width: 290px;
}
.btn--pill--xwide {
    min-width: 260px;
}
.btn--pill--xxwide {
    min-width: 310px;
}
.btn--pill--xxwide span {
    display: block;
}
.btn--pill--xxwide i {
    line-height: 1.7em;
}
.btn--pill--xwide i {
    line-height: 1.7em;
}

.subheadline--short {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.nav__link {
    margin: 0;
}

.navbar__middle {
    min-width: 170px;
    display: none;
}
.navbar__middle a {
    width: 100%;
    text-transform: none;
}

.full-color {
    background-color: #0b5fb2;
}
.full-color .dropdown__link:hover {
    background-color: #3394cf !important;
}
.full-color a {
    color: #fff;
}

.mobile-links {
    margin-left: 0;
}

.dropdown__link:hover {
    color: #000;
}
.dropdown__link:focus {
    color: #000;
    opacity: .5;
}
.dropdown__link:hover {
    background-color: #eceeef;
}

@media (min-width: 578px) {
    .navbar__middle {
        display: block;
    }
    .btn--pill--xxwide {
        min-width: 430px;
    }
    .btn--pill--xxwide span {
        display: inline-block;
    }
    .btn--pill--xxwide i {
        line-height: 1em;
    }
    .btn--pill--xwide i {
        line-height: 1em;
    }
    .btn--pill--xwide {
        min-width: 370px;
    }
    .btn--pill--wide {
        min-width: 320px;
    }
    .banner__headline {
        font-size: 58px;
    }
    p.lead {
        font-size: 1.5em;
        color: white;
    }
}