.Icon__brand {
    color: #14b2e4;
}
.BreadCrumbs__breadcrumbsView ul li:last-child {
    color: #14b2e4;
}
.commonStyle__zt3Brand {
    color: #14b2e4;
}
.commonStyle__zt3BrandBg {
    background-color: #001234;
}
.Button__footerBtn:hover {
    background: #14b2e4;
    border: 1px solid transparent;
}
.Button__footerBtn {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 2rem;
    background: #001234;
    transition: all .15s ease;
    color: #FFF;
}
.AppContainer__backToTop:hover {
    background: #14b2e4;
}
.Header__logo img {
    max-height: 9.5rem;
    max-width: 9.5rem;
    min-height: auto;
    display: block;
}
.commonStyle__zt3Link, .themeLink {
    color: #001234;
}
.commonStyle__zt3Link:hover, .themeLink {
    color: #14b2e4;
}
.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse {
    max-width: 73.125rem;
    min-height: 36.95vh;
    padding: 2.125rem 0 3.125rem;
    transition: max-width 200ms ease;
    background-color: white;
}

