﻿h3 {
    font-size: 1.8em;
}

    h3.no-bottom-buffer {
        padding-top: 50px;
    }

.button-adjuster {
    font-size: 1.0em;
    padding: .45em 3.0em;
}

.space-maker {
    margin-top: 40px;
}

.wave-on-hero {
    margin-top: -50px !important;
}

.secondary-hero-font {
    font-size: 5.0em;
}

.content-column.top-card-col {
    padding: 0;
}

.split-card-row.top-card {
    padding: 0;
    margin: 0;
}

.split-card-row .col .inside .v-floater {
    vertical-align: middle;
    text-align: left;
}

.inside.top-info .headline {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 0;
}

.inside.top-info .main-text {
    padding: 1.75em 0;
    margin-bottom: 0;
}

.split-card-row .col.split-card-img {
    background: transparent;
}

.split-card-row .split-card-img img {
    max-width: 60%;
    margin: 5em 0;
    margin-left: 20%;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.top.mobile {
    font-size: 1.5rem;
    padding: 40px 20px;
    text-align: center;
    line-height: 1.5em;
}

    .top.mobile img {
        max-width: 60%;
        margin: 2em auto;
    }

    .top.mobile .headline {
        font-size: 1.5em;
        font-weight: 600;
        color: #0055A5;
    }

    .top.mobile .main-text {
        font-size: 1.0em;
        padding: 1em 0;
    }

    .top.mobile button {
        font-size: 1.0em;
    }

.content-column.bannerized h3 {
    font-size: 1.5em;
    padding: 20px 0;
    margin: 0;
}

.content-column.filter-bar {
    font-size: 1.2em;
    color: #fff;
    padding: 20px 0;
    margin: 0;
    text-align: center;
}

    .content-column.filter-bar ul.dropdown-menus {
        display: inline-flex;
        list-style: none;
    }

    .content-column.filter-bar li {
        font-weight: 600;
        margin: 0 3.0em;
        color: #fff;
    }

        .content-column.filter-bar li.title {
            color: #0055A4;
            text-transform: uppercase;
        }

        .content-column.filter-bar li a {
            color: #fff;
        }

/* Responsive Grid */
.customer-row {
    padding: 16px 0;
    text-align: center;
}

    .customer-row.hidden {
        display: none;
    }

.customer-column {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .customer-column .view-box {
        margin: 8px;
        width: 90%;
        height: 460px;
        background: #DFE2E9;
        margin: 0 auto;
        position: relative;
    }

.view-box-content {
    position: absolute;
    left: 470px;
    top: 90px;
    text-align: left;
}

.view-box-title {
    font-size: 1.7em;
    color: #0055A4;
    font-weight: 600;
    text-align: left;
}

.view-box-description {
    font-size: 0.8em;
    line-height: 1.6em;
    color: #999;
}

.view-box-button {
    font-size: 0.8em;
    left: 470px;
    top: 260px;
}

.view-box-close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 40px;
    height: auto;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.0em;
    color: #0055A4;
}

    .view-box-close:hover {
        color: red;
    }

.view-box-close-inner {
    font-stretch: expanded;
    transform: rotate(45deg);
}

.view-box-button[disabled],
.view-box-button[disabled]:hover,
.view-box-button[disabled]:focus,
.view-box-button[disabled]:active {
    background: #EFF1F4;
    color: #777;
}

.view-box-image-surround {
    position: absolute;
    left: 2em;
    top: 2em;
    margin: 0 auto;
    display: table;
    background: #fff;
    width: 360px;
    height: 360px;
}

.view-box-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 360px;
    height: 360px;
}

    .view-box-image img {
        min-width: 75%;
        max-width: 340px;
        max-height: 340px;
    }

.logo-surround {
    margin: 0 auto;
    display: table;
    background: #fff;
    width: 225px;
    height: 225px;
}

    .logo-surround:hover {
        margin-top: -4px;
        margin-bottom: -4px;
        width: 233px;
        height: 233px;
    }

.logo-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 225px;
    height: 225px;
}

    .logo-img:hover {
        margin-left: -4px;
        width: 233px;
        height: 233px;
    }

    .logo-img img {
        min-width: 75%;
        max-width: 175px;
        max-height: 175px;
    }

    .partner-box {

        padding: 20px;
    }
    .partner-box img {
        width: 4.5em !important;
        height: auto !important;
        padding: 0 !important;
        margin: 1em !important;
    }
        .partner-box img.big {
            width: 5.0em !important;
        }
        .partner-box img.bigger {
            width: 5.5em !important;
        }
        .partner-box img.large {
            width: 6.5em !important;
        }
        .partner-box img.extra-large {
            width: 8.5em !important;
        }

/* End Responsive Grid */
/* for-tablet-portrait */
@media (max-width: 899px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .inside {
        font-size: 0.75em;
    }

        .inside.top-info {
            min-height: 18em;
        }

    .split-card-row .col.split-card-img img {
        margin-top: 2em;
    }

    .content-column.filter-bar li {
        margin: 0 1.0em;
    }
}
