﻿.footer.dark-theme {
	background-color: #292c2f;
	padding: 40px 3px 30px 8px;
	color: white;
	font-family: 'open sans', sans-serif !important;
	font-size: 13px;
	margin-bottom: -35px;
	line-height: 20px;
	font-weight: normal;
}

.footer.dark-theme .footerSecondColumnRow p{
	padding-bottom: 0 !important;
}

.footer.dark-theme .grid {
	background-color: rgba(241, 91, 33, 0);
	padding: 0;
}

.footer.dark-theme .grid p{
	padding: 0 !important;
}

.footer.dark-theme a{
	color: #b3b8bc;  /* originally ada9ab */
	font-family: 'open sans', sans-serif !important;
	outline-style: none;
	text-decoration:none;
}

.footer.dark-theme a:focus{
	outline: black dotted 1px;
}

.footer.dark-theme a:visited{
	color: #f953a1;
}

.footer.dark-theme .footerDirectionsWrapper, .footer.dark-theme .footerPhoneWrapper{
	display:inline-block;
	vertical-align:middle;
	padding-bottom: 0 !important;
	font-size:13px!important;
}


.footer.dark-theme .footerDirectionsLink{
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid white;
}

.footer.dark-theme .firstRowFooterLink.logo{
	display:block;
}

.footer.dark-theme .firstRowFooterLink:not(.logo), .secondRowFooterLink{
	padding: 1px 10px;
	vertical-align:middle;
	display:inline-block;
}

.footer.dark-theme .firstRowFooterLink:not(.logo):hover, .secondRowFooterLink:hover{
	text-decoration: none;
}


.footer.dark-theme .footerAboutContent+div a:hover, .footer.dark-theme .footerAboutContent+div a:hover{
	color:  #5383d3 !important;
}

.footer.dark-theme .footerAboutContent+div a:active{
	color:  white !important;
	background-color: #5383d3 !important;
	text-decoration:none !important;
}

.footer.dark-theme .firstRowFooterLink:not(.logo):active, .secondRowFooterLink:active, .footerSecondColumnRow a:active{
	color: #5383d3 !important;
	background-color: white !important;
	text-decoration:none !important;
}

.footer.dark-theme .firstRowFooterLink:hover, .secondRowFooterLink:hover, .footer.dark-theme .firstRowFooterLink:focus, .secondRowFooterLink:focus{
	color: white !important;
}

.footer.dark-theme .firstRowWrapper li:not(:last-child), .secondRowWrapper li:not(:last-child){
	border-right: 1px solid white;
}

.footer.dark-theme .firstRowWrapper{
	margin: 10px 0 20px 0;
	padding: 0;
	font-size:13px!important;
}

.footer.dark-theme .secondRowWrapper{
	padding: 0;
}

.footer.dark-theme .firstRowWrapper li, .secondRowWrapper li{
	list-style: none;
	display: inline-block;
	font-size:13px!important;
}

.footer.dark-theme .footerIconWrapper{
	display:inline-table;
	margin: 10px 15px 20px;
	vertical-align:middle;
}

.footer.dark-theme .footerIconWrapper i{
	font-size: 25px;
	height: 38px;
	width: 38px;
	background-color: rgb(167,30,94);
	border-radius: 50%;
	text-align:center;
	vertical-align:middle;
	line-height: 42px;
}

.footer.dark-theme .footerIconWrapper i.fa.fa-envelope{
	font-size: 17px;
	line-height: 36px;
}

.footer.dark-theme .footerIconWrapper.envelope{
	margin-bottom:10px;
}

.footer.dark-theme .footerIconWrapper + div{
	display: inline-block;
	vertical-align:middle;
}

.footer.dark-theme .footerIconWrapper + div p{
	margin: 0;
}

.footer.dark-theme .footerSecondColumnRow a{
	color:#5383d3 !important;
	text-decoration: none;
	font-weight:bold;
	font-size:13px!important;
	font-style:normal;
}

.footer.dark-theme .footerSecondColumnRow a:hover, .footer.dark-theme .footerSecondColumnRow a:focus{
	color:#f953a1 !important;
}

.footer.dark-theme .footerAboutHeader{
	color: white  !important;
	font-size:17px;
	font-family: 'open sans', sans-serif;
	padding-bottom: 0 !important;
	font-style:normal!important;
}

.footer.dark-theme .footerAboutContent{
	padding-bottom: 0 !important;
}

.footer.dark-theme .footerAboutContent + div{
	color: #b3b8bc  !important; /* originally 92999f */
}

.footer.dark-theme .footerAboutContent + div a{
	color: rgb(173, 169, 171);
	text-decoration:none;
}

.footer.dark-theme .footerAboutContent + div a:visited{
	color: #f953a1;
	text-decoration:none;
}

.footer.dark-theme .footerAboutContent + div a:hover, .footer.dark-theme .footerAboutContent + div a:focus{
	color: rgb(83, 131, 211)  !important;
}

.footer.dark-theme .footerAboutContent + div a:active{
	background-color: #5383d3;
	color: white !important;
}

.footer.dark-theme .footerSocialMediaIcon{
	background-color: rgb(92,99,103);
	height: 35px;
	width: 35px;
	font-size: 20px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius: 2px;
	display: inline-table;
	text-align: center;
	text-decoration:none !important;
}

.footer.dark-theme .footerSocialMediaIcon i{
	display:table-cell;
	vertical-align: middle;
	color: white  !important;
}

.footer.dark-theme .footerMobileButton{
	display: none;
}

@media(max-width: 960px){

.footer.dark-theme .footerSecondColumnRow{
	display:none;
}
.footer.dark-theme .footerAboutHeader{
	margin-top:15px;
}

.footer.dark-theme a.footerMobileButton{
	display: block;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	line-height:1;
	color: white  !important;
	background-color: #dd287d;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, #dd287d, #9c1b57);
    background-image: -moz-linear-gradient(top, #dd287d, #9c1b57);
    background-image: -ms-linear-gradient(top, #dd287d, #9c1b57);
    background-image: -o-linear-gradient(top, #dd287d, #9c1b57);
    background-image: linear-gradient(to bottom, #dd287d, #9c1b57);
    text-shadow: 0px 1px 3px #666666;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    margin-bottom: 7px;
    font-weight: bold;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
    border: 1px solid #dd3d88;
    border-bottom: none;
}

.footer.dark-theme a.footerMobileButton:hover{
	background-color:#a09b9d;
	background-image: -webkit-linear-gradient(top, #a09b9d, #716b6e);
    background-image: -moz-linear-gradient(top, #a09b9d, #716b6e);
    background-image: -ms-linear-gradient(top, #a09b9d, #716b6e);
    background-image: -o-linear-gradient(top, #a09b9d, #716b6e);
    background-image: linear-gradient(to bottom, #a09b9d, #716b6e);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
    border: 1px solid #9a9899;
    border-bottom: none;
    text-decoration: none;
}

.footer.dark-theme a.footerMobileButton:active{
	background: #5383d3;
    background-image: -webkit-linear-gradient(top, #7497d2, #5383d3);
    background-image: -moz-linear-gradient(top, #7497d2, #5383d3);
    background-image: -ms-linear-gradient(top, #7497d2, #5383d3);
    background-image: -o-linear-gradient(top, #7497d2, #5383d3);
    background-image: linear-gradient(to bottom, #7497d2, #5383d3);
    border-color: #5383d3;
    text-decoration: none;
}

.footer.dark-theme{
	text-align:center;
	padding: 15px;
	padding-top: 25px;
	margin-bottom: 0;
}

.footer.dark-theme .secondRowWrapper{
	margin-bottom: 20px;
}

.footer.dark-theme .footerIconWrapper, .footerIconWrapper + div {
	display: none;
}

}