footer
{
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #F1F1F1;
}

.top-footer
{
	background-color: #ffffff;
	padding: 15px 0;
	font-family: 'Roboto-Medium';
	font-size: 14pt;
	color: #000000;
}

.top-footer a
{
	font-family: 'Roboto-Medium';
	font-size: 14pt;
	color: #000000;
	text-decoration: none !important;
	font-weight: normal !important;
}

.main-footer
{
	margin-top: 60px;
}

.footer-contact
{
	display: flex;
}

@media screen and (max-width:992px)
{
	.footer-contact
	{
		flex-direction: column;
		text-align: center;
	}
}

.contact-us-title
{
	margin-left: 190px;
	margin-right: 25px;
}

@media screen and (max-width:992px)
{
	.contact-us-title
	{
		margin-left: 0;
		margin-right: 0;
	}
}

.call-title
{
	position: relative;
	margin-left: 10px;
}

.call-title::before
{
	content: '\f095';
	font-family: 'font_awesome';
	font-size: 14pt;
	position: relative;
	color: #35A666;
	right: 10px;
}

footer .copyright-container,
footer .copyright-container a:link,
footer .copyright-container a:active,
footer .copyright-container a:visited
{
	font-family: 'Roboto-Medium';
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	transition: color 150ms;
	margin-top: 60px;
    text-align: center;
}

@media screen and (max-width:992px)
{
	footer .copyright-container,
	footer .copyright-container a:link,
	footer .copyright-container a:active,
	footer .copyright-container a:visited
	{
		margin-top: 860px;
	}
}


footer .copyright-container a:hover
{
	color: #535353;
}

#footer-secondary-menu-navigation
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: column wrap;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

footer .copyright-container::before
{
    content: '';
    position: relative;
    display: block;
    width: 1100px;
    height: 2px;
    background: #2B6D49;
    bottom: 25px;
    margin: auto;
}

@media screen and (max-width:1200px)
{
	footer .copyright-container::before
	{
		width: 100%;
	}
}

#footer-secondary-menu-navigation li:before
{
	display: none
}


@media screen and (max-width:992px)
{
	#footer-secondary-menu-navigation
	{
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
		text-align: center;
	}
}

#footer-secondary-menu-navigation ul
{
	padding: 0;
    margin: 0;
}

#footer-secondary-menu-navigation li
{
	list-style: none;
	margin-bottom: 25px;
}

/* Top-level Menu Item */
#footer-secondary-menu-navigation > li > a
{
	display: flex;
	align-items: center;
	transition: color 0.2s;
	font-family: 'Roboto-Bold';
	font-size: 14pt;
	margin-bottom: 5px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 15px;

}

@media screen and (max-width:992px)
{
	#footer-secondary-menu-navigation > li
	{
		margin-top: 15px;
	}

	#footer-secondary-menu-navigation > li > a
	{
		justify-content: center;
	}

	#footer-secondary-menu-navigation > li:first-of-type
	{
		margin-top: 0;
	}
}

/* Sub Menu Item */
#footer-secondary-menu-navigation ul a,
#footer-secondary-menu-navigation ul a:link,
#footer-secondary-menu-navigation ul a:active,
#footer-secondary-menu-navigation ul a:visited
{
    font-family: 'Roboto-Medium';
    color: #373F51;
    font-size: 13.5pt;
    transition: color 200ms;
    text-decoration: none;
	font-weight: normal !important;
    /*text-shadow: 1px 1px #000000;*/
}

#footer-secondary-menu-navigation ul a:hover
{
	color: #2B6D49;
}

.locations-container-footer
{
	position: relative;
    display: block !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.15);
	padding: 30px 20px 0 20px !important;
    height: auto !important;
    width: 370px;
    max-width: 100%;
    max-height: 100%;
    margin-top: -28px !important;
	margin-left: -20px !important;
	margin-bottom: 30px !important;
}

@media screen and (max-width:1200px)
{
	.locations-container-footer
	{
		margin: 0 auto 30px auto !important;	
	}
}

#footer-secondary-menu-navigation .locations-container-footer
{
	height: 225px;
}

.locations-container-footer .title
{
	display: flex;
	align-items: center;
	transition: color 0.2s;
	font-family: 'Roboto-Bold' !important;
	font-weight: normal;
	font-size: 14pt !important;
	margin-bottom: 5px;
	color: #000000 !important;
	text-decoration: none;
	margin-bottom: 20px;
}

@media screen and (max-width:992px)
{
	.locations-container-footer .title
	{
		justify-content: center;
	}
}

.locations-container-footer li
{
    font-family: 'Roboto-Medium' !important;
    color: #373F51 !important;
    font-size: 13.5pt !important;
    transition: color 200ms;
    text-decoration: none;
}