﻿html, body {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #302b27;
}

img {
    max-width: 100%;
}

.header {
    margin-top: 10px;
}

h2 {
    font-size: 2rem;
}

.center {
    text-align: center;
}

.table {
    display: table;
    width: 100%;
}

    .table .tablerow {
        display: table-row;
    }

        .table .tablerow .tablecell {
            display: table-cell;
            vertical-align: top;
        }

.header img {
    max-width: 244px;
}

.header {
    margin: 20px 0px 20px 0px;
}

    .header .table {
        max-width: 1200px;
        margin: auto;
    }

        .header .table .tablerow .tablecell {
            vertical-align: middle;
            border: 1px solid #fff;
        }

            .header .table .tablerow .tablecell:first-child {
                width: 238px;
            }

            .header .table .tablerow .tablecell:nth-child(3) {
                width: 267px;
            }

                .header .table .tablerow .tablecell:nth-child(3) .button {
                    min-width: 267px;
                }

            .header .table .tablerow .tablecell:nth-child(4) {
                width: 285px;
            }

                .header .table .tablerow .tablecell:nth-child(4) .button {
                    min-width: 220px;
                }

        .header .table .tablerow .tablecell {
            text-align: center;
        }

.button {
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 4px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-family: inherit;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    outline: 0px;
    background-color: #00abdf;
    border-color: #143e64;
    border-radius: 32px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
}

a.button:hover {
    background-color: #0ac0f7;
}

.banner {
    top: 0px;
    bottom: 0px;
    text-align: center;
}

bg1 {
    background: url(/assets/live/0/6643/7099/top_bg.jpg) center center / cover repeat;
}

.bg1 .bluegredientbg {
    padding: 50px 0px 80px 0px;
}

.bluegredientbg {
    background: linear-gradient(0deg, rgba(0, 101, 174, 0.84) 0%, rgba(0, 101, 174, 0.84) 100%);
    border: 1px solid rgba(0, 101, 174, 0.84);
}

.banner h1 {
    color: rgb(255, 220, 66);
    font-size: 59px;
    margin-bottom: 0px;
}

.banner h2 {
    color: #FFF;
    font-size: 2rem;
    font-style: italic;
    font-weight: normal;
    margin-top: 10px;
}

.paddedmid {
    padding: 0px 50px 0px 50px;
}

.midblock .table .tablerow .tablecell {
    padding: 40px;
}

.midblock .equal2 .tablerow .tablecell {
    width: 50%;
}

.imgframe {
    border: 1px solid #FFF;
}

    .imgframe img {
        display: block;
    }

.bg2 {
    background: url(/assets/live/0/6643/7099/bg2.jpg) center center / cover repeat;
}

    .bg2 .bluegredientbg .paddedmid .table .tablerow .tablecell p {
        margin-bottom: 0px;
    }

.midblock .equal3 .tablerow .tablecell {
    width: 33%;
    padding: 0px 20px 40px 20px !important;
}

    .midblock .equal3 .tablerow .tablecell a {
        padding-bottom: 0px;
        margin-bottom: 0px;
        color: #ffe98a;
        text-decoration: none;
    }

    .midblock .equal3 .tablerow .tablecell h3 {
        color: #ffe98a;
    }

.tcenter {
    text-align: center;
}


.spacing a {
    margin: 20px;
    display: inline-block;
}

.midblock .testimonial .tablerow .tablecell img {
    border: 1px solid #FFF;
    border-radius: 75px;
    width: 150px;
}

.midblock .testimonial .tablerow .tablecell {
    text-align: left;
    width: auto;
    min-width: 150px;
    padding: 10px;
}

.bg3 {
    background: url(/assets/live/0/6643/7099/bg3.jpg) center center / cover repeat;
}

    .bg3 h2 {
        color: #ffdc42;
        font-size: 2rem;
    }

    .bg3 .bbox, .bg3 .bbox a {
        color: #FFF;
        text-decoration: none;
    }

    .bg3 h3 {
        font-size: 19px;
        letter-spacing: 0px;
        margin-bottom: 5px;
    }

    .bg3 p {
        font-size: 18px;
        margin-top: 0px;
    }

.midblock .table .bstrip .tablecell img {
    width: 160px;
}

.bbox {
    border: 1px solid #0a0034;
    background-color: #0a0034;
    padding: 10px;
}

.custname {
    color: #0065ae;
    margin: 0px;
}

.custtitle {
    margin-top: 0px;
}

.padded {
    padding: 50px 0px 50px 0px;
}
.hidden {
    display: none;
}
@media only screen and (max-width: 1000px) {
    .table {
        display: block;
        width: 100%;
    }

        .table .tablerow {
            display: block;
        }

            .table .tablerow .tablecell {
                display: block;
                vertical-align: top;
                text-align: center;
            }

    .header .table .tablerow .tablecell:first-child {
        width: unset;
    }

    .header .table .tablerow .tablecell:nth-child(3) {
        width: unset;
    }



    .header .table .tablerow .tablecell:nth-child(4) {
        width: unset;
    }

    .button, .spacing a.button {
        display: block;
        margin: 10px;
    }

    .midblock {
        padding: 0px 10px 0px 10px;
    }

    .banner h1 {
        font-size: 32px;
    }

    .banner h2, h2 {
        font-size: 2rem;
    }

    .midblock .equal2 .tablerow .tablecell, .midblock .equal3 .tablerow .tablecell {
        width: calc(100% - 20px);
    }

    .midblock .table .tablerow .tablecell, .midblock .equal3 .tablerow .tablecell {
        padding: 10px;
    }

    .midblock .testimonial .tablerow .tablecell {
        text-align: center;
    }

    html, body {
        font-size: 18px;
    }
}
