.fadeIn {
    -webkit-animation-duration: 1.25s;
    -moz-animation-duration: 1.25s;
    -ms-transition-animation-duration: 1.25s;
    animation-duration: 1.25s
}

p {
    font-size: 18px
}

h3 {
    font-size: 28px !important;
}

.deck-wrapper .table-cell.table-cell-left {
    padding-right: 10px
}

@media screen and (max-width:768px) {
    #overview {
        padding: 30px 0 30px 0;
        text-align: center
    }

    .main-image {
        padding-top: 20px
    }
}

@media screen and (min-width:769px) {
    #overview {
        padding: 0 0 20px 0
    }

    .main-image {
        width: 100%;
        max-width: 100%;
        height: auto !important;
        padding-top: 12%
    }
}

@media screen and (min-width:991px) {
    #overview {
        padding: 0 0 50px 0
    }

    .overview-text {
        padding-left: 80px
    }
}

.deck-wrapper .content-body p:last-child,
.deck-wrapper .content-body p:only-child {
    margin-bottom: 0
}

.imgCenter {
    margin: 0 auto;
    display: block
}

.deck-wrapper ol.carousel-indicators li.active {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #3c9f00
}

.deck-wrapper .carousel a.carousel-control.left {
    left: -70px
}

.deck-wrapper .carousel a.carousel-control.right {
    right: -70px
}

@media screen and (max-width:800px) {
    .deck-wrapper .carousel a.carousel-control.left {
        left: -50px
    }

    .deck-wrapper .carousel a.carousel-control.right {
        right: -50px
    }
}

.deck-wrapper .carousel a.carousel-control.left,
.deck-wrapper .carousel a.carousel-control.right {
    background: 0;
    filter: none;
    text-shadow: none;
    font-size: 34px;
    line-height: 34px;
    width: 50px;
    height: 34px;
    top: 43%;
    color: #3c9f00
}

@media screen and (max-width:450px) {

    .deck-wrapper .carousel a.carousel-control.left,
    .deck-wrapper .carousel a.carousel-control.right {
        top: 30%
    }
}

@media screen and (max-width:800px) {
    .benefits-text {
        padding-top: 30px
    }
}

.spec h4.panel-title {
    font-size: 18px
}

.specnote ul {
    margin: 0;
    padding: 0 5px 0 5px
}

.specnote li {
    list-style-type: none;
    display: table-row;
    font-style: italic;
    font-size: 15px
}

.specnote li:before {
    content: "*";
    display: table-cell;
    padding-right: .5em;
    text-align: right
}

.specnote li:nth-child(1):before {
    content: "*"
}

.specnote li:nth-child(2):before {
    content: "**"
}

.specnote li:nth-child(3):before {
    content: "***"
}

#overview .container,
[id^="benefit"] .container,
#note .container {
    max-width: 1320px !important;
}

.table > tbody > tr > td:first-child {
    padding-left: 8px;
}

@media screen and (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        border-top: none;
    }
}