    a {
    color: #063e93;
    }
    
    /* Begin Keeter GenAccordion Styling */
    .sbutton {
        padding: 8px 20px !important;
        margin-right: 8px;
        border: none;
        background-color: #EEE7D4;
        font-size: 16px !important;
        color: #3D2A18 !important;
        font-family: Futura Book !important;
        text-decoration: none;
    }

    .sbutton:hover {
        background-color: #e2d6b6;
        cursor: pointer;
    }

    .ine-content {
        color: #3D2A18;
    }

    .ine-body-header {
        font-family: Futura Book;
    }

    .ine-item-body {
        color: #3D2A18 !important;
        font-family: Futura Book !important;
        box-shadow: none;
    }

    .ine-item.active .ine-item-body {
        border-left: 1px solid #3D2A18;
        border-right: 1px solid #3D2A18;
        border-bottom: 1px solid #3D2A18;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        margin-bottom: 5px;
    }

    /* active accordion color */
    .ine-item-overlay:focus,
    .ine-item-overlay:hover,
    .ine-item.active .ine-item-overlay {
        background-color: #e2d6b6;
        color: #3D2A18;
        font-size: 25px;
    }

    /* keeter arrow if selected in setting */
    .ine-item.active img {
        transform: translateY(0%) rotate(90deg);
    }

    .ine-no-elements-display {
        border-bottom: 5px solid #EEE7D4;
    }

    .ine-no-heading,
    .ine-item-header,
    .ine-no-heading span,
    .ine-no-body a,
    .ine-add-new-button a,
    .ine-edit-controls a {
        background-color: #EEE7D4 !important;
    }

    .ine-no-body a,
    .ine-no-heading,
    .ine-add-new-button a,
    .ine-add-new-button a:hover,
    .ine-edit-controls a,
    .ine-edit-controls a:hover,
    .ine-no-body a:hover {
        color: #3D2A18 !important;
        font-size: 16px;
        font-family: Futura Book !important;
        background-color: #EEE7D4;
        transition: all 0.3s ease-in-out !important;
    }

    .ine-item-overlay {
        color: #3D2A18 !important;
        font-size: 25px !important;
        font-family: Futura Book !important;
        background-color: #EEE7D4;
        padding: 12px 20px;
    }

    .ine-add-new-button a:hover,
    .ine-edit-controls a:hover,
    .ine-no-body a:hover {
        background-color: #e2d6b6 !important;
    }

    /* Underline styling */
    .ine-content p a {
        position: relative;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }

    .ine-content p, .ine-content p a, .ine-content p a:visited, .ine-content,table td a {
        color: #3D2A18;
    }

    .ine-content p a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.05em;
        transition: transform 300ms;
        transform: scale(0, 1);
        transform-origin: center right;
        background-color: #3D2A18;
    }

    .ine-content p a:hover {
        text-decoration: none;
    }

    .ine-content p a:hover,
    .ine-content p a:focus,
    .ine-content .table td a:hover,
    .ine-content .table td a:focus {
        color: #3D2A18;
    }

    .ine-content p a:focus {
        outline: 1px solid #3D2A18;
    }

    .ine-content p a::after,
    .ine-content p a:focus::after {
        transform: scale(1, 1);
        transform-origin: center left;
    }
    
    /* Accordion table border invisible on tour group operators page */
    .ine-accordion[id="3761-accordion"] .table td, .table th {
        border-top: none !important;
    }

    /* h4 headings have menu styling */
    .ine-accordion[id="3761-accordion"] .table td h4 {
        font-family: 'futura bold';
        font-size: 22px;
        color: #3D2A18;
    }

    /* End Keeter GenAccordion Styling */

    /* Begin Event Space Capacity Table CSS */
    .bodyType {
        font-family: 'futura book';
        font-size: 22px;
        color: #3D2A17;
        margin: 0 0 25px 0;
    }

    .bodyTypeCenter {
        font-family: 'futura book';
        font-size: 22px;
        color: #3D2A17;
        margin: 0;
        text-align: center;
    }

    .headerRoomSize {
        font-family: 'futura book';
        font-size: 50px;
        color: #3D2A18;
        margin-bottom: 60px;
        padding: 0 0 13px 13px;
        border-bottom: 2px solid;
        border-image: linear-gradient(to right, #3D2A17 20%, white 20%) 100% 1;
    }

    .headerFaded {
        color: #797979;
        margin: 0 0 16px 3%;
    }

    .capcityTable {
        margin: 60px 0 30px 0;
        text-align: center;
        width: 100%;
    }

    .capcityTable td:first-of-type,
    .capcityTable th:first-of-type {
        text-align: left;
        width: 20%;
        padding-left: 6%;
    }

    .capcityTable tr {
        display: table-row;
        vertical-align: top;
        border-color: inherit;
    }

    .capcityTable td,
    .capcityTable th {
        padding-bottom: 20px;
    }

    .capcityTable th {
        font-family: 'futura bold';
    }

    .headerTheKeeter {
        font-family: 'futura book';
        font-size: 50px;
        color: #3D2A18;
        margin-top: 80px;
        text-align: center;
    }

    .midPageLinks {
        display: flex;
        justify-content: center;
        padding: 50px;
    }

    .midPageLinks a {
        position: relative;
        font-family: 'futura book';
        font-size: 22px;
        color: white;
        background-color: #3D2A18;
        padding: 10px 50px 10px 10px;
        margin: 0 5px;
        transition: all 0.3s ease-in-out;
    }

    .midPageLinks a:hover,
    .midPageLinks a:focus {
        text-decoration: none;
        color: white;
    }

    .midPageLinks a img {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .blurbwrap {
        margin-bottom: 25px;
    }

    .wrapperDivMrgin {
        width: 78%;
        max-width: 1700px;
        margin: 0 auto;
    }

    .tripDiv {
        margin-right:auto;
        margin-left:auto;
        width:240px;
    }


    @media (max-width: 676px) {

        .headerRoomSize,
        .headerTheKeeter {
            font-size: 40px;
        }

        .bodyType,
        .bodyTypeCenter,
        .midPageLinks a {
            font-size: 20px;
        }

        .wrapperDivMrgin {
             width: 100%;
             padding-right: 15px;
             padding-left: 15px; 
        }

        .responsive-table td {
            display: block;
        }
    }

    @media (max-width: 1199px) {

        /* Force table to not be like tables anymore */
        .capcityTable,
        .capcityTable thead,
        .capcityTable tbody,
        .capcityTable th,
        .capcityTable td,
        .capcityTable tr {
            display: block;
        }

        /* Hide table headers (but not display: none;, for accessibility) */
        .capcityTable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .capcityTable tr {
            border: 1px solid #e2cbb6;
        }

        .capcityTable tr:nth-of-type(odd) {
            background-color: #e2cbb6;
        }

        .capcityTable td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #f5ede5;
            position: relative;
            padding: 10px 0 10px 50%;
            font-size: 18px;
        }

        .capcityTable td:first-of-type {
            text-align: unset;
            width: unset;
            padding-left: 50%;
        }

        .capcityTable td:before {
            /* Now like a table header */
            position: absolute;
            font-family: 'futura bold';
            /* Top/left values mimic padding */
            top: 10px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        .capcityTable td:nth-of-type(1):before {
            content: "Sq Ft";
        }

        .capcityTable td:nth-of-type(2):before {
            content: "Banquet";
        }

        .capcityTable td:nth-of-type(3):before {
            content: "Reception";
        }

        .capcityTable td:nth-of-type(4):before {
            content: "Theater";
        }

        .capcityTable td:nth-of-type(5):before {
            content: "Classroom";
        }
    }

    /* End Event Space Capacity Table CSS */
    
/* Begin GenContentEditor Styling */
    .keetercenter-wingbat-paragraph {
        padding-top: 25px;
        font-style: italic;
    }
    .gencontenteditor-p {
    font-size: 15px;
}

/* Begin genContentEditor responsive styling */
    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .keetercenter-wingbat-paragraph {
            width: 90% !important;
        }
    }

    @media screen and (max-width: 767px) {
        .keetercenter-wingbat-paragraph {
            font-size: 20px !important;
            width: 95% !important;
        }
    }
    /* End genContentEditor responsive styling */

/* Nav featured content  image styling  */
   .headerFeaturedContent .mobileFeatureImage {
    object-fit: cover;
   }



/* Mobile Newsletter Form Height Fix */
@media screen and (max-width: 768px) {
    .modal.keeter-newsletter-modal iframe {
        height: 700px !important;
    }
}

/*show video on mobile */
@media screen and (max-width: 768px) {
     .kc-mobileVideo { 
         display: block;
     }
 }

/*hide video on mobile */
@media screen and (min-width: 768px) {
     .kcHero-mobileVideo { 
         display: none; 
    }
 }

.genpagebuilder-decorativeELine {

    border-color: #3D2A17 !important;

}

 

.genpagebuilder-decorativeMLine {

    border-image: linear-gradient(to right, white 0%, white 40.5%, #3D2A17 40.5%, #3D2A17 59.55%, white 59.55%, white 99% ) 100% 1 !important;

}

 

.genpagebuilder-decorativeLLine {

    border-image: linear-gradient(to right, #3D2A17 20%, white 20%) 100% 1 !important;

}





























