.panel-footer .inner {
    display: flex;
    flex-direction: column;
    background-color: #12569F;
    background-image: url('https://res.cloudinary.com/simpleview/image/upload/v1602735201/clients/wilmingtonnc-redesign/footer-bg.jpg');
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 35%), 
        linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 35%), 
        url('https://res.cloudinary.com/simpleview/image/upload/v1602735201/clients/wilmingtonnc-redesign/footer-bg.jpg');
    background-size: 100%, 100%, 200%;
	background-position: 0 0, 0 0, -160px 0;
	background-repeat: no-repeat;
    color: #fff;
    padding: 35px 0 15px;
    margin-top: 0;
    bottom: 0px;
    width: 100%;
}

.panel-footer .inner.alternate-style {
	background-position: center top;
	background-size: cover;
}

.panel-footer .footer-top {
    margin-bottom: 86px;
}

.panel-footer .footer-top .logo-footer {
    width: 283px;
    margin: 0 auto 18px;
}

.panel-footer .footer-top .navFooter {
    list-style: none;
    margin: 0 auto 35px;
    text-align: center;
    padding: 0 15px;
}

.panel-footer .footer-top .navFooter li {
    display: inline;
    margin-right: 20px;
}

.panel-footer .footer-top .navFooter li a {
    font-family:'Avenir Next LT W01 Bold';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #00132c;
}

.panel-footer .footer-middle {
    padding-bottom: 0;
}

.panel-footer .footer-middle p {
    margin-bottom: 0;
}

.panel-footer .footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 20px 15px 0;
    align-items: center;
}

.panel-footer .footer-bottom .simpleview-logo {
    flex: 1 0 50%;
    border-right: 1px solid white;
    padding-right: 8px;
}

.panel-footer .footer-bottom .simpleview-logo img {
    width: 170px;
    float: right;
}

.panel-footer .footer-bottom .copyright {
     flex: 1 0 50%;
}

.panel-footer .footer-bottom .copyright p {
    font-family:'Avenir Next LT W01 Demi';
    font-size: 10px;
    padding-left: 10px;
}

.panel-footer .footer-top .logo-footer img { width: 100% }

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.panel-footer .footer-middle .social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox p {
    color: white;
    text-align: center;
    font-family:'Avenir Next LT W01 Medium';
    font-size: 14px;
    font-weight: 300;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    right: 0;
}

/* DTN Mobile Footer Banner */
.panel-footer.hasMobileAd {
    height: 150px;
}

.panel-footer.hasMobileAd .mobileAd {
    display: block;
}

.panel-footer .mobileAd {
    display: none; 
    width: 100%;
    height: 50px;
}

.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;
}

.panel-footer {
	position: relative;
}

.panel-footer .to-top-button {
	/* border: 3px solid #266db6; */
	border: 3px solid #008CBA;
	border-top: none;
	position: absolute;
	bottom: 200px;
	right: 50%;
	transform: translateX(50%);
	background: transparent;
	padding: 10px 15px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.panel-footer .to-top-button .arrow-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 4px;
}

.panel-footer .to-top-button .arrow-container::before,
.panel-footer .to-top-button .arrow-container::after {
	content: '';
	position: absolute;
	top: 0%;
	border-top: 3px solid #008CBA;
	width: 40%;
	height: 0;
	bottom: calc(0% + -3px);
}

.panel-footer .to-top-button .arrow-container::before {
	left: calc(0% - 3px);
}

.panel-footer .to-top-button .arrow-container::after {
	right: calc(0% + -3px);
}

.panel-footer .to-top-button .top-text {
	font-family: 'Spectral', serif;
	color: #fff;
	font-size: 24px;
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.7);
}

.panel-footer .to-top-button i {
	color: #266db6;
	display: inline-block;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform .6s ease;
}

.panel-footer .to-top-button:hover {
	cursor: pointer;
}

.panel-footer .to-top-button:hover i {
	transition: transform .6s ease;
	transform: translate(-50%, calc(-50% - 6px));

}

/* kure */
.kure .panel-footer .to-top-button {
    border-color: #00132c;
   	background: rgba(255,255,255,0.3);
    background-color: rgba(86, 151, 77, 0.3);
}

.kure .panel-footer .to-top-button .arrow-container::before,
.kure .panel-footer .to-top-button .arrow-container::after {
    border-top-color: #00132c;
}

.kure .panel-footer .to-top-button .top-text {
	/* text-shadow: 2px 1px 0px rgba(255, 255, 255, 0.7); */
    color: #56974d;
    color: #fff;
}

.kure .panel-footer .to-top-button i {
    color: #56974d;
    color: #fff;
}

/* wrightsville */
.wrightsville .panel-footer .to-top-button {
    border-color: #00132c;
    background: rgba(255,255,255,0.3);
}

.wrightsville .panel-footer .to-top-button .arrow-container::before,
.wrightsville .panel-footer .to-top-button .arrow-container::after {
    border-top-color: #00132c;
}

.wrightsville .panel-footer .to-top-button .top-text {
	color: #1c7fb7;
    text-shadow: none;
}

.wrightsville .panel-footer .to-top-button i {
    color: #ff9933;
}

/* carolina */
.carolina .panel-footer .to-top-button {
    border-color: #00132c;
    background: rgba(255,255,255,0.3);
}

.carolina .panel-footer .to-top-button .arrow-container::before,
.carolina .panel-footer .to-top-button .arrow-container::after {
    border-top-color: #00132c;
}

.carolina .panel-footer .to-top-button .top-text {
	color: #fff;
}

.carolina .panel-footer .to-top-button i {
    color: #00a5b7;
}

@media screen and (min-width: 40em){
    .panel-footer .inner {
        background-image:
            linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 35%),
            url('https://res.cloudinary.com/simpleview/image/upload/v1602735201/clients/wilmingtonnc-redesign/footer-bg.jpg'); 
        background-size: 100%, cover;
        background-repeat: no-repeat;
        background-position: 0 0, 0 0;
        color: #fff;
        padding: 15px 30px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: baseline;
        justify-content: baseline;
        padding-bottom: 35px;
	}
	
	.panel-footer .inner.alternate-style {
		background-position: center bottom;
		background-size: auto;
	}

    .panel-footer .footer-top {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: flex-start;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .panel-footer .footer-top .logo-footer {
        width: 480px;
        margin: 0 auto 29px;
    } 

    .panel-footer .footer-top .logo-footer img {
        filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, .2));
    } 

    /* Footer nav */
    .panel-footer .footer-top .navFooter  {
        padding: 0;
        margin-bottom: 62px;
    } 

    .panel-footer .footer-top .navFooter li {
        margin-right: 23px;
    } 

    .panel-footer .footer-top .navFooter li a {
        color: white;
        font-size: 16px;
        letter-spacing: 0.1em;
    }

    .panel-footer .footer-middle {
        flex: 1 1 50%;
    }

    /* Social links */
    .panel-footer .footer-middle .social-links {
        justify-content: flex-start;
        margin-bottom: 13px;
    }  

    /* Address */
    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox p {
        text-align: left; 
        font-size: 16px;
        line-height: 25px;
        filter: drop-shadow( 3px 3px 3px rgba(0, 0, 0, .2));
    } 

    .panel-footer .footer-bottom {
        flex: 1 1 50%;
        margin: 0;
        padding: 0;
        align-self: end;
        margin-bottom: 12px;
    }

    .panel-footer .footer-bottom .copyright {
        flex: 1 1 auto;
    }

    .panel-footer .footer-bottom .simpleview-logo img {
        width: 187px;
    }

    .panel-footer .footer-bottom .copyright p {
        font-size: 11px;
    }

    .panel-footer .to-top-button {
    	right: 100px;
    	bottom: 370px;
    }
}

@media screen and (min-width: 50em) {
     .panel-footer .widgets-inner {
        padding: 20px 40px 30px;
        display: flex;
    }

    .panel-footer .widgets-inner > div{
        flex: 1 0 50%;
    }

    .panel-footer .to-top-button {
    	right: 100px;
    	bottom: 300px;
    }
}

@media screen and (min-width: 64em) {
    .panel-footer .inner {
        background-attachment: fixed;
        padding: 15px 135px;
    }     

    .panel-footer .footer-top {
        margin-top: 71px;
    }

        .panel-footer .to-top-button {
    	right: 240px;
    	bottom: 300px;
    }
}

@media screen and (min-width: 80em) {
     .panel-footer .widgets-inner {
        padding: 75px 130px 42px;
    }   
}

@media screen and (min-width: 90em) {
    .panel-footer .footer-top {
        margin-top: 171px;
    }
}

@media screen and (min-width: 1920px) {
	.panel-footer .inner.alternate-style {
		background-position: center bottom;
		background-size: 100%;
	}
}