/* --- Adjust the nav to work with the hero background --- */

#nav .container .logo .logoDark {
    opacity: 1 !important;
    animation: none !important;
    -webkit-animation: none !important;
}

#nav .container .logo .logoLight {
    opacity: 0 !important;
    animation: none !important;
    -webkit-animation: none !important;
}

#nav .container .content .links li a {
    color: #112867;
}

#nav .container #toggleMobileNav .icon:before,
#nav .container #toggleMobileNav .icon:after,
#nav .container #toggleMobileNav .icon span {
    background: #3E4A57;
}

#hero p.hero-eyebrow:not(.logoPack p) {
	text-transform: uppercase;
    color: #4155FF;
}

/* ------ End nav adjustments ------ */

.panel {
    padding: 36px;
    max-width: 570px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.panel .panel-image {
    display: flex;
    justify-content: center;
}

.panel h2.panel-title {
    font-size: 22px;
    color: #112867;
    padding-top: 30px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.panel .panel-title img {
    max-height: 22px;
    padding-right: 12px;
}

.panel p.panel-content {
    color: #112867;
    font-size: 18px;
    margin-bottom: 30px;
}

.panel .panel-footer {
    text-align: right;
    margin-bottom: 0;
    margin-top: auto;
}

.panel .panel-footer a {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: right;
    text-align: left;
}

.panel .panel-footer a img {
    vertical-align: middle;
    max-height: 18px;
    margin-left: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.panel .panel-footer a:hover img {
    transform: translateX(10px);
}

.panel .panel-title img {
    height: 22px;
    width: 38px;
}

.coming-soon {
    color: #7C8B96;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-top: 10px;
}
.coming-soon-container {
	cursor: revert;
	pointer-events: none;
}

/* --- Media Queries -------------------- */

@media all and (max-width: 768px) {
    .panel {
        margin: auto;
    }

    .panel h2.panel-title {
        font-size: 18px;
    }

    .panel p.panel-content {
        font-size: 16px;
    }

    .panel .panel-footer a {
        font-size: 16px;
    }
}

@media all and (max-width: 580px) {
    .panel {
        padding: 15px;
    }
}