﻿/* Custom CSS for partner/micro site */
h1, #microbanner .txtRight h1, div.ban-title {
    margin-bottom: .5rem !important;
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 2rem !important;
}

h2, .landing h2, .twoColSmallWide h2 {
    margin-bottom: .5rem;
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 600;
    line-height: 1.2em;
    font-size: 1.5rem;
    text-transform: none;
    border-width: 0px 0;
    color: #000000;
}

h3 {
    margin-bottom: .5rem;
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 500;
    line-height: 1.2em;
    font-size: 1.25rem;
}

h4 {
    margin-bottom: .5rem;
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 600;
    line-height: 1.2em;
    font-size: 1rem;
}

h5 {
    margin-bottom: .5rem;
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 500;
    line-height: 1.2;
    font-size: .75rem;
}


#microbanner {
    height: 100% !important;
}

.btn-primary {
    color: #fff;
    background-color: #073873;
    border-color: #073873;
}

.blueBG, .blueBG h2, .blueBG h3 {
    color: #fff;
}

.blueBG {
    background-color: #073873;
}


.btn.blueBG:hover {
    background-color: #1157AC;
    border: 1px solid #1157AC;
    color: #fff;
}


.card.blueBG {
    border: 1px solid #073873;
}

.card.blueBG:hover {
    background-color: #1157AC;
    border: 1px solid #1157AC;

}

ul.leftNav li.on a, ul.leftNav li.on a:visited {
    color: #547596;
}

ul.leftNav li {
    background-image: none;
    background-color: #547596;
    border-radius: 4px 0px 0px 4px;
}

ul.leftNav li a {
    background-image: none;
}

.landing .rightColumn {
    font-size:1.3em !important;
}

.jdtnav {
    height: 110px !important;
}

.jdtnav .card-body {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.jdtnav-desc {
    margin: 0;
    font-size: 1.3em;
    line-height: 1.2em;
}


.hidden
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

.greyBG {
    background-color: #dfdfe0;
    border: 0px;
    height: 90px !important;
}


.greyBG .card-body {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.sect-connections {
    border-top: 1px solid #ccc;
}

.sect-connections .btn {
    width: 100%;
}