@media all and (min-width: 1151px) {
	#footer	{
		background-image: url('/images/design/tweed.jpg');
		padding: 1em 8.33% 3em 8.33%;
		text-align: center;
		color: #FFFFFF;
		clear: both;
	}

	#footer a {
		color: #A5AC43;
	}
	
	#footerlinks {
		height: 50px;
		color: #FFFFFF;
		clear: both;
		width: 100%;
		margin-top: 0em;
		vertical-align: middle;
		text-align: center;
		margin-bottom: 3em;
	}
	
	#footerlinks ul {
	        color: #FFFFFF;
	        font-weight: 500;
	        letter-spacing: 1.5px;
	        list-style: none;
	        margin: 0em 8.33%;
		height: 50px;
		padding: 0em;
		font-size: 80%;
	}
	
	#footerlinks ul li {
	        float: left;
		width: 12.5%;
		padding-top: 1em;
	}
	
	#footerlinks ul li a {
		white-space: nowrap;
	        margin: 0em 1em 0.5em 0em;
	        color: #FFFFFF;
	        display: inline;
	        position: relative;
	        text-decoration: none;
	}
	
	#footerlinks ul li a:hover {
	        color: #FFFFFF;
	}
	
	#footerlinks ul li a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		bottom: -4px;
		left: 0px;
		background-color: #FFFFFF;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}
	
	#footerlinks ul li a:hover:before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	#mb_footerlinks {
		display: none;
	}
	
	#mb_footerimages {
		display: none;
	}
	
	#socialmediabar	img {
		padding: 0em 1em 2em 1em;
		vertical-align: middle;
	}
	
	#footertext	{
		clear: both;
		letter-spacing: 1.5px;
		line-height: 1.7em;
		font-size: 80%;
	}
	
	#footertext strong	{
		font-weight: 300;
		color: #A5AC43;
	}
	
	#footertext strong a	{
		color: #A5AC43;
		text-decoration: none;
	}

	#footertext .address a {
		text-decoration: none;
		color: #FFFFFF;
	}

	#mc_embed_signup {
		max-width: 50vw;
		margin: 0em auto;
	}
}

@media all and (max-width: 1150px) {
	#footer	{
		background-image: url('/images/design/tweed.jpg');
		padding: 1em 8.33% 3em 8.33%;
		text-align: center;
		color: #FFFFFF;
		clear: both;
	}

	#footer a {
		color: #A5AC43;
	}
	
	#footerlinks {
		display: none;
	}
	
	#footerimages {
		display: none;
	}
	
	#mb_footerlinks {
		color: #FFFFFF;
		clear: both;
		width: 100%;
		margin-top: 1em;
		text-align: center;
	}
	
	#mb_footerlinks a {
		font-size: 80%;
	        letter-spacing: 1.5px;
		white-space: nowrap;
	        color: #FFFFFF;
		margin: 0em 1em;
	        display: inline;
	        position: relative;
	        text-decoration: none;
	}
	
	#socialmediabar	img {
		padding: 0em 1em 2em 1em;
		vertical-align: middle;
	}

	#mb_footerimages {
		text-align: center;
		margin: 1em 0em;
	}
	
	#footertext	{
		clear: both;
		letter-spacing: 1.5px;
		line-height: 1.7em;
		font-size: 80%;
	}
	
	#footertext strong	{
		font-weight: 300;
		color: #A5AC43;
	}
	
	#footertext strong a	{
		color: #A5AC43;
		text-decoration: none;
	}

	#footertext .address a {
		text-decoration: none;
		color: #FFFFFF;
	}

	#footertext .mb_phoneemail {
		display: block;
	}

	#mc_embed_signup {
		max-width: 90vw;
		margin: 0em auto;
	}
}
