.panel-footer {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    bottom: 0px;
    width: 100%;
}

.panel-footer .footer-top {
    position: relative;
    border-bottom: 5px solid #fff;
}

.panel-footer .footer-top.desktop {
    display: none;
}

.panel-footer .footer-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,19,62,.3);
}

.panel-footer .footer-top .footer-cta {
    position: relative;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-footer .footer-top .footer-cta:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    border-bottom: 2px solid #fff;
}

.panel-footer .footer-top .contentRender_name_plugins_common_footer_cta:last-child .footer-cta:after {
    display: none;
}

.panel-footer .footer-top .footer-cta a {
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 20px;
}

.panel-footer .footer-top .footer-cta a i {
    color: var(--Orange);
    margin-left: 5px;
}

.panel-footer .footer-bottom.mobile {
    background-color: var(--Blue);
    padding: 30px 20px;
    text-align: center;
}

.panel-footer .footer-bottom.desktop {
    display: none;
}

.panel-footer .footer-bottom.mobile .logo-footer {
    max-width: 150px;
    margin: 0 auto 10px;
}

.panel-footer .footer-bottom .contentRender_name_plugins_core_textbox h1,
.panel-footer .footer-bottom .contentRender_name_plugins_core_textbox h2, 
.panel-footer .footer-bottom .contentRender_name_plugins_core_textbox h3, 
.panel-footer .footer-bottom .contentRender_name_plugins_core_textbox h4,
.panel-footer .footer-bottom .contentRender_name_plugins_core_textbox h5,
.panel-footer .footer-bottom .contentRender_name_plugins_core_textbox h6,
.panel-footer .footer-bottom .contentRender_name_plugins_core_textbox p,
.panel-footer .footer-bottom .contentRender_name_plugins_core_textbox li,
.panel-footer .footer-bottom .contentRender_name_plugins_core_textbox td,
.panel-footer .footer-bottom .contentRender_name_plugins_core_textbox tr,
.panel-footer .footer-bottom .contentRender_name_plugins_core_textbox a {
    color: #fff;
}

.panel-footer .footer-bottom .contentRender_name_plugins_core_textbox ul {
    margin-bottom: 0;
}

.panel-footer .footer-bottom .contentRender_name_plugins_core_textbox li {
    font-family:'Helvetica Neue LT W05_45 Light';
    list-style: none;
    font-size: 14px;
    line-height: 18px;
}

.panel-footer .footer-bottom .copyright p {
    font-family:'Helvetica Neue LT W05_45 Light';
    font-size: 10px;
    line-height: 3em;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.panel-footer .footer-bottom .inner {
    display: flex;
	align-items: center;
    justify-content: center;
	margin-bottom: 30px;
}

.panel-footer .footer-bottom .inner .contentRender_name_plugins_googletranslate_googletranslate {
    max-width: 160px;
    min-width: 132px;
}

.panel-footer .footer-bottom .inner .translate-cont {
    position: relative;
}

.panel-footer .footer-bottom .inner .googleTranslateDropdown {
    margin: 0;
    background: #00133e;
    border: none;
    color: #fff;
    font-family: ff-tisa-sans-web-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    border-radius: 10px;
    padding: 0 10px 0 25px;
    height: 30px;
}

.panel-footer .footer-bottom .inner .googleTranslateDropdown:focus { outline: none;}

.panel-footer .footer-bottom .inner .translate-cont .fa-globe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    color: #fff;
    pointer-events: none;
}

.panel-footer .footer-bottom .inner .translate-cont .fa-angle-up {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    right: 7px;
    color: #fff;
    pointer-events: none;
    font-size: 11px;
}

.panel-footer .footer-bottom .inner > div {
    margin-right: 20px;
}

.panel-footer .footer-bottom .inner > div:last-child {
    margin-right: 0;
}

.panel-footer .footer-bottom .inner .simpleview-logo {
    max-width: 92px;
    flex: 1 92px;
}

.panel-footer .footer-bottom .inner .tripadvisor-logo {
    max-width: 132px;
    min-width: 90px;
}

.panel-footer .footer-bottom .inner .simpleview-logo img,
.panel-footer .footer-bottom .inner .tripadvisor-logo img {
    width: 100%;
}

.panel-footer .footer-bottom .custom-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.panel-footer .footer-bottom .logos > div {
    margin-right: 20px;
}

.panel-footer .footer-bottom .logos > div:last-child {
    margin-right: 0;
}
.panel-footer .footer-bottom .logos .usa-logo { width: 48px;}
.panel-footer .footer-bottom .logos .visit-california-logo { width: 77px;}
.panel-footer .footer-bottom .logos .oc-logo { width: 45px;}
.panel-footer .footer-bottom .logos .travel-association-logo { width: 69px;}
.panel-footer .footer-bottom .logos .destination-marketing-logo { width: 26px;}

.panel-footer .footer-bottom .logos img {
    width: 100%;
}

@media (min-width: 64em){
    .panel-footer .footer-top.mobile {
        display: none;
    }

    .panel-footer .footer-top.desktop {
        display: flex;
        flex-direction: row;
        justify-content:space-between;
        align-items: center;
        min-height: 160px;
    }
    
    .panel-footer .footer-top > div {
        flex: 1;
    }

    .panel-footer .footer-top .footer-cta {
        position: relative;
        padding: 30px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .panel-footer .footer-top .footer-cta:after {
        content: "";
        position: absolute;
        bottom: 50%;
        left: 100%;
        transform: translateY(50%);
        width: auto;
        height: 75px;
        border-right: 3px solid #fff;
        border-bottom: none;
    }
    
    .panel-footer .footer-top .footer-cta a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .panel-footer .footer-top .footer-cta a .title {
        font-family: ff-tisa-sans-web-pro, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 30px;
        width: 100%;
        text-align: center;
        line-height: 1.4em;
    }

    .panel-footer .footer-top .footer-cta a .subtitle {
        font-family: ff-tisa-sans-web-pro, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 30px;
        line-height: 1em;
    }
    
    .panel-footer .footer-top .footer-cta a i {
        margin-left: 8px;
        font-size: 26px;
    }

    .panel-footer .footer-bottom.mobile {
        display: none;
    }
    
    .panel-footer .footer-bottom.desktop {
        display: flex;
        background-color: var(--Blue);
        padding: 0;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-left {
        background-color: #00133e;
        border-right: 5px solid #fff;
        width: 22%;
        padding: 30px 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-left .contentRender_name_plugins_common_logo_footer {
        flex: 1;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-left .logo-footer {
        max-width: 190px;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-left .logo-footer img {
        width: 100%;
    }
    
    .panel-footer .footer-bottom.desktop .footer-bottom-right {
        flex: 1;
        padding: 30px 40px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-right .contentRender_name_plugins_collections_template_custom_social_links {
        min-width: 180px ;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-right .contentRender_name_plugins_nav_footer {
        margin-left: 40px;
        flex: 1;
        min-width: 60%;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-right .contentRender_name_plugins_core_textbox {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .panel-footer .footer-bottom .contentRender_name_plugins_core_textbox ul {
        margin-bottom: 0;
        margin-left: 0;
    }
    
    .panel-footer .footer-bottom .contentRender_name_plugins_core_textbox li {
        margin-bottom: 0;
    }
    
    .panel-footer .footer-bottom.desktop .footer-bottom-right [data-translate-cont] {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 30px;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-right .translate-cont {
        position: relative;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-right .googleTranslateDropdown {
        width: 160px;
        margin: 0;
        background: #00133e;
        border: none;
        color: #fff;
        font-family: ff-tisa-sans-web-pro, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        border-radius: 10px;
        padding: 0 15px 0 32px;
        height: 30px;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-right .googleTranslateDropdown:focus { outline: none;}
    
    .panel-footer .footer-bottom.desktop .footer-bottom-right .translate-cont .fa-globe {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        color: #fff;
        pointer-events: none;
    }
    
    .panel-footer .footer-bottom.desktop .footer-bottom-right .translate-cont .fa-angle-up {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        color: #fff;
        pointer-events: none;
        font-size: 11px;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-right .inner {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 50%;
        margin-bottom: 0px;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-right .inner > div {
        margin-right: 30px;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-right .inner > div:last-child {
        margin-right: 30px;
    }

    .panel-footer .footer-bottom.desktop .footer-bottom-right .inner .copyright p {
        font-family: 'Helvetica Neue LT W05_45 Light';
        font-size: 9px;
        line-height: 1.4em;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 0;
        width: 120px;
    }
    
    .panel-footer .footer-bottom.desktop .footer-bottom-right .custom-logo-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 50%;
        margin-bottom: 0px;
    }
    
    .panel-footer .footer-bottom.desktop .footer-bottom-right  .logos > div {
        margin-right: 30px;
    }
    
    .panel-footer .footer-bottom.desktop .footer-bottom-right  .logos > div:last-child {
        margin-right: 0px;
    }

    .panel-footer .footer-bottom .logos .usa-logo { width: 65px;}
    .panel-footer .footer-bottom .logos .visit-california-logo { width: 105px;}
    .panel-footer .footer-bottom .logos .oc-logo { width: 62px;}
    .panel-footer .footer-bottom .logos .travel-association-logo { width: 95px;}
    .panel-footer .footer-bottom .logos .destination-marketing-logo { width: 36px;}

}


/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

/* DTN Mobile Footer Banner */
.panel-footer.hasMobileAd {
    height: 150px;
}

.panel-footer.hasMobileAd .mobileAd {
    display: block;
}

.panel-footer .mobileAd {
    display: none; 
    width: 100%;
    height: 110px;
}

.panel-footer .mobileAd .dtnContainer {
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 320px;
    display: block;
}

.panel-footer .mobileAd .banner-close {
    position: absolute;
    top: -18px;
    cursor: pointer;
    right: 0px;
    padding: 0px 3px;
    opacity: .75;
    color: white;
    background: #111;
    font-size: 12px;
}

.panel-footer .mobileAd .fa {
    color: white;
}
