/* DEALERON HEADER IMAGE CSS */

.fod-image {
    position: relative;
    width: 100%;
    /* for IE 6 */
}

@media screen and (min-width:800px) {
    h2.fod-heading {
        font-size: 34px;
    }
}

h2.fod-heading {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff !important;
}

h2.fod-heading.full {
    left: 10%;
}

h2.fod-heading span {
    padding: 10% 0;
    text-align: center;
    font-size: 40px;
    text-shadow: 0 0 13px #000;
}

p.fod-intro-sentance {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    padding: 0% 20%;
    text-align: center;
    color: #ffffff;
}

p.fod-intro-sentance.full {
    left: 10%;
}

p.fod-intro-sentance span {
    padding: 10% 0;
    text-align: center;
    font-size: 20px;
    text-shadow: 0 0 13px #000;
}

/* DEALERON HEADER IMAGE CSS */

.fod-grey {
    background-color: #eeeeee;
    padding: 3%;
}

.fod-amenities {
    background-color: #001E50;
    padding: 2%;
    color: #fff;
}

.fod-btn {
    padding: .5em;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .fod-btn {
        padding: 1em;
        font-size: 17px;
    }
}

.fod-block {
    display: block;
    margin-bottom: 8px;
}

/* COUPON CSS */

.fod-container2 {
    position: relative;
    width: 100%;
}

.fod-image2 {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.fod-detail-overlay {
    position: absolute;
    top: 10px;
    left: 20px;
    padding-left: 10px;
    width: 60%;
    text-align: left;
}

.fod-text2 {
    opacity: 1;
    font-weight: bold;
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

h3.fod-title {
    font-weight: 600 !important;
    font-size: 22px !important;
    color: #fff !important;
    transition: transform .4s ease !important;
    -moz-transform: translateY(10px) !important;
    -ms-transform: translateY(10px) !important;
    -webkit-transform: translateY(10px) !important;
    transform: translateY(10px) !important;
    line-height: 1em !important;
}

p.fod-price {
    font-size: 22px !important;
    color: #fff !important;
    transition: transform .4s ease !important;
    -moz-transform: translateY(10px) !important;
    -ms-transform: translateY(10px) !important;
    -webkit-transform: translateY(10px) !important;
    transform: translateY(10px) !important;
}

.fod-coupon-container {
    border: solid 2px #F1F5F6;
    background-color: #fbfbfb;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 408px;
    position: relative;
}

.fod-coupon-container.fod-520 {
    min-height: 520px;
}

.fod-coupon-container.fod-550 {
    min-height: 550px;
}

.fod-button, .fod-button .fod-test {
    padding: 20px 5px;
}

.fod-overlay-cta {
    position: absolute;
    display: block;
    text-align: left;
    left: 30px;
    bottom: 0px;
    padding-bottom: 14px;
    font-size: 18px;
    width: 100%;
}

.fod-learn-more {
    color: #fff;
    margin-right: 10px;
    text-shadow: 1px 3px 4px #000000;
}

.fod-interval {
    background-color: #000;
    margin-bottom: 8px;
    color: #fff;
    font-size: 13px;
    padding: 10px 7px 5px 7px;
    text-align: center;
}

.fod-interval.fod-black {
    background-color: #000;
}

.fod-bg-link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.fod-more-info {
    text-align: center;
}

.fod-detail-bg.light {
    background: linear-gradient(90deg, #00000078 0%, rgba(0, 0, 0, 0.30) 40%, rgba(255, 255, 255, 0) 100%);
}

.fod-detail-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 1;
    background: linear-gradient(90deg, #000000d1 0%, rgba(0, 0, 0, 0.30) 40%, rgba(255, 255, 255, 0) 100%);
}

.fod-detail-bg.header {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 1;
    background: linear-gradient(90deg, #000000d1 0%, rgba(0, 0, 0, 0.30) 70%, rgba(255, 255, 255, 0) 100%);
}

/* NAVBAR CSS */

.fod24-navbar-default {
    height: 100%;
    background-color: #000000;
    border-radius: 0px;
}

.fod24-navbar-default .fod24-navbar-nav>li>a, .fod24-navbar-default .navbar-text {
    color: white;
    background-color: #000000;
}

.fod24-navbar-default .fod24-navbar-nav>.fod24-active>a, .fod24-navbar-default .navbar-nav>.fod24-active>a:focus, .fod24-navbar-default .fod24-navbar-nav>.fod24-active>a:hover {
    background-color: #000000;
    border-bottom: 4px solid #fff;
}

.fod24-navbar-default .fod24-navbar-nav>li>a, .fod24-navbar-default .navbar-text:hover {
    color: white !important;
}

.fod24-navbar-nav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 4px solid transparent;
}

.fod24-navbar-nav a:hover {
    border-bottom: 4px solid #fff;
}

.fod24-navbar-nav {
    list-style: none;
}

/* ICON BOX CSS */

.fod-card-container {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.fod-custom-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 2px solid #bdc6ca;
    border-top: none;
    margin-top: 100px;
    min-height: 380px;
}

.fod-custom-card.small {
    min-height: 270px;
}

.fod-custom-card::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-top: 2px solid #bdc6ca;
    width: 30%;
}

.fod-custom-card::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    border-top: 2px solid #bdc6ca;
    width: 30%;
}

.fod-custom-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.25rem;
}

.fod-custom-card-title {
    font-weight: 700;
    margin-bottom: .75rem;
}

.fod-custom-card-text {
    margin: 2rem 0;
}

.fod-icon-container {
    padding: 30px;
}

.fod-icon-container img {
    position: absolute;
    width: 33%;
    left: 33%;
    top: -86px;
}

img.fod-more-services {
    position: absolute;
    width: 20%;
    left: 39%;
    top: -83px;
}

.fod-custom-card-link {
    font-weight: 600;
    font-size: 1.5rem;
    color: #11447a;
}

.fod-custom-card-link i {
    margin-right: 1rem;
}

.fod-custom-card.fod-200 {
    min-height: 200px;
}

.fod-custom-card.fod-250 {
    min-height: 250px;
}

.fod-custom-card.fod-300 {
    min-height: 300px;
}

.fod-custom-card.fod-350 {
    min-height: 350px;
}

.fod-custom-card.fod-400 {
    min-height: 400px;
}

.fod-custom-card.fod-450 {
    min-height: 450px;
}

.fod-custom-card.fod-500 {
    min-height: 500px;
}

.fod-custom-card.fod-550 {
    min-height: 550px;
}

/* END ICON BOX CSS */

a.fod-white {
    color: #fff !important;
    text-decoration: underline;
}

@media only screen and (max-width: 1367px) {
    .fod-detail-overlay {
        top: -10px;
        left: 0;
        width: 100%;
    }
    .fod-overlay-cta {
        left: 0;
        bottom: 0px;
    }
    .fod-learn-more {
        font-size: 15px;
    }
    h3.fod-title {
        font-size: 17px !important;
    }
    p.fod-price {
        font-size: 18px !important;
    }
    .fod-image2 {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .fod-detail-overlay {
        top: 5px;
        left: 0;
        width: 100%;
    }
    .fod-overlay-cta {
        left: 12px;
        bottom: -5px;
    }
    .fod-learn-more {
        font-size: 14px;
    }
    h3.fod-title {
        font-size: 19px !important;
    }
    p.fod-price {
        font-size: 18px !important;
    }
    .fod-image2 {
        width: 100%;
        height: 190px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .fod-icon-container img {
        position: absolute;
        width: 36%;
        left: 32%;
        top: -52px;
    }
    img.fod-more-services {
        position: absolute;
        width: 26%;
        left: 38%;
        top: -53px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .fod-detail-overlay {
        top: -15px;
        left: 0;
        width: 100%;
    }
    .fod-overlay-cta {
        left: 10px;
        bottom: -5px;
    }
    .fod-learn-more {
        font-size: 12px;
    }
    h3.fod-title {
        font-size: 16px !important;
    }
    p.fod-price {
        font-size: 15px !important;
    }
    .fod-image2 {
        width: 100%;
        height: 135px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
    .fod-icon-container img {
        position: absolute;
        width: 30%;
        left: 35%;
        top: -29px;
    }
    img.fod-more-services {
        position: absolute;
        width: 25%;
        left: 37%;
        top: -37px;
    }
}

@media only screen and (max-width: 768px) {
    .fod-coupon-container.fod-520 {
        min-height: 200px;
    }
    .fod-coupon-container.fod-550 {
        min-height: 200px;
    }
    .fod-custom-card.fod-200 {
        min-height: 200px;
    }
    .fod-custom-card.fod-250 {
        min-height: 200px;
    }
    .fod-custom-card.fod-300 {
        min-height: 200px;
    }
    .fod-custom-card.fod-350 {
        min-height: 200px;
    }
    .fod-custom-card.fod-400 {
        min-height: 200px;
    }
    .fod-custom-card.fod-450 {
        min-height: 200px;
    }
    .fod-custom-card.fod-500 {
        min-height: 200px;
    }
    .fod-custom-card.fod-550 {
        min-height: 200px;
    }
    .fod-custom-card.small {
        min-height: 200px;
    }
}

@media only screen and (max-width: 640px) {
    .fod-no-pad-mb {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .fod-interval {
        font-size: 10px;
    }
    h3.fod-title {
        font-size: 13px !important;
    }
    p.fod-price {
        font-size: 13px !important;
    }
    .fod-learn-more {
        font-size: 10px;
    }
    .fod-coupon-container {
        min-height: 300px;
    }
    .fod-detail-overlay {
        top: -0px;
        left: 0;
        width: 100%;
    }
    .fod-overlay-cta {
        left: 12px;
        bottom: -6px;
    }
    .fod24-navbar-default .fod24-navbar-nav>li>a {
        width: 20%;
        font-size: 12px;
    }
    img.fod-more-services {
        position: absolute;
        width: 50%;
        left: 85px;
        top: -80px;
    }
    iframe.fod-negative-margin {
        margin-bottom: -100px;
    }
    .fod-icon-container img {
        position: absolute;
        width: 33%;
        left: 33%;
        top: -40px;
    }
    img.fod-more-services {
        position: absolute;
        width: 31%;
        left: 36%;
        top: -44px;
    }
    .fod-image2 {
        width: 100%;
        height: 130px;
        object-fit: cover;
    }
}

.fod-black {
    background-color: #000;
}

.fod-services {
    background-color: #eee;
    padding: 1%;
}

.fod-standalone-paragraph {
    padding: 0% 5% 2% 5%;
    text-align: center;
}

.fod-services-paragraph {
    padding: 2% 5% 1% 5%;
    text-align: center;
}

.p-1 {
    padding: 1%;
}

.pt-1 {
    padding-top: 2.5rem;
}

.pb-1 {
    padding-bottom: 2.5rem;
}

.pb-10 {
    padding-bottom: 10em;
}

.pb-12 {
    padding-bottom: 12em;
}

.pt-2 {
    padding-top: 4.5rem;
}

.p-5 {
    padding: 5%;
}

.pt-8 {
    padding-top: 8rem;
}

.fod-white-text, h3 .fod-white-text {
    color: #fff !important;
    text-align: center;
}

.fod-more-services-list {
    text-align: left;
    font-size: 14px;
}

iframe.fod-negative-margin {
    margin-top: -150px !important;
}

.fod-center {
    text-align: center;
}

.link.fod-center {
    justify-content: center !important;
}

@media only screen and (max-width: 767px) {
    .fod-hidden-xs {
        display: none;
    }
    h2.fod-hidden-xs {
        display: none;
    }
    li.fod24-active.fod-hidden-xs {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .fod-hidden-sm {
        display: none;
    }
    h2.fod-hidden-sm {
        display: none;
    }
    li.fod24-active.fod-hidden-sm {
        display: none;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1025px) {
    .fod-hidden-md {
        display: none;
    }
    h2.fod-hidden-md {
        display: none;
    }
    li.fod24-active.fod-hidden-md {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .fod-hidden-lg {
        display: none;
    }
    h2.fod-hidden-lg {
        display: none;
    }
    li.fod24-active.fod-hidden-lg {
        display: none;
    }
}

.fod-col-lg-6.link {
    margin-bottom: 10px !important;
}

.primary {
    max-width: 100%;
}

.secondary {
    max-width: 100%;
}

.fod-grey {
    background-color: #eee;
    padding: 1%;
}

.fod-dark-grey {
    background-color: #393839;
    padding: 1%;
    color: #fff !important;
}

.link.center {
    justify-content: center !important;
}

.card-container {
    background-color: #eee;
    padding: 3%;
}
