
.logo img {
    height: auto;
}

@media screen and (min-width: 768px) {
    body .nav-sections {
        background: #779fe8;
    }

    body .navigation {
        background: #779fe8;
    }

    body .navigation .level0 > .level-top {
        color: #ffffff;
    }

    body .navigation .level0 > .level-top:hover,
    body .navigation .level0 > .level-top.ui-state-focus {
        color: #ffffff;
        background: #6190E4;
    }

    body .navigation .level0.active > .level-top,
    body .navigation .level0.has-active > .level-top,
    body .navigation .level0.active > .level-top:hover,
    body .navigation .level0.has-active > .level-top:hover {
        border: none;
        color: #0E2652;
    }

    body .navigation .level0 .submenu a:hover,
    body .navigation .level0 .submenu a.ui-state-focus {
        background: #e7edf8;
    }

    body .navigation .level0 .submenu .active > a {
        border-color: #6190E4;
    }
}

body .page-footer {
    background: #e7edf8;
    padding-bottom: 40px;
}

body .footer.content {
    padding-top: 40px;
}

body .copyright {
    color: #575757;
    background: #C0CFEC;
}

body .footer.content .links > li {
    background: #e7edf8;
}

body .page-header .panel.wrapper {
    color: #575757;
    background: #e7edf8;
    border-bottom: none;
}

body .header.panel > .header.links > li > a,
body .header.panel > .header.links > li > a:visited {
    color: #575757;
}

body .header.panel > .header.links > li > a:hover {
    color: #333333;
}

.action.primary {
    background: #3768C2;
    border-color: #3768C2;
}

.action.primary:hover {
    background: #315DAE;
    border-color: #315DAE;
}

a,
.alink,
a:visited,
.alink:visited,
.breadcrumbs a,
.breadcrumbs a:visited {
    color: #3768C2;
}

a:hover,
.alink:hover,
.breadcrumbs a:hover {
    color: #315DAE;
}

.header-phone-number {
    position: absolute;
    right: 15px;
    bottom: 20px;
    text-align: right;
    color: #c53737;
    font-weight: 600;
    font-size: 15px;
    z-index: 5;
}

.header-phone-number .sub-phone-number {
    font-size: 13px;
}

@media screen and (min-width: 420px) {
    .header-phone-number {
        font-size: 20px;
    }

    .header-phone-number .sub-phone-number {
        font-size: 17.5px;
    }
}

@media screen and (min-width: 768px) {
    .header-phone-number {
        right: 20px;
        bottom: 25px;
        font-size: 24px;
    }

    .header-phone-number .sub-phone-number {
        font-size: 21.5px;
    }
}

.home-page-quick-link-boxes {
    display: flex;
    margin: 20px -5px;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .home-page-quick-link-boxes {
        flex-direction: row;
    }
}

.home-page-quick-link-boxes a {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    margin: 5px;
    padding: 20px 30px;
    box-sizing: border-box;
    color: #c53737;
    box-shadow: inset 0 0 0 10px #779fe8;
    min-height: 120px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media screen and (min-width: 960px) {
    .home-page-quick-link-boxes a {
        font-size: 24px;
        min-height: 150px;
    }
}

.home-page-quick-link-boxes a:hover {
    background: #e7edf8;
    box-shadow: inset 0 0 0 10px #6190E4;
}
