﻿.footer.dark-theme {
	background-color: #292c2f;
	padding: 2.5rem 0.1875rem 	1.875rem .5rem;
	color: white;
	font-family: 'open sans', sans-serif !important;
	font-size: 0.8125rem;
	margin-bottom: -2.1875rem;
	line-height: 1.25rem;
	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, .footerContactWrapper  {
	display:inline-block;
	vertical-align:middle;
	padding-bottom: 0 !important;
	font-size:0.8125rem!important;
}


.footer.dark-theme .footerDirectionsLink{
	padding-left: 0.625rem;
	margin-left: 0.625rem;
	border-left: 1px solid white;
}

.footer.dark-theme .firstRowFooterLink.logo{
	display:block;
}

.footer.dark-theme .firstRowFooterLink:not(.logo), .secondRowFooterLink{
	padding: 0.0625rem 0.625rem;
	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: 0.625rem 0 	1.25rem 0;
	padding: 0;
	font-size:0.8125rem!important;
}

.footer.dark-theme .secondRowWrapper{
	padding: 0;
}

.footer.dark-theme .firstRowWrapper li, .secondRowWrapper li{
	list-style: none;
	display: inline-block;
	font-size:0.8125rem!important;
}

.footer.dark-theme .footerIconWrapper{
	display:inline-table;
	margin: 0.8125rem 0.9375rem 1.25rem;
	vertical-align:middle;
}

.footer.dark-theme .footerIconWrapper i{
	font-size: 1.5625rem;
	height: 1.5625rem;
	width: 1.5625rem;
	background-color: rgb(167,30,94);
	border-radius: 50%;
	text-align:center;
	vertical-align:middle;
	line-height: 2.625rem;
}

.footer.dark-theme .footerIconWrapper i.fa.fa-envelope{
	font-size: 1.0625rem;
	line-height: 2.25rem;
}

.footer.dark-theme .footerIconWrapper.envelope{
	margin-bottom:0.625rem;
}

.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: #86A8E0 !important;
	text-decoration: none;
	font-weight:bold;
	font-size:0.8125rem!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:1.0625rem;
	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: 2.1875rem;
	width: 2.1875rem;
	font-size: 1.25rem;
	margin-right: 0.4375rem;
	margin-bottom: 0.3125rem;
	margin-top: 0.3125rem;
	border-radius: 0.125rem;
	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: 991px){

.footer.dark-theme .footerSecondColumnRow{
	display:none;
}
.footer.dark-theme .footerAboutHeader{
	margin-top:0.9375rem;
}

.footer.dark-theme a.footerMobileButton{
	display: block;
	text-align:center;
	text-decoration:none;
	font-size:0.875rem;
	line-height:1;
	color: white  !important;
	background-color: #dd287d;
	border-radius: 0.3125rem;
	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: 0.625rem 1.25rem 0.625rem 1.25rem;
    margin-top: 0.625rem;
    margin-bottom: 0.4375rem;
    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: 0.9375rem;
	padding-top: 1.5625rem;
	margin-bottom: 0;
}

.footer.dark-theme .secondRowWrapper{
	margin-bottom: 1.25rem;
}

.footer.dark-theme .footerIconWrapper, .footerIconWrapper + div {
	display: none;
}

}
/* Fixes for Font Awesome Kit */
/*Fix footer for fontawesome Kit */
.footer.dark-theme .footerIconWrapper svg{
	padding:0.5rem;
	height: 2.375rem;
	width: 2.375rem;
	background-color: rgb(167,30,94);
	border-radius: 50%;
}

.footer.dark-theme .footerSocialMediaIcon svg {
    margin-top:0.5rem;
    color:white;
}

.footerAboutContent {
    margin-bottom: 1rem;
    color: #b3b8bc;
}

.footerAboutContent a {
    color: #f953a1 !important;
}