﻿html,
body {
/*    padding-top: 50px;
    padding-bottom: 20px;
*/    height: 100%; /* footer test */
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px; /* footer test */
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 350px;
}

/* footer test below */
/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 60px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.smaller {
    font-size: 50%;
}

.list-group-item-secondary-custom {
    color: #383d41;
    background-color: #f3f5fa;
}

.list-group-item-primary-custom {
    color: #004085;
    background-color: #c8d9ec;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* theme for testimonials*/
.testimonial {
    padding: 0 15px;
    text-align: center;
}

    .testimonial .pic {
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 25px;
        overflow: hidden;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .description {
        padding: 0 15px;
        font-size: 13px;
        color: #808080;
        line-height: 26px;
    }

    .testimonial .testimonial-title {
        font-size: 14px;
        letter-spacing: 3px;
        color: #000;
        text-transform: uppercase;
        position: relative;
    }

        .testimonial .testimonial-title:after {
            content: "\f10d";
            font-family: "FontAwesome";
            font-weight: 900;
            display: inline-block;
            width: 100%;
            font-size: 40px;
            color: #1a2d41;
            margin-top: 30px;
        }

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #f3904d;
    margin: 5px 7px;
    opacity: 0.5;
}
/* theme for testimonials*/

.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
}

.nowrap {
    display: inline-block;
}

/* subscription columns */
.col-s0 {
    flex: 0 0 auto;
    width: 41%;
}

.col-s1 {
    flex: 0 0 auto;
    width: 15%;
}

.col-s2 {
    flex: 0 0 auto;
    width: 24%;
}

.col-s3 {
    flex: 0 0 auto;
    width: 20%;
}

@media (min-width: 992px) {
    .col-lg-s0 {
        flex: 0 0 auto;
        width: 29%;
    }

    .col-lg-s1 {
        flex: 0 0 auto;
        width: 12%;
    }

    .col-lg-s2 {
        flex: 0 0 auto;
        width: 12%;
    }

    .col-lg-s3 {
        flex: 0 0 auto;
        width: 9%;
    }

    .col-lg-s4 {
        flex: 0 0 auto;
        width: 38%;
    }
}

.container-w100 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
/* subscription columns */

.side-button a {
    top: 50%;
    position: fixed;
    right: -50px;
    z-index: 1000;
    transform: rotate(-90deg);
    padding: 10px 20px 35px;
    height: 0px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    transition: top ease 0.5s;
    -webkit-transition: top ease 0.5s; /* Safari */
}

.side-button a:hover {
    text-decoration: none;
    box-shadow: -0.5rem -0.125rem 1rem rgba(0, 0, 0, 0.15); /*1rem = 16px*/
    right: -49px;
}

/* card colors*/

.bg-custom {
    --bs-bg-opacity: 1;
    background-color: #1a3960 !important;
}

.btn-custom {
    color: #fff;
    background-color: #032147;
    border-color: #032147;
}

.btn-outline-custom {
    color: #032147;
    border-color: #032147;
}

    .btn-outline-custom:hover {
        color: #fff;
        background-color: #032147;
        border-color: #032147;
    }

    .btn-check:focus + .btn-outline-custom, .btn-outline-custom:focus {
        box-shadow: 0 0 0 0.25rem rgba(3, 33, 71, 0.5);
    }

    .btn-check:checked + .btn-outline-custom, .btn-check:active + .btn-outline-custom, .btn-outline-custom:active, .btn-outline-custom.active, .btn-outline-custom.dropdown-toggle.show {
        color: #fff;
        background-color: #032147;
        border-color: #032147;
    }

        .btn-check:checked + .btn-outline-custom:focus, .btn-check:active + .btn-outline-custom:focus, .btn-outline-custom:active:focus, .btn-outline-custom.active:focus, .btn-outline-custom.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(3, 33, 71, 0.5);
        }

    .btn-outline-custom:disabled, .btn-outline-custom.disabled {
        color: #032147;
        background-color: transparent;
    }

/*security images*/
.securitydiv {
    background-image: url('../../Content/Images/SecurityImage_1.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 950px) {
    .securitydiv {
        background-image: url('../../Content/Images/SecurityImage_Dark.png');
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
}

div.nobullets ul,
div.nobullets ol {
    list-style-type: none;
    padding: 0;
}

table.nobullets ul,
table.nobullets ol {
    list-style-type: none;
    padding: 0;
}

thead.nobullets ul,
thead.nobullets ol {
    list-style-type: none;
    padding: 0;
}

tbody.nobullets ul,
tbody.nobullets ol {
    list-style-type: none;
    padding: 0;
}

.hidden {
    display: none;
}