.writer-footer {
	height: 520px;
	background-image: url('https://cdn.crowdcontent.com/assets/images/homepage/4.jpg');
	background-position: center top;
	background-size: 1820px auto;
}

.writer-footer .dim {
	height: 520px;
	background: rgba(0,0,0,0.25);
}

.writer-footer .title {
	width: 390px;
	height: 130px;
	background: #003666;
	position: relative;
	left: 64px;
	top: 130px;
	line-height: 130px;
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 600;
}

.writer-footer .box {
	width: 390px;
	height: 260px;
	background: #003666;
	position: relative;
	left: 714px;
	top: 130px;
	text-align: center;
	color: #fff;
}

.writer-footer .box p {
	font-weight: 600;
	font-size: 17px;
	padding: 0 60px;
	line-height: 25px;
}

.writer-footer .box .could-be-you {
	position: relative;
	width: 310px;
	height: 65px;
	left: -5px;
	top: 5px;
	background: url('../images/thiscouldbeyou.png') no-repeat;
	margin-bottom: 25px;
}
.writer-footer .box .apply {
	display: inline-block;
	padding: 20px 30px;
	color: #fff;
	border: 2px solid #fff;
	font-weight: 600;
	font-size: 17px;
	margin-top: 10px;
}

.writer-footer .box .apply:hover {
	color: #003666;
	background-color: #fff;
}


/* sub footer for features*/

.blue-footer {
	background-color: #08F;
	color: #FFF;
	height: 260px;
	display: flex;
	align-items: stretch;
}

.blue-footer .container
{
	display: flex;
	align-items: stretch;
	
}

.blue-footer .container .feature-footer-item
{
	background: yellow;
	flex-grow: 1;
}

.blue-footer .container .feature-footer-item:last-child
{
	position: relative;
}	


.blue-footer {
	background-color: #08F;
	color: #FFF;
	height: 260px;
	display: flex;
}

.blue-footer .left {
	text-align: center;
	padding-top: 55px;
	height: 261px;
	margin-top: -15px;
}

.blue-footer h3 {
	font-weight: 600;
	margin: 20px 0;
}

.blue-footer a {
	border: 1px solid #FFF;
  color: #FFF;
	font-family: 'Roboto', sans-serif;
  display: inline-block;
  border-radius: 5px;
  line-height: 48px;
  padding: 0 35px 0 35px;
	font-size: 17px;
	margin: 15px;
}

.blue-footer a:hover {
	background: #fff;
  color: #08F;
}

/* CSS FOR BACKGROUND IMAGES & POSITIONING */

.blue-footer .macbook {
	background-image: url('../images/macbook.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 270px;
	width: 100%;
}

/* END CSS FOR BACKGROUNDS */



.footer
{
	position:relative;
	margin: 0;
	border-top: 30px solid #ccc;
	background: #dadada url('../images/cloud.png') bottom center no-repeat;
	color: #333;
	padding: 60px 0 60px 0;
}

	.footer h3 {
		font-size: 17px;
		font-weight: bold;
	}
	
	.footer h3, .footer a
	{
		color: #454545;
	}
	
	.footer a:hover
	{
		text-decoration: underline;
	}
	
	.footer .telephone-number
	{
		font-size: 28px;
		line-height: 50px;
		font-weight: 700;
		text-align: center;
		padding: 20px 0;
	}
	
	.footer .telephone-number .a
	{
		color: #454545;
	}
	
	.footer .telephone-number .a:hover
	{
		text-decoration: none;
	}
	
	
.footer nav
{
	margin: 0 0 100px 0;
}

.footer.footer-teal
{
	border-top: 30px solid #57C5C8;
	background: #C0E8E9 url('../images/cloud-teal.png') bottom center no-repeat;
	color: #333;
}
	
	.footer.footer-teal h3, .footer.footer-teal .telephone-number
	{
		color: #39ABAE;
	}

.footer.footer-red
{
	border-top: 30px solid #f47a80;
	background: #f8dfe1 url('../images/cloud-red.png') bottom center no-repeat;
	color: #333;
}

	.footer.footer-red h3, .footer.footer-red a
	{
		color: #333;
	}

.footer.footer-green
{
	border-top: 30px solid #A4D057;
	background: #E1F0C9 url('../images/cloud-green.png') bottom center no-repeat;
	color: #333;
}

	.footer.footer-green h3, .footer.footer-green .telephone-number
	{
		color: #8ABD35;
	}
	
.footer.footer-blue
{
	border-top: 30px solid #5DAAE2;
	background: #D3F3FE url('../images/cloud-blue.png') bottom center no-repeat;
	color: #333;
}

	.footer.footer-blue h3, .footer.footer-blue .telephone-number
	{
		color: #459DDE;
	}


.footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
	.footer li
	{
		margin-top: 20px;
		margin-bottom: 10px;
		padding: 0;
		font-weight: 600;
	}
	
	.footer li a
	{
		border-bottom: 1px solid #454545;
	}
	
	.footer li a:hover
	{
		text-decoration: none;
		border-bottom: 1px solid 
	}
	
	.footer li ul li
	{
		margin: 0;
		font-weight: 400;
		font-size: 16px;
		text-decoration: none;
	}
	
	.footer li ul li a {
		text-decoration: none;
		border-bottom: none;
	}
	
	.footer li ul li:first-child
	{
		margin: 0;
		margin-top: 20px;
	}

.footer .footer-copyright li
{
	display: inline;
	font-weight: 400;
	padding-right: 15px;
	font-size: 16px;
}

.footer .footer-copyright li:last-child
{
	padding-right: 0;
}
	
.footer .footer-social-icons
{
	text-align:center;
	font-size: 32px !important;
	line-height: 50px;
}

	.footer-social-icons a:hover
	{
		text-decoration: none !important;
	}

	
	.footer-social-icons .fa-rss-square
	{
		color: #FF962D !important;
	}

	.footer-social-icons .fa-facebook-square
	{
		color: #4460AE !important;
	}
	
	.footer-social-icons .fa-twitter-square
	{
		color: #058CB9 !important;
	}
	
	.footer-social-icons .fa-linkedin-square
	{
		color: #2C86BA !important;
	}
	
	.footer-social-icons .fa-youtube-square
	{
		color: #DC2013 !important;
	}
	
	.telephone-number .fa-phone-square
	{
		font-size: 32px !important;
		line-height: 50px;
	}
	
.footer .footer-copyright
{
	text-align: center;
}
	
@media (min-width: 992px) {
	
	.footer
	{
		padding: 60px 0 100px 0;
	}
	
	.footer .telephone-number
	{
		padding: 0;
	}
	
  .footer .footer-social-icons
	{
		text-align: right;
	}
	
	.footer .footer-copyright
	{
		text-align: left;
	}

}
