﻿@charset "UTF-8";
/* CSS Document */
p {
    font-size: 16px;
    line-height: 1.25em;
    color: #ffffff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p.small {
    font-size: 85%;
    text-align: center;
}

p a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

li {
    font-size: 16px;
    line-height: 1.25em;
    color: #ffffff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blue {
    color: #57b0e3 !important;
}

.black {
    color: #000 !important;
}

h1 {
    font-size: 3em;
    line-height: 1em;
    color: #ffffff;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

    h1.ty {
        color: #57b0e3;
    }

h2 {
    font-size: 2.25em;
    line-height: 1em;
    color: #ffffff;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    text-align: center;
}


h3 {
    font-size: 1.5em;
    line-height: 1.15em;
    color: #57b0e3;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    text-align: right;
}


label {
    font-size: 14px;
    line-height: 1.25em;
    color: #ffffff;
    font-weight: bold;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.checkbox span {
    font-size: 14px;
    line-height: 1.25em;
    color: #ffffff;
    font-weight: bold;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pb-30 {
    padding-bottom: 30px;
}


.btn-default {
    color: #57b0e3;
    background-color: #ffffff;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-size: 16px;
    font-weight: bold;
}

    .btn-default:hover {
        color: #4b94be;
        font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
        font-size: 16px;
        font-weight: bold;
    }

.mr-0 {
    margin-right: 0px;
}

.history {
    background: url(Images/history-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.about {
    background: url(Images/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: #6cbdec;
}

    .flexbox .col {
        flex: 1;
    }

        .flexbox .col:nth-child(1) {
            background: #6cbdec;
            order: 0;
        }

        .flexbox .col:nth-child(2) {
            background: #53a9da;
            order: 1;
        }

        .flexbox .col:nth-child(3) {
            background: #3695cb;
            order: 2;
        }

.address {
    display: none;
}

.social-icon {
    height: 20px;
    display: inline-block;
}

.btn.btn-lg.btn-link.card-header.mb-0:active, .btn.btn-lg.btn-link.card-header.mb-0:focus {
    background-color: #6cbdec;
    color: #ffffff;
}

.panel-default > .panel-heading {
    background-color: #3695cb !important;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #6cbdec !important;
}

.panel-default {
    border-color: transparent !important;
}

h4.panel-title {
    color: #ffffff;
    font-size: 2em;
}

input[type='checkbox'] {
    transform: scale(1.5);
}
#taxCalcModal {

}
#taxCalcModal form {
    padding: 10px 0 20px;
}

    #taxCalcModal p, #taxCalcModal label, #taxCalcModal h2, #taxCalcModal a {
        color: #333333;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

#taxCalcModal .input-wrapper {
    display: flex;
    align-items: center;
}

    #taxCalcModal .input-wrapper .form-control {
        font-size: 16px;
        min-height: 3rem;
        border: none;
        border-bottom: 1px solid #333333;
        border-radius: 0;
        box-shadow: none;
    }

        #taxCalcModal .input-wrapper .form-control::placeholder {
            font-size: 14px;
        }

        #taxCalcModal .input-wrapper .form-control:focus {
            box-shadow: none;
        }

    #taxCalcModal .input-wrapper label {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
        padding-right: 5px;
    }
#taxCalcModal .modal-header {
    display: flex;
    justify-content: space-between;
}
    #taxCalcModal .modal-header::before, #taxCalcModal .modal-header::after {
        content: none;
    }

#taxCalcModal .modal-header .modal-title {
    font-size: 18px;
}

#taxCalcModal .modal-header button.close {
    font-size: 25px;
}

#taxCalcModal .modal-footer {
    justify-content: center;
    text-align: left;
}


@media screen and (max-width: 767px) {
    .flexbox {
        display: block;
    }

    .checkboxes {
        margin: auto;
        text-align: center;
    }

    h3 {
        font-size: 1em;
        line-height: .90em;
        color: #57b0e3;
        font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
        text-align: center;
    }

    .social-icon {
        height: 30px;
    }
}

@media screen and (max-width: 600px) {
    .mobile-center {
        display: block;
        margin: auto;
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    .carousel-inner h2 {
        font-size: .85em;
        margin: 10px 0px;
        padding: 0px;
    }

    .carousel-inner p {
        font-size: .5em;
        margin: 0px;
        padding: 0px 0px 10px 0px;
    }

    .carousel-caption {
        padding: 0px 0px 10px 0px;
        margin: 0px;
    }
}
