body {
	margin: 0;
	padding: 0;
}
section.foot {
	position: relative;
	z-index: 02;
	font-family: 'DM Serif Display', serif;
}
@media screen and (max-width: 500px) {
	section.foot {
		border: solid #eec315;
		border-width: 7px 0 0 0;
		height: auto;
		padding-bottom: 40px;
		width: 100%;
		background-image: url(images/foot_bg.jpg);
		background-repeat: no-repeat;
		background-position: center left;
		background-size: auto 100%;
		background-color: #193a69;
	}
	section.foot .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1200px;
	}
	section.foot .wrap .edu_block {
		width: 100%;
		overflow: auto;
		margin: 0 auto 0px auto;
	}
	section.foot .wrap .edu_block p {
		font-weight: bold;
		font-size: 25px;
		color: white;
		text-align: center;
		width: 100%;
	}
	section.foot .wrap .edu_block a {
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		display: block;
		float: left;
		width: 100%;
		color: white;
		padding: 10px 20px;
		text-align: center;
		text-decoration: none;
		box-sizing: border-box;
	}
	section.foot .wrap .edu_block a.view_all span {
		background-color: #071529;
		display: block;
		padding: 20px 0;
		box-sizing: border-box;
		border-radius: 5px;
	}
	section.foot .wrap .edu_block a.apply span {
		background-color: #eec315;
		display: block;
		padding: 20px 0;
		box-sizing: border-box;
		color: black;
		border-radius: 5px;
	}
	section.foot .wrap .tier_2 {
		float: left;
		width: 100%;
		
		padding: 20px;
		box-sizing: border-box;
	}
	section.foot .wrap .fcy_header {
		color: white;
		font-size: 20px;
		padding-bottom: 15px;
		margin: 0;
		background-image: url(images/foot_fcy_menu_bdr.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: auto;
	}
	section.foot .wrap .contact address {
		color: white;
		font-style: normal;
		font-size: 14px;
	}
	section.foot .wrap .contact address p {
		font-weight: bold;
		font-size: 15px;
		margin: 0;
	}
	section.foot .wrap .contact address a {
		text-decoration: none;
		color: #eec315;
	}
	section.foot .wrap .resources nav {
		float: left;
		width: 50%;
	}
	section.foot .wrap .resources nav ul {
		margin: 0;
		padding: 0;
	}
	section.foot .wrap .resources nav ul li {
		list-style-type: none;
		padding-left: 15px;
		background-image: url(images/list_icon_arrow.png);
		background-repeat: no-repeat;
		background-position: center left;
		background-size: 5px;
		margin: 0;
	}
	section.foot .wrap .resources nav ul li a {
		color: #eec315;
		text-decoration: none;
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		display: block;
	}
	section.foot .wrap .social {
		margin: 0 auto 0px auto;
		overflow: auto;
		box-sizing: border-box;
	}
	section.foot .wrap .social a {
		float: left;
		width: 28px;
		height: 28px;
		display: block;
		position: relative;
		margin-right: 15px;
	}
	section.foot .wrap .social a:last-of-type {
		margin-right: 0;
	}
	section.foot .wrap .social a img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
	}
	section.foot .wrap .social .counter {
		width: 100%;
		float: none;
		clear: both;
		padding-top: 10px;
		font-size: 15px;
		color: #eec315;
	}
	section.foot .wrap .social .counter span {
		color: white;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.foot {
		border: solid var(--color-gold);
		border-width: 7px 0 0 0;
		height: auto;
		padding-bottom: 40px;
		width: 100%;
		background-image: url(images/foot_bg.jpg);
		background-repeat: no-repeat;
		background-position: center left;
		background-size: auto 100%;
		background-color: #193a69;
	}
	section.foot .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1200px;
	}
	section.foot .wrap .edu_block {
		width: 100%;
		overflow: auto;
		margin: 0 auto 0px auto;
	}
	section.foot .wrap .edu_block p {
		font-weight: bold;
		font-size: 25px;
		color: white;
		text-align: center;
		width: 100%;
	}
	section.foot .wrap .edu_block a {
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		display: block;
		float: left;
		width: 50%;
		color: white;
		padding: 10px 20px;
		text-align: center;
		text-decoration: none;
		box-sizing: border-box;
	}
	section.foot .wrap .edu_block a.view_all span {
		background-color: #071529;
		display: block;
		padding: 20px 0;
		box-sizing: border-box;
		border-radius: 5px;
	}
	section.foot .wrap .edu_block a.apply span {
		background-color: #eec315;
		display: block;
		padding: 20px 0;
		box-sizing: border-box;
		color: black;
		border-radius: 5px;
	}
	section.foot .wrap .tier_2 {
		float: left;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	section.foot .wrap .fcy_header {
		color: white;
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 12px;
		background-image: url(images/foot_fcy_menu_bdr.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: auto;
		display: block;
	}
	section.foot .wrap .contact address {
		color: white;
		font-style: normal;
		font-size: 14px;
	}
	section.foot .wrap .contact address p {
		font-weight: bold;
		font-size: 15px;
		margin: 0;
	}
	section.foot .wrap .contact address a {
		text-decoration: none;
		color: #eec315;
	}
	section.foot .wrap .resources nav {
		float: left;
		width: 50%;
	}
	section.foot .wrap .resources nav ul {
		margin: 0;
		padding: 0;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	section.foot .wrap .resources nav ul li {
		list-style-type: none;
		padding-left: 15px;
		background-image: url(images/list_icon_arrow.png);
		background-repeat: no-repeat;
		background-position: center left;
		background-size: 5px;
		margin: 0;
	}
	section.foot .wrap .resources nav ul li a {
		color: #eec315;
		text-decoration: none;
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		display: block;
	}
	section.foot .wrap .social {
		margin: 0 auto 0px auto;
		overflow: auto;
		box-sizing: border-box;
	}
	section.foot .wrap .social a {
		float: left;
		width: 28px;
		height: 28px;
		display: block;
		position: relative;
		margin-right: 15px;
	}
	section.foot .wrap .social a:last-of-type {
		margin-right: 0;
	}
	section.foot .wrap .social a img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
	}
	section.foot .wrap .social .counter {
		width: 100%;
		float: none;
		clear: both;
		padding-top: 10px;
		font-size: 15px;
		color: #eec315;
	}
	section.foot .wrap .social .counter span {
		color: white;
	}
}
@media screen and (min-width: 801px) {
	section.foot {
		border: solid #eec315;
		border-width: 7px 0 0 0;
		height: auto;
		padding-bottom: 70px;
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
/*
		background-image: url(images/foot_bg.jpg);
		background-repeat: no-repeat;
		background-position: center left;
		background-size: auto 100%;
*/
	background-color: #000f23;
	}
	section.foot .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1200px;
	}
	section.foot .wrap .edu_block {
		width: 70%;
		overflow: auto;
		margin: 0 auto 100px auto;
	}
	section.foot .wrap .edu_block p {
		font-weight: bold;
		font-size: 25px;
		color: white;
		text-align: center;
		width: 100%;
	}
	section.foot .wrap .edu_block a {
		text-transform: uppercase;
		font-size: 16px;
		font-weight: bold;
		display: block;
		float: left;
		width: 50%;
		color: white;
		padding: 20px 0;
		text-align: center;
		text-decoration: none;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.foot .wrap .edu_block a.view_all span {
		background-color: #000979;
		display: block;
		padding: 20px 0;
		box-sizing: border-box;
		border-radius: 5px;
	}
	section.foot .wrap .edu_block a.apply span {
		background-color: #eec315;
		display: block;
		padding: 20px 0;
		box-sizing: border-box;
		color: black;
		border-radius: 5px;
	}
	section.foot .wrap .tier_2 {
		float: left;
		width: 30%;
		padding: 25px;
		box-sizing: border-box
	}
	section.foot .wrap .fcy_header {
		color: white;
		font-size: 20px;
		padding-bottom: 15px;
		margin: 0;
		background-image: url(images/foot_fcy_menu_bdr.png);
		background-repeat: no-repeat;
		background-position: left bottom ;
		background-size: auto;
	}
	section.foot .wrap .contact{
		width: 40%;
	}
	section.foot .wrap .contact address {
		color: white;
		font-style: normal;
	}
	section.foot .wrap .contact address p {
		font-weight: bold;
		font-size: 15px;
		margin: 0;
	}
	section.foot .wrap .contact address a {
		text-decoration: none;
		color: #eec315;
	}
	section.foot .wrap .resources{
		width: 40%;
	}
	section.foot .wrap .resources nav {
		float: left;
		width: 100%;
	}
	section.foot .wrap .resources nav ul {
		margin: 0;
		padding: 0;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	section.foot .wrap .resources nav ul li {
		list-style-type: none;
		padding-left: 10px;
		background-image: url(images/list_icon_arrow.png);
		background-repeat: no-repeat;
		background-position: center left;
		background-size: 5px;
		margin: 0;
	}
	section.foot .wrap .resources nav ul li a {
		color: #eec315;
		text-decoration: none;
		display: block;
		padding: 10px 0;
	}
	section.foot .wrap .social_wrap {
		width: 20%;
	}
	section.foot .wrap .social a {
		float: left;
		width: 28px;
		height: 28px;
		display: block;
		position: relative;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	section.foot .wrap .social a:last-of-type {
		margin-right: 0;
	}
	section.foot .wrap .social a img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
	}
	section.foot .wrap .social .counter {
		width: 100%;
		float: none;
		clear: both;
		padding-top: 10px;
		font-size: 15px;
		color: #eec315;
	}
	section.foot .wrap .social .counter span {
		color: white;
	}
}
#madebyus {
	color: #afafaf;
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-image: url(images/ddwellers_copy_bg.png);
	height: 30px;
	width: 100%;
	max-width: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	text-align: center;
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
}
#madebyus a {
	color: #eec315;
	text-decoration: none;
}
#madebyus:hover {
	color: white;
}
#madebyus:hover a {
	color: #ffe26b !important;
}