.officer-carousel-hidden {
    display:none;
}

@media (max-width:777px) {
    .msl-pagebanner {
        display:none;
    }
}

@media (max-width:1020px) {
    .venue-comparison-table th:first-child, 
    .venue-comparison-table td:first-child {
        position:sticky;
        left:-1px;
        background:#fff;
    }
}
.venue-comparison-table thead th {
    text-align:center !important;
    font-weight: normal;
}
.venue-comparison-table th,
.venue-comparison-table td {
    vertical-align:middle !important;
    text-align:center !important;
}
.venue-comparison-table td,
.venue-comparison-table th {
    font-weight: normal;
}
.venue-comparison-table .text-left {
    text-align:left !important;
}
.venue-comparison-table .no-border-left {
    border: none !important;
}

.venue-comparison-table .full-width-td {
    background:#201c35 !important;
    color:#fff;
    padding:10px;
    text-transform:uppercase;
    font-family: 'Fira Sans', sans-serif !important;
    font-weight:bold;
    font-size:18px;
}

.venue-comparison-nav {
    border-radius:40px;
    border:0;
}

.venue-comparison-nav:after {
    content: '';
    position: absolute;
    left: 46.5%;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #201c35;
    clear: both;
}

.venue-comparison-nav .nav-tabs>li.active>a, 
.venue-comparison-nav .nav-tabs>li.active>a:hover, 
.venue-comparison-nav .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #e46a53;
    border-bottom:0;
    text-decoration:none;
    border-radius:40px;
    border-bottom:0;
    border:0;
    margin-top:1px;
}

.venue-comparison-nav .nav-tabs>li>a {
    text-decoration:none;
    border-radius:40px;
    padding: 20px 5px;
    border-bottom:0;
}

.venue-comparison-nav .nav>li>a:hover {
    text-decoration: none;
    background-color: #7d2a19;
    border:0;
    border-bottom:0;
    border-radius:40px
}

.top-box-links a:hover,
.top-box-links a:focus {
    text-decoration:none;
}

.top-box-links .well {
    border-radius:40px;
    transition-duration: 0.5s;
}

.top-box-links .well:before {
    position: absolute;
    height: 30px;
    width: 60px;
    left: 2px;
    top: -10px;
    content: "";
    background-color: #e46a53;
    border-radius:40px;
}

.top-box-links a:hover .purple-well {
    background-color: #292347;
    transition-duration: 0.5s;
}

.top-box-links a:hover .blue-well {
    background-color: #0e0b16;
    transition-duration: 0.5s;
}

.top-box-links a:hover .green-well {
    background-color: #1f4944;
    transition-duration: 0.5s;
}

#venueoptions .sort select {
    width:100%;
    padding:10px;
    border-radius:5px;
}

.white-well {
    border-radius:0px;
}

.heading-well {
    margin-top:30px;
    border-radius:40px;
    width: 97%;
    margin-left: 3%;
}

.heading-well:before {
    position: absolute;
    height: 40px;
    width: 200px;
    left: 15px;
    top: 10px;
    content: "";
    background-color: #e46a53;
    border-radius:40px;
}

@media (max-width:992px) {
    .heading-well:before {
        position: absolute;
        height: 50px;
        width: 50px;
        left: 15px;
        top: 0px;
        content: "";
        background-color: #e46a53;
    }
}

.contact-us-well {
   position: fixed;
   bottom: 0;
   right:0;
   width: 130px;
   height: 75px;
   text-align:center;
   margin-right:20px;
   border-radius:30px;
   transition-duration: 0.5s;
}

.contact-us-well:hover {
   background-color: #295f59;
   transition-duration: 0.5s;
}

@media (max-width:992px) {
    .contact-us-well {
       position: fixed;
       bottom: 0;
       right:0;
       width: 100px;
       height: 60px;
       text-align:center;
       margin-right:10px;
    }
    .contact-us-well p {
       font-size:12px;
    }
}

.venue-blocks h2 {
    font-size:25px;
}

.venue-blocks img {
    border-radius:40px;
}

.well-room-features {
    width: 85%;
    display: block;
    margin: 0 auto;
    margin-top:-50px;
    box-shadow: 0px 10px 12px 1px rgb(137 137 137 / 49%) !important;
    border-right: 10px solid #e46a53 !important;
    border-radius:40px;
}

@media (max-width:992px) {
    .well-room-features {
        width: 95%;
        text-align:center;
    }
}

.well-room-features .fa-solid {
    font-size:40px;
    color:#e86a54;
    margin-bottom:10px;
}

.member-benefit-table {
    border-radius:40px;
}

.member-benefit-table .table th {
    background: none !important;
}

@media (min-width:1020px) {
    .member-benefit-table {
        padding:40px;
    }
}

.member-benefit-table .table-bordered {
    border-top:0px;
}

.member-benefit-table {
    border-bottom: 10px solid #e46a53 !important;
}

.member-benefit-table td, .member-benefit-table thead th {
    text-align:center;
}

.member-benefit-table td {
    border-left: 1px solid #ddd;
}

.member-benefit-table .border th {
    border-left:1px solid #ddd;
}

.member-benefit-table .no-border-left {
    border-left:0px !important;
}

.member-benefit-table .no-border td {
    border:0px !important;
    border-bottom:0px !important;
}

.member-benefit-table .no-border th {
    border-bottom:0px !important;
}

.member-benefit-table .border-green {
    border-left: 5px solid #e46a53 !important;
    border-right: 5px solid #e46a53 !important;
}

.member-benefit-table th {
    vertical-align:middle !important;
}

.member-benefit-table .text-left {
    text-align:left !important;
}

.member-benefit-table .fas {
    font-size: 40px;
    padding: 10px;
}

.member-benefit-table .button-row .fas {
    font-size: 17px;
    padding: 0px;
}

.member-benefit-table .button-row .btn {
    color:#fff !important;
}


.member-benefit-table .package-tr th {
    padding-top:20px;
    padding-bottom:20px;
}

.member-benefit-table .table th.most-popular  {
    background:#e46a53 !important;
    color:#fff;
    padding:5px;
    text-transform:uppercase;
    font-family: 'Fira Sans', sans-serif !important;
    font-weight:bold
    border-left: 5px solid #e46a53 !important;
    border-right: 5px solid #e46a53 !important;
}

.member-benefit-table .most-popular {
    background:#e46a53;
    color:#fff;
    padding:5px;
    text-transform:uppercase;
    font-family: 'Fira Sans', sans-serif !important;
    font-weight:bold;
    border-left: 5px solid #e46a53 !important;
    border-right: 5px solid #e46a53 !important;
}

.member-benefit-table .full-width-td {
    background:#201c35;
    color:#fff;
    padding:10px;
    text-transform:uppercase;
    font-family: 'Fira Sans', sans-serif !important;
    font-weight:bold;
    font-size:18px;
}

.fas-table-icon {
    color: #357b73;
    font-size:40px;
    margin-bottom:8px;
}

.fa-bronze {
    color:#CE8946;
}

.fa-silver {
    color:#C0C0C0;
}

.fa-gold {
    color:#efc901;
}

.member-benefit-table .fa-check {
    color:#449f96;
}

.member-benefit-table .fa-times {
    color: #d9d9d9;
}

.test-boxes .fa-quote-left,
.test-boxes .fa-quote-right {
    font-size:40px;
}

.test-boxes .fa-quote-right {
    margin-top:-10px;
}

@media (max-width: 1020px) {
    .test-boxes .pull-right {
        float: right !important;
    }
}

.test-boxes {
    border-left:12px solid #e46a53 !important;
    border-radius:40px;
}

.test-user .fa-user {
    font-size: 25px;
    color: #fff;
    background-color: #e46a53;
    padding: 10px;
    border-radius: 50%;
    margin-left: -15px;
    padding-left: 11px;
}