/* Desktop Universal Styles */

.footer-credits{
    text-align: center;
    background: #1b75bc;
}

.footer-credits p{
    padding: 0;
    margin: 0;
    padding-top:5px;
    padding-bottom: 5px;
    color: white;
    
    
}

@media(min-width: 1200px){
	.footer-container{
		width:  100%;
		background: white;
		padding-bottom: 40px;
		box-shadow: 0px 16px 20px 7px #1b75bc;
	}

	.footer-logo-holder{
		width: 75%;
		/*margin-right: 20px;*/
	}

	.footer-logo-holder img{
		width: 100%;
	}

	.footer-logo-container{
		width: 100%;
		display: inline-block;
	}

	.footer-info-container{
		width: 100%;
		display: inline-block;
	}

	.footer-info-container ul{
		list-style: none;
		padding: 0;
		margin-top: 35px;
		font-size: 19px;
	}

	.footer-info-container ul li{
		margin: 15px;
		color: #1b75bc;
	}

	#footer-column{
		display: inline-block;
	}

	#footer-wrap{
		white-space: nowrap;
	}

	#footer-logo-text{
    	margin-top: -60px;
		padding: 0;
	}

	.footer-dot{
		border-radius: 50%;
		background: #b8c8e7;
		width: 18px;
		height: 18px;
		display: inline-block;
		padding: 0;
		margin-right: 20px;
		vertical-align: middle;
	}

	.footer-info-li{
		display: inline-block;
		width: 80%;
		vertical-align: middle;
	}

	.footer-logo-text-holder{
		width: 50%;
	}

	.footer-logo-text-holder img{
		width: 100%;
	}

}

@media(min-width: 1024px) and (max-width: 1199px){
	.footer-container{
		width: 100%;
		background: white;
		/*height: 500px;*/
		box-shadow: 0px 16px 20px 7px #1b75bc;
	}

	.footer-logo-holder{
		width: 75%;
		/*margin-right: 20px;*/
	}

	.footer-logo-holder img{
		width: 100%;
	}

	.footer-logo-container{
		width: 100%;
		display: inline-block;
	}

	.footer-info-container{
		width: 100%;
		display: inline-block;
	}

	.footer-info-container ul{
		list-style: none;
		padding: 0;
		margin-top: 35px;
		font-size: 17px;
	}

	.footer-info-container ul li{
		margin: 15px;
		color: #1b75bc;
	}

	#footer-column{
		display: inline-block;
	}

	#footer-wrap{
		white-space: nowrap;
	}

	#footer-logo-text{
    	margin-top: -60px;
		padding: 0;
	}

	.footer-dot{
		border-radius: 50%;
		background: #b8c8e7;
		width: 18px;
		height: 18px;
		display: inline-block;
		padding: 0;
		margin-right: 20px;
		vertical-align: middle;
	}

	.footer-info-li{
		display: inline-block;
		width: 80%;
		vertical-align: middle;
	}

	.footer-logo-text-holder{
		width: 50%;
	}

	.footer-logo-text-holder img{
		width: 100%;
	}

}

@media(min-width: 769px) and (max-width: 1023px){	

	.footer-container{
		width: 100%;
		background: white;
		box-shadow: 0px 16px 20px 7px #1b75bc;
	}

	.footer-logo-holder{
		width: 95%;
	}

	.footer-logo-holder img{
		width: 100%;
	}

	.footer-logo-container{
		width: 100%;
		display: inline-block;
	}

	.footer-info-container{
		width: 100%;
		display: inline-block;
	}

	.footer-info-container ul{
		list-style: none;
		padding: 0;
		margin-top: 35px;
		font-size: 17px;
	}

	.footer-info-container ul li{
		margin: 15px;
		color: #1b75bc;
	}

	#footer-column{
		display: inline-block;
		vertical-align: middle;
	}

	#footer-wrap{
		white-space: nowrap;
		width: 60%;
	}

	.footer-dot{
		border-radius: 50%;
		background: #b8c8e7;
		width: 18px;
		height: 18px;
		display: inline-block;
		padding: 0;
		margin-right: 20px;
		vertical-align: middle;
	}

	.footer-img{
		width: 40%;
	}

	.footer-info-li{
		display: inline-block;
		width: 80%;
		vertical-align: middle;
	}

	.footer-logo-text-holder{
		width: 50%;
	}

	.footer-logo-text-holder img{
		width: 100%;
	}

	.footer-basic-info{
		width: 60%;
	}


}


@media(max-width: 768px){
	.footer-container{
		width: 100%;
		background: white;
		box-shadow: 0px 16px 20px 7px #1b75bc;
	}

	.footer-logo-holder{
		width: 95%;
	}

	.footer-logo-holder img{
		width: 100%;
	}

	.footer-logo-container{
		width: 100%;
		display: inline-block;
	}

	.footer-info-container{
		width: 100%;
		display: inline-block;
	}

	.footer-info-container ul{
		list-style: none;
		padding: 0;
		margin-top: 35px;
		font-size: 17px;
	}

	.footer-info-container ul li{
		margin: 15px;
		color: #1b75bc;
	}

	#footer-column{
		display: inline-block;
		vertical-align: middle;
	}

	#footer-wrap{
		white-space: nowrap;
		width: 100%;
	}

	#footer-logo-text{
	    display: none;
	}

	.footer-dot{
		border-radius: 50%;
		background: #b8c8e7;
		width: 10px;
		height: 10px;
		display: inline-block;
		padding: 0;
		margin-right: 20px;
		vertical-align: middle;
	}

	.footer-img{
		width: 40%;
	}

	.footer-info-li{
		display: inline-block;
		width: 80%;
		vertical-align: middle;
	}

	.footer-logo-text-holder{
		width: 50%;
	}

	.footer-logo-text-holder img{
		width: 100%;
	}

	.footer-basic-info{
		width: 60%;
	}

}