html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.body-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 0 auto;
}

.vc-header {
    padding: 1em;
}

.vc-header .vc-office-info {
    font-size: 14px;
}

.vc-header .vc-office-info h5 {
    color: #003d5b;
    font-weight: 700;
}

.vc-header .vc-office-info svg {
    color: #a7a9ac;
}

.vc-nav-bar {
   background-color: #003d5b;
   padding: 1em;
   text-transform: capitalize;
   font-size: 16px;
   font-weight: 600;
}

.vc-nav-bar a{
    color: white;
    text-decoration: none;
}

.vc-nav-bar a.btn-success {
    margin-left: auto;
    display: inline-block;
    width: auto;
}

.vc-nav-bar a:hover {
    opacity: 0.7;
}

.vc-no-tools {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 20px;
}

.vc-footer {
    background-color: #003d5b;
    align-content: center;
    flex-shrink: 0;
}

.vc-footer-indent {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRkZGRiI+PHBhdGggZD0iTTY0MCAxNDBMMTI4MCAwSDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCA5OGw2NDAtOThIMHoiLz48L2c+PC9zdmc+);
    background-size: 100% 50px;
    top: 0;
    height: 50px;
    z-index: 1;
    transform: scale(1,1);
}

.vc-footer-tagline {
    text-align: center;
    margin-top: 1.5em;
    color: #9dce72;
    font-size: 20px;
}

.vc-footer ul {
    margin-left: 25px;
    list-style-type: square;
}

.vc-footer ul li {
    color: #9dce72;
}

.vc-footer ul li a {
    color: white;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
}

.vc-subfooter {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid white;
    color: white;
}

.vc-subfooter-menu {
    float: right;
}

.vc-subfooter p {
    font-size: 12px;
}

.vc-subfooter a {
    color: white;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
}

.vc-subfooter a:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid white;
}

.vc-tool-wrapper {
    padding-top: 30px;
    padding-bottom: 80px;
}

.vc-tool-wrapper h2 {
    text-align: center;
    color: #003d5b;
    margin-bottom: 35px;
}

.vc-card-display {
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    color: #276fa4;
    border: 2px solid #276fa4;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    box-shadow: 10px 10px 0px 0px #003d5b;
    text-align: center;
}

.vc-card-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vc-card-display h4 {
    font-size: 36px;
    color: #4892E9;
    line-height: 1.4em;
    text-shadow: 0em 0.09em 0.1em #a7a9ac;
}

.vc-card-display.vc-card-col h4 {
    font-size: 28px;
    line-height: 1em;
    color: #276fa4;
    text-shadow: none;
    padding-bottom: 10px;
}

.vc-card-display.vc-card-col p {
    text-transform: capitalize;
}

.vc-card-col svg {
    vertical-align: initial;
    margin-left: 10px;
}