
/* Footer background ePages override */
#NavElement_5335791 {
    background: #3e76bb;
}

.NavBarBottom .NavigationText {
	margin-bottom: -25px;
}
.Footer a {
	color: white;
}
.Footer .NavigationText {
	color: white;
	column-width: 1200px;
	-moz-column-width: 1200px;
	-webkit-column-width: 1200px;
}

.Div .Footer .SizeContainer {
    text-align: center;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

.NavBarBottom .NavigationText {
	column-width: 1200px; 
	-moz-column-width: 1200px;
	-webkit-column-width: 1200px;
}	

.max-width-footer {
    background: #3e76bb;
    padding-bottom: 15px;
    margin-left: 30px;
}

.four-wide-footer {
    width: 25%;
    float: left;
	text-align: left;
	background: #3e76bb;
}

.four-wide-footer h4 {
	color: white;
	font-weight: normal;
    font-family: 'Karla', serif;
}

@media screen and (max-width: 767px) {
    .four-wide-footer {
        width: 100%;
        overflow: hidden;
    }
}

/****** ******/
.accordion-content {
    max-height: 275px;
    /* set to the lowest height for the footer only */
    transition: max-height 0.5s ease;
	list-style: none;
	column-width: auto;
}

.accordion-content ul {
	list-style: none;
	padding-bottom: 5px; 
}


/* handles the animation classes switched by js */
.accordion-collapsed {
    max-height: 0;
	overflow: hidden;
}

.accordion-open {
    max-height: auto;
}

.open, .close {
    position: relative;
    cursor: pointer;
}

.open:after, .close:after {
    /* icon font goes here if used */
    color: white;
    font-size: 14px;
  padding-bottom: 15px; 
}

.accordion-trigger-mobile.close:after {
    /* mobile only */
  content : " "; 
    font-size : 32px
}

.accordion-trigger-mobile.open:after {
    content : "+";
    font-size : 28px;
    font-weight: bold;
}

.accordion-trigger-mobile.open:after, .accordion-trigger-mobile.close:after {
    float: right;
}

.accordion-trigger-desktop.close:after {
    /* all sizes */
    content : " show less -";
}

.floor-flex-container {
    display: flex;
    justify-content: left;
	clear: both;
	margin-left: 20px;
}
.payment-icons {
	float: left;
	margin-left: 25px;
}
.payment-icons img {
	width: 230px;
}
.basement-text {
	float: left;
    clear: both;
    text-align: justify;
    padding: 15px 0px 10px 22px;
}
.basement-text p{
	font-size: 12px;
}

@media screen and (max-width: 760px) {
	.payment-icons {
	float: none;
	margin-left: 0px;
	}
	.floor-flex-container {
    display: flex;
    justify-content: center;
	clear: both;
	margin-left: 0px;
	}
	.basement-text {
	float: none;
    clear: both;
  /*  padding: 15px 0px 10px 0px;  */
    text-align: center;
	}
	.basement-text {
	font-size: 10px;
	}
	.max-width-footer {
	margin-left: 0px; 
	}
	.basement-text p {
    font-size: 10px;
    }
}