@charset "utf-8";
/* @import url(https://fonts.googleapis.com/css?family=Josefin+Slab); */

html,
body {
    min-height: 100%;
}

/* body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-bottom: 100px;
} */

/* Mobile Padding and Overflow stoppage */
@media only screen and (max-width: 767px) {
    body {
        overflow-x: auto;
        /* padding-bottom: 100px; */
    }
}

body {
    background-color: rgb(150, 150, 150);
}

.container {
    background-color: white;
}

@media screen and (min-width: 600px) {
    .mobile-break-cig {
        display: none;
    }
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

hr {
    border: none;
    height: 1px;
    background-color: #000000;
}

.carousel {

    .carousel-indicators,
    .carousel-control-prev,
    .carousel-control-next {
        visibility: hidden;
    }
}

.carousel:hover {

    .carousel-indicators,
    .carousel-control-prev,
    .carousel-control-next {
        visibility: visible;
        opacity: 1 !important;
    }
}

.carousel .carousel-indicators button {
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 80px;
    width: 80px;
    outline: white;
    background-size: 100%, 100%;
    border: 2px solid white;
}

.carousel-control-next-icon:after {
    font-size: 55px;
    color: white;
}

.carousel-control-prev-icon:after {
    font-size: 55px;
    color: white;
}

@media (max-width: 767px) {
    .carousel .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 100%;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        height: 50px;
        width: 50px;
        outline: white;
        background-size: 100%, 100%;
        border: 0px;
    }

    table.cig-table-mobile thead tr th,
    table.cig-table-mobile tbody tr td {
        font-size: 75%;
        padding: 1px;
        border-spacing: 1px;
    }
}

@media (max-width: 390px) {
    .carousel .carousel-indicators button {
        width: 7px;
        height: 7px;
        border-radius: 100%;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        height: 35px;
        width: 35px;
        outline: white;
        background-size: 100%, 100%;
        border: 0px;
    }

    table.cig-table-mobile thead tr th,
    table.cig-table-mobile tbody tr td {
        font-size: 60%;
        padding: 1px;
        border-spacing: 1px;
    }
}

.cig-top-banner {
    background-color: #d4d4d4;
    border-color: #e1e1e1;
    float: none;
    width: 100%;
    clear: both;
    text-align: center;
}

.img-input-modal {
    vertical-align: middle;
}