/**-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/
/* * * * * BWI THEME * * * * * * /
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*FONT AND COLOR RESET*/
.bwi-theme .weather-dropdown,
.bwi-theme .navigation .nav-item-control,
.bwi-theme .navigation.desktop.secondary .nav-item:not(.level-1) .nav-item-control {
    font-family: "Oswald", sans-serif;
}

.bwi-theme .weather-wrapper .item-details .weather-icon,
.bwi-theme select.googleTranslateDropdown,
.bwi-theme .weather-wrapper .weather-button .temp {
    font-family: "Noto Sans", sans-serif;
}

.default-theme .bwi-double-icon,
.bwi-theme .default-icon{
    display: none;
}

.bwi-theme .bwi-double-icon,
.bwi-theme .footer-container span.bwi-double-icon {
    display: inline-flex;
    align-items: center;
}
/*---------*/
/* HEADER */
/*-------*/
.root-panel.bwi-theme .panel-header {
    background-color: #2a2a29;
}

.bwi-theme .panel-header .tripbuilder .tripItems span {
   background-color: #0668A4; 
}

.bwi-theme .weather-wrapper .item-details .weather-icon {
    color: #67A2C6;
}
.bwi-theme .panel-header.searchOpen .top-nav-cont .header-right::after {
    background-color: rgba(42, 42, 41, 0.98)
}
 
.bwi-theme .panel-header.mobile-active .logo img {
    display: block;
    z-index: 31;
}
.bwi-theme .panel-header .mobile-nav.active .search-inner i, 
.bwi-theme .panel-header .mobile-nav.active .hamburger-inner .close-icon {
    color: #FFF;
}
.bwi-theme .panel-header .logo {
    position: relative;
    display: block;
    width: 84px;
    height: 64px;
    top: 0px;
}

.bwi-theme .panel-header .logo img {
    position: absolute;
    z-index: 1;
}

@media (min-width: 64em) {
    .bwi-theme .panel-header .inner {
        max-width: 1575px;
    }

    .bwi-theme .panel-header .logo {
        position: relative;
        display: block;
        width: 140px;
        height: 110px;
        top:8px;
    }

    .bwi-theme .panel-header .logo img {
       width: 140px;
        
    }

    .bwi-theme .panel-header .top-nav-cont .header-right-top {
        border-bottom: 1px solid #9c9c9b;
    }

    .bwi-theme .navigation.desktop.primary .nav-item > .nav-item-control {
        font-size: 15px;
    }

    .bwi-theme .navigation.desktop.primary .nav-item > .nav-item-control {
        font-size: calc(14px + (24 - 14) * ((100vw - 1025px) / (1590 - 1025)));
    }
}

@media (min-width: 1590px) {
    
    .bwi-theme .panel-header .logo {
        width: 196px;
        height: 90px;
    }

    .bwi-theme .panel-header .logo img {

    }

    .bwi-theme .navigation.desktop.primary .nav-item > .nav-item-control {
        font-size: 25px;
    }
}
/***END OF HEADER****/

/*-------------*/
/* HEADER SLIDESHOW */
/*-----------*/
.bwi-theme .homepage-slideshow .slide::before {
    content: "";
    position: absolute;
    background-image: url(/includes/public/assets/shared/bwi-theme/circle-pattern.png);
    background-repeat: no-repeat;
    background-size: 110%;
    width: 220px;
    height: 322px;
    background-position: 90px 67px;
    bottom: -50px;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

@media (min-width: 40em) {
    .bwi-theme .homepage-slideshow .slide::before {

        background-size: 135%;
        height: 333px;
        background-position: 78px 35px;
        bottom: -75px;
    }
}

@media (min-width: 64em) {
    .bwi-theme .homepage-slideshow .slide::before {
        width: 440px;
        height: 644px;
        background-position: 8px;
        bottom: -149px;
    }
}

/***END OF SLIDESHOW****/

/*-------------*/
/* NAVIGATION */
/*-----------*/

.bwi-theme .navigation a {
    font-family: inherit;
}

.bwi-theme .navigation.mobile.secondary,
.bwi-theme .panel-header .mobile-nav .mobile-dd .mobile-dd-top {
    background-color: #2a2a29;
}

.bwi-theme .panel-header .mobile-nav .mobile-dd .mobile-dd-top {
    padding-top: 35px;
}

.navigation.desktop.secondary .level-1.nav-item > .nav-item-control,
.navigation.mobile.secondary .nav-item .nav-item-control .dropdown-toggle .icon-toggle,
.navigation.mobile.secondary a, .navigation.mobile.footer a {
    color: #ababab;
}

.navigation.mobile.primary .nav-item .nav-item-control,
.bwi-theme .navigation .nav-item .nav-item-control {
    color: #2a2a29;
}


.bwi-theme .navigation.desktop.secondary .nav-item.open > .nav-item-control {
    background-color: transparent;
}

.bwi-theme .navigation.desktop.secondary .level-1.nav-item > .nav-item-control {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
}
/***END OF NAVIGATION****/

/*--------------*/
/* INTRO PANEL */
/*------------*/
.bwi-theme .panel-intro {
    margin: 0;
    padding: 75px 0 0;
    position: relative;
}

.bwi-theme .panel-intro::before {
    content: "";
    position: absolute;
    background-image: url(/includes/public/assets/shared/bwi-theme/bwi-background.jpg);
    background-repeat: no-repeat;
    background-size: 20%;
    width: 100%;
    height: 100%;
    top: 40px;
    bottom: auto;
}

.bwi-theme .panel-intro .inner {
    margin: 0 auto;
    box-shadow: none;
    background-color: transparent;
    max-width: 1190px;
    padding: 0 15px 0 calc(30px + (90 - 30) * ((100vw - 320px) / (640 - 320)));
}

.bwi-theme .panel-intro .inner .intro-title {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #2a2a29;
    background-position: -70px;
    text-shadow: 1px 1px 2px white;
}

.bwi-theme .panel-intro .inner p {
    font-family: "Noto Sans", sans-serif;
    color: #2a2a29;
}

@media (min-width: 40em) {
    .bwi-theme .panel-intro {
        padding-top: calc(90px + (172 - 90) * ((100vw - 640px) / (1635 - 640)));
    }

    .bwi-theme .panel-intro .inner {
        padding: 0 15px;
    }
    .bwi-theme .panel-intro .inner .intro-title {
        margin-left: auto;
        margin-right: 0;
        max-width: 600px;
        font-size: calc(60px + (100 - 60) * ((100vw - 640px) / (1025 - 640)));
    }
    .bwi-theme .panel-intro .contentRender_name_plugins_core_textbox {
        margin-left: auto;
        margin-right: 0;
        max-width: 600px;
    }
}

@media (min-width: 64em) {

    .bwi-theme .panel-intro .inner .intro-title {
        font-size: calc(100px + (150 - 100) * ((100vw - 1025px) / (1635 - 1025)));
        padding-left: 175px;
        max-width: 1190px;
        margin-bottom: 55px;
        margin-top: 0;
    }

    .bwi-theme .panel-intro .contentRender_name_plugins_core_textbox {
        max-width: 795px;
    }

    .bwi-theme .panel-intro .inner p {
        font-size: 18px;
        line-height: 35px;
    }

}

@media (min-width: 90em) {
    .bwi-theme .panel-intro::before {
        background-size: 25%;
    }

}

@media (min-width: 1635px) {
    .bwi-theme .panel-intro {
        padding-top: 172px; 
    }

    /* .bwi-theme .panel-intro::before {
        width: 400px;
    } */

    .bwi-theme .panel-intro .inner .intro-title {
        font-size: 150px;
    }
}
/************/

/*PANEL And CARDS STYLES*/
.bwi-theme .panel-container.background {
    background-color: #333232;
    padding-bottom: 60px;
    margin-bottom: 45px;
}

.bwi-theme .panel-container.background::before {
    background-image: url(/includes/public/assets/shared/bwi-theme/dot-pattern.svg);
    background-size: 300%;
    width: 280px;
    height: 800px;
    background-repeat: no-repeat;
    background-position: -480px -465px;
    top: 0;
    bottom: auto;
    opacity: 0.1;
}

.bwi-theme .panel-container.background::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(/includes/public/assets/shared/bwi-theme/dot-pattern.svg);
    background-size: 300%;
    width: 280px;
    height: 800px;
    background-repeat: no-repeat;
    background-position: -80px 395px;
    top: auto;
    bottom: 0;
    right: 0;
    opacity: 0.1;
}

.bwi-theme .core-cards.cards-2-across.slides-across-2.js-loaded h2 {
    color: #67A2C6;
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 15px;
}

.bwi-theme .core-cards.cards-2-across.slides-across-2.js-loaded h4,
.bwi-theme .core-cards.cards-2-across.slides-across-2.js-loaded h4 a {
    font-family: "Noto Sans", sans-serif;
    color: #0668A4;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.bwi-theme .core-cards.cards-2-across.slides-across-2.js-loaded p {
    font-family: "Noto Sans", sans-serif;
    color: #333232;
    font-size: 18px;
    line-height: 30px;
}

.bwi-theme .core-cards.cards-2-across.slides-across-2.js-loaded .read-more {
    display: flex;
    font-family: 'Fjalla One';
    color: #0668A4;
    font-weight: 400;
}

.bwi-theme .core-cards.cards-2-across.slides-across-2.js-loaded .read-more .bwi-double-icon {
    color: #67A2C6;
}

@media (min-width: 40em) {
    .bwi-theme .panel-container .core-cards.cards-2-across.slides-across-2.js-loaded {
        padding-bottom: 15px;
    }
}


@media (min-width: 64em) {
    .bwi-theme .panel-container.background::before {
        background-image: url(/includes/public/assets/shared/bwi-theme/dot-pattern.svg);
        background-size: 300%;
        width: 475px;
        height: 800px;
        background-repeat: no-repeat;
        background-position: -855px -650px;
        top: 0;
        bottom: auto;
        opacity: 0.1;
    }

    .bwi-theme .panel-container.background::after {
        background-image: url(/includes/public/assets/shared/bwi-theme/dot-pattern.svg);
        background-size: 300%;
        width: 475px;
        height: 800px;
        background-repeat: no-repeat;
        background-position: -80px 30px;
        top: auto;
        bottom: 0;
        opacity: 0.1;
    }

    .bwi-theme .core-cards.cards-2-across.slides-across-2.js-loaded h2 {
        font-size: 75px;
        margin-bottom: 43px;     
    }

    .bwi-theme .core-cards.cards-2-across.slides-across-2.js-loaded p {
        font-size: 18px;
        line-height: 30px;
    }

    .bwi-theme .core-cards.cards-2-across.slides-across-2.js-loaded .read-more .bwi-double-icon {
        margin-left: 9px;
    }
}
/*End of Panel*/

/*---------*/
/* BUTTON */
/*-------*/
.bwi-theme .custom-button .button-link {   
    color: #0668A4;
    font-family: 'Fjalla One';
    font-weight: 400;
    font-size: 20px;
    line-height: 1em;
    border: 2px solid #0668A4;
    background-color: transparent;
    padding: 14px 32px 12px;
}

.bwi-theme .custom-button .button-link:focus {   
    outline: 1px dashed #0668A4;
}

.bwi-theme .custom-button .button-link:hover {  
    background-color: transparent;
}
.bwi-theme .custom-button .button-link::after {  
    content: none;
}

.bwi-theme .panel-container.background .custom-button .button-link {  
    border-color: #67A2C6;
    color: #FFF;
} 
/*******/

/*--------------*/
/**** TILES ****/
/*------------*/
    .bwi-theme .core-callout-tiles.callout-tiles-3-across.slides-across-3 .img-cont::after {
        content: none;
    }

    .core-callout-tiles.callout-tiles-3-across.slides-across-3 h4, 
    .core-callout-tiles.callout-tiles-3-across.slides-across-3 h4 a {
        font-family: "Oswald", sans-serif;
        letter-spacing: 0;
    }

    @media (min-width: 64em) {
        .core-callout-tiles.callout-tiles-3-across.slides-across-3 h4, 
        .core-callout-tiles.callout-tiles-3-across.slides-across-3 h4 a {
            font-size: 25px;
        }
    }

/*******/

/*--------------*/
/** DATE LIST **/
/*------------*/

.bwi-theme .core-date-list.date-list.js-loaded .slide {
    border-bottom: 1px solid #424242; 
}

.bwi-theme .core-date-list.date-list.js-loaded .slide:before {
    content: none;
}

.bwi-theme .core-date-list.date-list.js-loaded .date-cont {
    position: relative;
}

.bwi-theme .core-date-list.date-list.js-loaded .date {
    flex-direction: column;
    align-items: flex-start;
}

.bwi-theme .core-date-list.date-list.js-loaded .date::after {
    content: "";
    position: absolute;
    background-image: url(/includes/public/assets/shared/bwi-theme/line-detail-blue.png); 
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -4px;
    width: 54px;
    height: 24px;
}

.bwi-theme .core-date-list.date-list.js-loaded .date .month,
.bwi-theme .core-date-list.date-list.js-loaded .date .day {
    color: #0668A4;
    font-family: "Oswald", sans-serif;
}

.bwi-theme .core-date-list.date-list.js-loaded .date .month {
    font-size: 30px;
}
.bwi-theme .core-date-list.date-list.js-loaded .date .day {
    font-size: 45px;
}

.bwi-theme .core-date-list.date-list.js-loaded .slide h4,
.bwi-theme .core-date-list.date-list.js-loaded .slide h4 a{
    font-family: "Noto Sans", sans-serif;
    color: #2a2a29;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: normal;
}

.bwi-theme .core-date-list.date-list.js-loaded .slide .secondary-detail {
    color: #424242;
    font-size: 20px;
    font-family: "Noto Sans", sans-serif;
}

.bwi-theme  .core-date-list.date-list.js-loaded .slide .secondary-detail i {
    margin-right: 2px;
}

.bwi-theme .core-date-list.date-list.js-loaded .slide .read-more {
   font-family: 'Fjalla One';
   font-size: 20px; 
   color: #2a2a29;
   font-weight: 400;
   display: flex;
}

.bwi-theme .core-date-list.date-list.js-loaded a.view-all {
    margin-top: 40px;
    color: #0668A4;
    font-family: 'Fjalla One';
    font-weight: 400;
    font-size: 20px;
    line-height: 1em;
    border: 2px solid #0668A4;
    background-color: transparent;
    padding: 14px 20px 12px;
    width: 175px;
}

.bwi-theme .custom-button .button-link:focus {   
    outline: 1px dashed #0668A4;
}

.bwi-theme .custom-button .button-link:hover {  
    background-color: transparent;
}
.bwi-theme .custom-button .button-link::after {  
    content: none;
}

.bwi-theme .panel-container.background .custom-button .button-link {  
    border-color: #67A2C6;
    color: #FFF;
} 

@media (min-width: 64em) {
    .bwi-theme .core-date-list.date-list.js-loaded .slides {
        padding: 0 5px;
    }

    .bwi-theme .core-date-list.date-list.js-loaded .inner {
        padding: 0px 18px;
    }
    .bwi-theme .core-date-list.date-list.js-loaded .slide {
        border-right: 1px solid #424242;
        border-bottom: none;
    }

    .bwi-theme .core-date-list.date-list.js-loaded .slide:last-child {
        border-right: none;
    }

    .bwi-theme .core-date-list.date-list.js-loaded .date {
        padding: 0 20px 38px 0px;
        width: 105px;
        align-items: center;
        margin-bottom: 12px;
    }

    .bwi-theme .core-date-list.date-list.js-loaded .slide h4,
    .bwi-theme .core-date-list.date-list.js-loaded .slide h4 a{
        margin-bottom: 17px;
    }

    .bwi-theme .core-date-list.date-list.js-loaded .slide .secondary-detail {
        margin-bottom: 28px;
    }


    .bwi-theme .core-date-list.date-list.js-loaded .date::after {
        width: 64px;
        height: 24px;
        bottom: 7px;
    }

    .bwi-theme .core-date-list.date-list.js-loaded .date .month {
        font-size: 41px;
    }

    .bwi-theme .core-date-list.date-list.js-loaded .date .day {
        font-size: 60px;
    }

    .bwi-theme .core-date-list.date-list.js-loaded .bwi-double-icon {
        margin-left: 9px;
    }
}
/*-*-*-*-*/

/*----------------*/
/* * * Tiles * * */
/*--------------*/
.bwi-theme .core-callout-tiles.callout-tiles-5-across.slides-across-5.js-loaded {
    margin-bottom: 30px;
}

.bwi-theme .core-callout-tiles.callout-tiles-5-across.slides-across-5.js-loaded .title-container h2 {
    font-family: "Oswald", sans-serif;
    color: #2a2a29;
    font-size: 50px;
    font-weight: 300;
}

.bwi-theme .core-callout-tiles.callout-tiles-5-across.slides-across-5.js-loaded h4,
.bwi-theme .core-callout-tiles.callout-tiles-5-across.slides-across-5.js-loaded h4 a {
    font-family: "Oswald", sans-serif;
    color: #67A2C6;
    font-weight: 500;
}

.bwi-theme .core-callout-tiles.callout-tiles-5-across.slides-across-5.js-loaded .slide .img-cont::after {
    background: rgba(0, 41, 67, 0.5);
}

.bwi-theme .core-callout-tiles.callout-tiles-5-across.slides-across-5.js-loaded .slides {
    gap: 5px;
}

@media (min-width: 64em) {

    .bwi-theme .core-callout-tiles.callout-tiles-5-across.slides-across-5.js-loaded .title-container {
        margin-bottom: 58px;
    }

    .bwi-theme .core-callout-tiles.callout-tiles-5-across.slides-across-5.js-loaded .title-container h2 {
        font-size: 75px;
    }

    .bwi-theme .core-callout-tiles.callout-tiles-5-across.slides-across-5.js-loaded h4,
    .bwi-theme .core-callout-tiles.callout-tiles-5-across.slides-across-5.js-loaded h4 a {
        font-size: 30px;
    }
}


/*-*-*-*-*-*-*-*-*-/


/*----------------*/
/* * * Footer * * */
/*--------------*/
.bwi-theme .panel-footer {
    background-color: #2a2a29;
}

.bwi-theme .panel-footer .footer-middle .footer-nav-container {
    border-color: #FFF;
}

.bwi-theme .panel-footer .footer-bottom {
    background-color: #18202D;
}

.bwi-theme .panel-footer .footer-top .logo-footer, 
.bwi-theme .panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
    border-color: #FFF;
}

.bwi-theme .panel-footer .footer-middle .contentRender_name_plugins_core_textbox h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.bwi-theme .panel-footer .footer-middle .contentRender_name_plugins_core_textbox h5  {
    font-style: normal;
}
/*********/


/*Footer-Cta*/
.bwi-theme .social-links .social-link {
    background-color: #67A2C6;
    color: #18202D;
}

.bwi-theme .panel-social-cta .inner {
    background-image: none;
    background-color: #f4f4f4;
}

.bwi-theme .panel-social-cta .inner .left-container,
.bwi-theme .panel-social-cta .inner .right-container {
    background-image: none;
}

.bwi-theme .panel-social-cta .top-section h2 {
    text-transform: uppercase;
    color: #2a2a29;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
}

.bwi-theme .panel-social-cta .inner .left-container {
    border-color: #67A2C6 ;
}

.bwi-theme .panel-social-cta .inner .left-container::after {
    background-color: #67A2C6;
}

.bwi-theme .enews-vguide .title {
    font-family: "Noto Sans", sans-serif;
    color: #18202D;
    letter-spacing: 0;
}

.bwi-theme .enews-vguide p {
    font-family: "Noto Sans", sans-serif;
    color: #2a2a29;
}

.bwi-theme .enews-vguide .link {
    font-family: "Fjalla One", sans-serif;
    color: #18202D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1em;
}

.bwi-theme .enews-vguide .link .bwi-double-icon{
    margin-left: 6px;
}

.bwi-theme .bwi-double-icon i,
.bwi-theme .bwi-double-icon i{
    font-size: 12px !important;
    margin-left: 0;
}

.bwi-theme .bwi-double-icon i:last-child {
    margin-left: -3px !important;
}

@media (min-width: 64em) {
    .bwi-theme .enews-vguide .title {
        font-size: 30px;
        line-height: 35px;
    }
    .bwi-theme .enews-vguide p {
        font-size: 18px;
        line-height: 32px;
    }
    
    .bwi-theme .enews-vguide .link {
        justify-content: flex-start;
    }

    .bwi-theme .enews-vguide .link .bwi-double-icon{
        margin-left: 12px;
        margin-bottom: 6px;
    }
}
/*END OF FOOTER CTA*/


/***********************/
/* * Listings & Detail*/
/*********************/
.bwi-theme .shared-detail .detail-info-bar ul,
.bwi-theme .layoutjs.isMobile .pager li,
.bwi-theme .layoutjs .pager li,
.bwi-theme .layoutjs .mobileHeader .mobileTitle,
.bwi-theme .layoutjs .settings a, 
.bwi-theme .layoutjs .filterPane a, 
.bwi-theme .layoutjs .filterPane .filter[data-type="checkbox"] label,
.bwi-theme .layoutjs .datepicker-cont .quicklinks button {
    color: #18202D;
}

.bwi-theme .layoutjs .rss-link a,
.bwi-theme .shared-detail .detail-top .detail-gallery .gallery-count,
.bwi-theme .shared-detail .detail-info-bar ul,
.bwi-theme .shared-detail .amenities,
.bwi-theme .shared-detail div[data-tb-button],
.bwi-theme .layoutjs .pager li,
.bwi-theme .layoutjs.isMobile .pager li,
.bwi-theme .layoutjs .mobileHeader .mobileTitle,
.bwi-theme .layoutjs .filterPane .filter[data-type="checkbox"] label,
.bwi-theme .layoutjs .filterPane .filter[data-type="keyword"] input,
.bwi-theme .layoutjs .filterPane .filter[data-type="keyword"] input::placeholder {
    font-family: "Noto Sans", sans-serif;
}
.bwi-theme .layoutjs .filterPane {
    background-image: none;
    background: #f4f4f4;
}
.bwi-theme  .layoutjs .content .item .image:before {
    content: none;
}
.bwi-theme .shared-detail .amenities h5,
.bwi-theme .infoWindow.core-styles h5 a{
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #2a2a29;
}

.bwi-theme .shared-detail dd > .tab-button {
    background-color: transparent;
}

/* .bwi-theme .layoutjs .asd__day .asd__day-button {
    background-color: #67A2C6;
} */

.bwi-theme .layoutjs .asd__day.asd__day--in-range .asd__day-button,
.bwi-theme .layoutjs .datepicker-cont .datepicker-trigger,
.bwi-theme .shared-detail dd.active > .tab-button,
.bwi-theme .layoutjs .filterPane .filter[data-type="keyword"] button {
    background-color: #67A2C6;
    color: #18202D;
}


.bwi-theme .layoutjs .asd__day-button,
.bwi-theme .layoutjs .asd__month-name,
.bwi-theme .layoutjs .filterPane .sort .settings-label, 
.bwi-theme .layoutjs .filterPane .filter .filterLabel, 
.bwi-theme .layoutjs .filterPane .form-label {
    font-family: "Noto Sans", sans-serif;
    color: #18202D;
    letter-spacing: 0;
}

.bwi-theme .layoutjs .asd__day--selected .asd__day-button {
    color: white;
}

.bwi-theme .layoutjs .datepicker-cont .datepicker-trigger,
.bwi-theme .shared-detail dd > .tab-button,
.bwi-theme .layoutjs .settings .settings-label{
    font-family: "Fjalla One", sans-serif;
    color: #18202D;
    text-transform: uppercase;
}

.bwi-theme .layoutjs .settings ul li a, 
.bwi-theme .layoutjs .settings .map-btn span{
    font-family: "Noto Sans", sans-serif;
    color: #18202D;
    font-size: 20px;
}
.bwi-theme .asd__day,
.bwi-theme .shared-detail dd > .tab-button,
.bwi-theme .shared-detail .detail-drawers .drawer-button,
.bwi-theme .layoutjs .filterPane .filter[data-type="checkbox"] .custom-checkbox {
    border-color: #18202D;
}

.bwi-theme .layoutjs .filterPane input[type="checkbox"]:checked + label .custom-checkbox {
    background-color: #67A2C6;
    border: 1px solid #67A2C6;
    color: #18202D;
}

/*Red Color*/
.shared-detail div[data-tb-button]::before,
.bwi-theme .shared-detail .detail-info-bar ul li .two-line-wrap a,
.bwi-theme .shared-detail .detail-info-bar ul.info-list li i,
.bwi-theme .shared-detail .action-item.web,
.bwi-theme .layoutjs .rss-link a, 
.bwi-theme .layoutjs .settings .highlight a, 
.bwi-theme .layoutjs .filterPane .highlight a, 
.bwi-theme .layoutjs .datepicker-cont .quicklinks button.highlight, 
.bwi-theme .layoutjs .filterPane .filter[data-type="checkbox"] .expander {
    color: #0668A4;
}
.bwi-theme .shared-detail .action-item.web,
.bwi-theme .layoutjs .mobileHeader button,
.bwi-theme .layoutjs .settings .highlight {
    border-color: #0668A4;
}

.bwi-theme .shared-detail .action-item.web,
.bwi-theme .layoutjs .mobileHeader button,
.bwi-theme .layoutjs .filterPane .filter[data-type="checkbox"] .expander {
    font-family: 'Fjalla One';
    font-weight: 400;
    text-transform: uppercase;
}

.bwi-theme .shared-detail .action-item.web,
.bwi-theme .layoutjs .mobileHeader button:not(.resetButton) {
    color: #0668A4;
    border: 2px solid #0668A4;
    background-color: transparent;
}

.bwi-theme .layoutjs .filterPane .filter[data-type="checkbox"] .expander i{
    color: #67A2C6;
}

.bwi-theme .sv-share .sv-share-trigger {
    background-color: #67A2C6;
}

.bwi-theme .layoutjs .content .item .info h4, 
.bwi-theme .layoutjs .content .item .info h4 a {
    font-family: "Noto Sans", sans-serif;
    color: #2a2a29;
    font-weight: 600;
}

.bwi-theme .layoutjs .content .item .info-list > li {
    color: #424242;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;

}

.bwi-theme .layoutjs .content .item .info-list > li > i {
    color: #0668A4;
}

.bwi-theme .layoutjs.isMobile .pager li a {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.bwi-theme .shared-detail a.back-button,
.bwi-theme .layoutjs .pager li a {
    font-family: "Fjalla One", sans-serif;
    color: #18202D;
    text-transform: uppercase;
}

@media (min-width: 64em) {
    .bwi-theme .layoutjs .filterPane .btn-bg button {
        color: #0668A4;
        font-family: 'Fjalla One';
        font-weight: 400;
        background-color: transparent;
        border: 2px solid #0668A4;
        text-transform: uppercase;
        outline: none;
    }
}

/*LISTINGS DETAIL*/
.bwi-theme .shared-detail:before {
    background: none;
}
.bwi-theme .shared-detail:after {
    background-image: none;
    background-color: #2a2a29;
}


.bwi-theme .shared-detail div[data-tb-button] a,
.bwi-theme .shared-detail .detail-info-bar ul li .two-line-wrap > *,
.bwi-theme .shared-detail .detail-drawers .drawer-button{
    color: #18202D;
}

.bwi-theme .shared-detail .detail-top h1,
.bwi-theme .shared-detail .detail-drawers .drawer-button{
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #2a2a29;
}

.bwi-theme .shared-detail .action-item.web {
    text-align: center;
}

.bwi-theme .shared-detail dd.active > .tab-button {
    border-color: #67A2C6 ;
}

.bwi-theme .shared-detail a.back-button{
    font-weight: normal;
}

.bwi-theme .shared-detail .detail-info-bar .social-icons a{
    background-color: #67A2C6;
    color: #18202D;
}

/*ADD THIS*/

.bwi-theme .share-buttons .addthis_toolbox a {
    font-family: "Fjalla One", sans-serif;
    color: #18202D;
    text-transform: uppercase;
    font-weight: normal;
}

.bwi-theme .share-buttons .addthis_toolbox i {
   color: #67A2C6;
}


/**-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/
/* * * * * INVERTED THEME * * * * * * /
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*HEADER*/

.root-panel.inverted-theme .panel-header {
    background-color: white;
}

.root-panel.inverted-theme .navigation.desktop.secondary .level-1.nav-item > .nav-item-control {
    color: var(--dark-navy);
    background-color: var(--white);
}

.root-panel.inverted-theme .navigation.desktop .level-1.nav-item > .nav-item-control {
    color: var(--dark-navy);
}

.root-panel.inverted-theme .navigation.navigation-dropdown.desktop .dropdown-menu {
    color: var(--white);
    background-color: var(--dark-navy);
}

/* .root-panel.inverted-theme .navigation.desktop.secondary .nav-item.open > .nav-item-control {
	color: var(--white);
} */

.root-panel.inverted-theme .navigation.desktop.secondary .nav-item:not(.level-1) > .nav-item-control > a {
    color: var(--white);
}

/* .root-panel.inverted-theme .navigation.desktop.secondary .nav-item.open > .nav-item-control > a {
	color: var(--dark-navy);
} */

.root-panel.inverted-theme .navigation:not(.navigation.mobile) .nav-item:not(.level-1) .nav-item-control {
    color: var(--white);
}

.root-panel.inverted-theme .panel-header:not(.panel-header.mobile-active) .weather-wrapper .weather-button .weather-icon,
.root-panel.inverted-theme .panel-header:not(.panel-header.mobile-active) .weather-wrapper .weather-button .temp {
    color: var(--dark-navy);
}

.root-panel.inverted-theme .search-cont .search-button {
    color: var(--dark-navy);
}

/* .root-panel.inverted-theme .panel-header .tripbuilder .tripItems {
    color: var(--dark-navy);
} */

.root-panel.inverted-theme .panel-header:not(.panel-header.mobile-active) .tripbuilder .tripItems {
    color: var(--dark-navy);
}

.root-panel.inverted-theme .panel-header:not(.panel-header.mobile-active) .tripbuilder .tripItems span {
    color: var(--white);
}

.root-panel.inverted-theme .panel-header .mobile-nav .search-inner, 
.root-panel.inverted-theme .panel-header .mobile-nav .hamburger-inner span {
    color: var(--dark-navy);
}

.root-panel.inverted-theme .panel-header .mobile-nav .hamburger-inner .menu-icon img {
    display: none;
}

.root-panel.inverted-theme .panel-header .mobile-nav .hamburger-inner .menu-icon .hamburger-menu-icon-microsite {
    display: block;
}

.panel-header .mobile-nav .hamburger-inner .menu-icon .hamburger-menu-icon-microsite {
    display: none;
}

.root-panel.inverted-theme .panel-header .logo .visit-annapolis-logo,
.root-panel.inverted-theme .panel-header .logo .annapolis-discover-logo,
.root-panel.inverted-theme .panel-header .logo .experience-bwi-logo {
    display: none;
}

.root-panel.inverted-theme .panel-header .logo .inverted-microsite-logo {
    display: block;
}

.panel-header .logo .inverted-microsite-logo {
    display: none;
}

/*Footer*/

.root-panel.inverted-theme .panel-footer {
    background-color: var(--white);
}

.root-panel.inverted-theme .panel-footer .footer-middle .contentRender_name_plugins_core_textbox h4, 
.root-panel.inverted-theme .panel-footer .footer-middle .contentRender_name_plugins_core_textbox h5, 
.root-panel.inverted-theme .panel-footer .footer-middle .contentRender_name_plugins_core_textbox h6, 
.root-panel.inverted-theme .panel-footer .footer-middle .contentRender_name_plugins_core_textbox p {
    color: var(--dark-navy);
}

.root-panel.inverted-theme .footer-cta .content-section * {
        color: var(--dark-navy);
}

.root-panel.inverted-theme .navFooter a {
    color: var(--dark-navy);
}

.root-panel.inverted-theme .panel-footer .footer-middle .footer-nav-container .logos .maryland-logo {
    display: none;
}

.root-panel.inverted-theme .panel-footer .footer-middle .footer-nav-container .logos .maryland-logo-inverted-theme-microsite {
    display: block;
    width: 77px;
    margin-right: 18px;
}

.panel-footer .footer-middle .footer-nav-container .logos .maryland-logo-inverted-theme-microsite {
    display: none;
}

.root-panel.inverted-theme .footer-cta .img-cont img {
    display: none;
}

.root-panel.inverted-theme .footer-cta .img-cont .discover-annapolis-logo-dark-navy {
    display: block;
}

.footer-cta .img-cont .discover-annapolis-logo-dark-navy {
    display: none;
}

.root-panel.inverted-theme .panel-footer .footer-top .logo-footer img {
    display: none;
}

.root-panel.inverted-theme .panel-footer .footer-top .logo-footer .logo-navy-inverted-theme-microsite {
    display: block;
    width: 218px;
    margin-bottom: 5px;
}

.panel-footer .footer-top .logo-footer .logo-navy-inverted-theme-microsite {
    display: none;
}

@media screen and (min-width: 64em) {
    .root-panel.inverted-theme .panel-footer .footer-middle .footer-nav-container .logos .maryland-logo-inverted-theme-microsite  {
        width: 100px;
        margin-right: 30px;
    }

    .root-panel.inverted-theme .panel-footer .footer-middle .footer-cta-container {
        border-right: 1px solid var(--dark-navy);
    }

    .root-panel.inverted-theme .panel-footer .footer-middle .footer-content {
        border-right: 1px solid var(--dark-navy);
    }

    .root-panel.inverted-theme .panel-footer .footer-top .logo-footer img {
        width: 251px;
    }
}


/**-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/**-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-/
/* * Discover Annapolis Blog THEME * * /
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-/
/* header font and color changes */
.root-panel.annapolis-discovered-theme .panel-header {
    background-color: #28284a;

}
.annapolis-discovered-theme .navigation.desktop .level-1.nav-item > .nav-item-control {
    color: #28284a;
}
.annapolis-discovered-theme .translate-cont .translate-inner i.fa-globe {
    display: none;
}
.annapolis-discovered-theme .panel-header .tripbuilder .tripItems {
    color: #fff;
}
.annapolis-discovered-theme .panel-header .tripbuilder .tripItems span {
    background-color: #23b9bc;
    color: #fff;
}

.annapolis-discovered-theme .weather-wrapper .weather-button .weather-icon {
    color: #fff;
}

.annapolis-discovered-theme .panel-header.searchOpen .top-nav-cont .header-right::after {
    background-color: #FFF;
}



@media (min-width: 64em) {
    .annapolis-discovered-theme .headerbox-search-form input[type="search"],
    .annapolis-discovered-theme .headerbox-search-form input[type="search"]::placeholder, 
    .annapolis-discovered-theme .headerbox-search-form input[type="search"]:focus,
    .annapolis-discovered-theme .headerbox-search-form button i {
        color: #28284a;
    }

    .annapolis-discovered-theme .search-cont .headerbox-search-form {
        border-bottom: 1px solid #23b9bc;
    }
}



/* Mobile nav */
.annapolis-discovered-theme  .panel-header .mobile-nav.active .search-inner i, 
.annapolis-discovered-theme  .panel-header .mobile-nav.active .hamburger-inner .close-icon {
    color: #28284a;
}
.annapolis-discovered-theme  .panel-header.mobile-active {
    background-color: #FFF;
}
.annapolis-discovered-theme  .panel-header .mobile-nav .mobile-dd .mobile-dd-top {
    background-color: #28284a;
}
.annapolis-discovered-theme .navigation.mobile.primary .nav-item .nav-item-control {
    color: #28284a;
}
.annapolis-discovered-theme .navigation.mobile .nav-item.open:not(.level-1) > .nav-item-control {
    color: #fff;
    background-color: #28284a;
    border: none;
}
.annapolis-discovered-theme  .navigation.mobile.secondary {
    background-color: #238d93;
    padding: 12px 0 7px;
}
.annapolis-discovered-theme .navigation.desktop.secondary .level-1.nav-item > .nav-item-control, 
.annapolis-discovered-theme .navigation.mobile.secondary .nav-item .nav-item-control .dropdown-toggle .icon-toggle,
.annapolis-discovered-theme .navigation.mobile.secondary a  {
    color: #fff;
    opacity: 50%;
}
.annapolis-discovered-theme .navigation.mobile.footer a {
    color: #fff;
}
.annapolis-discovered-theme .mobile-nav .logo img.desktop {
    display: none;
}
.annapolis-discovered-theme .logo img.mobile {
    width: 85px;
    height: 100%;
}
.annapolis-discovered-theme .mobile-nav.active img.desktop {
    display: block;
    width: 85px;
    height: 100%;
}
.annapolis-discovered-theme .mobile-nav.active img.mobile {
    display: none;
}
@media screen and (min-width: 64em) {
    .annapolis-discovered-theme .logo img.mobile {
        display: none;
    }
    .annapolis-discovered-theme .logo img.desktop {
        margin-bottom: -49px;
        z-index: 1;
        position: relative;
        display: block;
    }
    .annapolis-discovered-theme .panel-header .tripbuilder .tripItems {
        color: #28284a;
    }
    .annapolis-discovered-theme .weather-wrapper .weather-button .weather-icon {
        color: #28284a;
    }
    .annapolis-discovered-theme .panel-header .top-nav-cont .header-right-top {
        border-bottom: 1px solid #23b9bc;
    }
    .annapolis-discovered-theme  select.googleTranslateDropdown {
        color: #28284a;
    }
    .annapolis-discovered-theme  .translate-cont .translate-inner i.fa-angle-down {
        color: #28284a;
    }
    .annapolis-discovered-theme .weather-wrapper .weather-button .temp {
        color: #28284a;
    }
    .annapolis-discovered-theme .search-cont .search-button {
        color: #28284a;
    }
    .root-panel.annapolis-discovered-theme .panel-header {
        background-color: #fff;
        color: #28284a;
    }
}


/* Footer */
.annapolis-discovered-theme  .panel-social-cta .inner .right-container,
.annapolis-discovered-theme  .panel-social-cta .inner .left-container,
.annapolis-discovered-theme .panel-social-cta .inner {
    background-image: none;
}
.annapolis-discovered-theme  .social-links .social-network a {
    background-color: #dfad4c;
}
.annapolis-discovered-theme .panel-footer {
    background-color: #238d93;
}
.annapolis-discovered-theme .left-container .enews-vguide {
    border-bottom: 1px #e2dfdf solid;
    margin: 0 15px;
}
.annapolis-discovered-theme .panel-footer .footer-top .logo-footer, 
.annapolis-discovered-theme .panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
    border-bottom: 1px solid #33959a;
}
/* Mosaic */
.annapolis-discovered-theme .mosaic .slides .slide.logo {
    background: #e0f5f5;
    margin-bottom: 72px;
}
.annapolis-discovered-theme .mosaic .all-mobile {
    padding: 0 15px;
    text-align: center;
    position: relative;
    min-height: 57px;
}
.annapolis-discovered-theme .mosaic .view-all {
    background-color: #28284a;
}
.annapolis-discovered-theme .mosaic .view-all {
    background-color: #28284a;
    position: absolute;
    left: 0;
    bottom: -72px;
}
.annapolis-discovered-theme .mosaic .all-mobile .view-all {
    background-color: #28284a;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.annapolis-discovered-theme .mosaic .slide.logo .slide-text {
    display: block;
}
.annapolis-discovered-theme .mosaic .slide.logo .slide-text .number {
    display: block;
    color: #32bfbe;
    font-size: 150px;
    line-height: 1;
    font-weight: 600;
}
.annapolis-discovered-theme .mosaic .slide.logo .slide-text .text {
    color: #28284a;
    font-size: 40px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
}
.annapolis-discovered-theme .mosaic .slide img:nth-of-type(2) {
    display: none;
} 
.annapolis-discovered-theme .mosaic .slides .slide.logo {
    text-align: left;
    align-items: flex-start;
    padding: 0 15px;
    justify-content: flex-start;
}
.annapolis-discovered-theme .mosaic .slides .slide.logo {
    padding: 0 15px 15px 15px;
}
.annapolis-discovered-theme .mosaic .slide.logo img.stamp {
    position: absolute;
    top: 13px;
    right: -27px;
}
@media (min-width: 64em) {
    .annapolis-discovered-theme .left-container .enews-vguide {
        border-bottom: none;
    }
    .annapolis-discovered-theme .mosaic .slides {
        grid-template-rows: 138px 76px 202px 98px 178px 100px;
    }
    .annapolis-discovered-theme .mosaic .slide.logo img.stamp {
        width: 162px;
        margin: -42px 0 24px -42px;
        position: absolute;
        top: 87px;
        right: -30px;
    }
}

/* highlights */
.annapolis-discovered-theme .highlights-container .top-section h2 {
    color: #28284a;
    margin-bottom: 10px;
}
.annapolis-discovered-theme .highlights-container .top-section .tab.current {
    color: #238d93;
    border-bottom: 2px solid #238d93;
    font-weight: 600;
}


/* Interior Header */
.annapolis-discovered-theme .interior-slideshow .content-section {
    position: relative;
    padding: 20px 15px;
    height: 100%;
    background: rgba(35, 141, 147, 0.85);
    margin: -100px 15px 0px 15px;
}
.annapolis-discovered-theme .interior-slideshow .content-section .inner {
    border: 2px solid #fff;
    margin: 0;
    padding: 23px;
}
.annapolis-discovered-theme .interior-slideshow h4, 
.annapolis-discovered-theme .interior-slideshow h4 a {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1.6;
    text-transform: none;
}
.annapolis-discovered-theme  .interior-slideshow p {
    font-weight: 100;
    line-height: 1.6;
    font-size: 15px;
    font-family: "proxima-nova", sans-serif;
}
.annapolis-discovered-theme .interior-slideshow .content-section .read-more {
    display: block;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    margin-top: 8px;
}
.annapolis-discovered-theme .interior-slideshow .content-section .read-more i {
    font-size: 13px;
}
.annapolis-discovered-theme .interior-slideshow .cat {
    color: #fff;
    font-family: 'proxima-nova', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: inline-block;
    position: absolute;
    padding: 8px;
    top: -16px;
    background: rgba(35, 141, 147, 0.95);
}

.annapolis-discovered-theme .interior-slideshow .cat:before {
    content: '';
    background-image: url(/includes/public/assets/shared/catborder.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
}
@media (min-width: 40em) {
    .annapolis-discovered-theme .interior-slideshow .content-section {
        bottom: 15px;
        position: absolute;
        transform: none;
        height: auto;
    }
}
@media (min-width: 64em) {
    .annapolis-discovered-theme .interior-slideshow .content-section {
        bottom: auto;
        height: auto;
        max-width: 410px;
        margin: 0;
        right: 0;
        left: auto;
        transform: translateY(-50%);
        top: 50%;
    }
    .annapolis-discovered-theme .interior-slideshow h4, 
    .annapolis-discovered-theme .interior-slideshow h4 a {
        font-size: 30px;
        line-height: 1.4;
    }
    .annapolis-discovered-theme .interior-slideshow p {
        font-weight: 100;
        line-height: 1.5;
        font-size: 19px;
    }
    .annapolis-discovered-theme .interior-slideshow .content-section .read-more {
        font-size: 20px;
        margin-top: 8px;
        font-weight: 600;
    }
    .annapolis-discovered-theme .interior-slideshow .content-section {
        bottom: auto;
        height: auto;
        max-width: 444px;
        margin: 0;
        right: 106px;
        left: auto;
        transform: translateY(-50%);
        top: 50%;
        padding: 28px 18px;
    }
    .annapolis-discovered-theme .interior-slideshow .content-section .inner {
        padding: 32px;
    }
    .annapolis-discovered-theme .interior-slideshow .cat {
        font-size: 13px;
    }
    
}

/* Intro Panel */
.panel-intro-discover {
    position: relative;
    padding: 40px 0px 44px 0px;
    overflow: hidden;
}
.panel-intro-discover:before {
    background-image: url(/includes/public/assets/shared/compass.png);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    right: -69px;
    top: 0;
    z-index: -1;
    min-width: 388px;
}
.panel-intro-discover h2 {
    color: #28284a;
    font-size: 25.5px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1;
}

.panel-intro-discover h1 {
    font-size: 47.7px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 66px;
    line-height: 0.96;
}

.panel-intro-discover p {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    color: #28284a;
    margin-bottom: 15px;
}

.panel-intro-discover .inner {
    padding: 0 15px;
    margin-left: auto;
    max-width: 853px;
}

.panel-intro-discover .contentRender_name_plugins_core_textbox {
    padding: 0;
}
@media (min-width: 64em) {
    .panel-intro-discover .inner {
        margin: 0 auto;
        padding-left: 111px;
    }
}
@media (min-width: 64em) {
    .panel-intro-discover:before {
        background-image: url(/includes/public/assets/shared/compass-desktop.png);
        background-position-x: 0px;
        background-position-x: 0px;
        top: 50%;
        left: 3px;
        min-height: 831px;
        transform: translateY(-65%);
        background-size: contain;
        width: 90%;
    }
    .panel-intro-discover h2 {
        font-size: 80px;
    }
    .panel-intro-discover h1 {
        font-size: 150px;
    }
    .panel-intro-discover p {
        font-size: 20px;
        padding-left: 97px;
    }
}

/* Callout Titles */
.annapolis-discovered-theme .core-callout-tiles.callout-tiles-3-across.slides-across-3 h4, 
.annapolis-discovered-theme .core-callout-tiles.callout-tiles-3-across.slides-across-3 h4 a {
    font-family: "Oswald", sans-serif;
    letter-spacing: 0;
    font-family: "Raleway", sans-serif;
    letter-spacing: 2px;
}
.annapolis-discovered-theme  .core-callout-tiles.callout-tiles-3-across.slides-across-3.js-loaded h2 {
    font-size: 50px;
    padding: 15px;
    max-width: 349px;
    line-height: 1.2;
}

@media (min-width: 40em) {
    .annapolis-discovered-theme .core-callout-tiles.callout-tiles-3-across.slides-across-3.js-loaded h2 {
        font-size: 80px;
        padding: 15px;
        max-width: 349px;
        line-height: 1.2;
        max-width: 1190px;
        margin: 0 auto 20px auto;
    }
}
@media (min-width: 64em) {
    .annapolis-discovered-theme .core-callout-tiles.callout-tiles-3-across.slides-across-3.js-loaded h2 {
        font-size: 130px;
    }
}