.full-height{
	height:100%;
}

.styled-button:before{
	position: absolute;
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: 23px;
    top: 23px;
    height: calc(100% - 23px);
    width: calc(100% - 23px);
}

.styled-button:after{
	position: absolute;
    content: "";
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    left: 23px;
    bottom: 23px;
    height: calc(100% - 23px);
    width: calc(100% - 23px);
}

.styled-button{
	color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    padding: 24px 39px;
    text-decoration:none;
    text-align:center;
    font-family:'Montserrat', sans-serif;
    font-weight:bold;
}

.background-img{
	width:100%;
	height:auto;
}


.ba-logo{
	margin-bottom:50px;
}

.styled-button:hover{
	color:#fff;
	text-decoration:none;
}

.georgia{
	font-family:'Georgia', serif;
	color:#fff;
	font-weight:bold;
	font-style:italic;
}

footer{
	padding-top:80px;
	padding-bottom:80px;
	background-color:#04131D;
}

.footer-link{
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	margin-left:30px;
	margin-right:30px;
	text-decoration:none;
}

.footer-link:hover{
	color:#fff;
}

footer .team-ba-logo{
	margin-right:40px;
}

.inline-button{
	display:inline-block;
}

.display-inline{
	display:inline-block;
}

.left-zero{
	text-align:right;
}

.social-icon{
	margin-left:10px;
	display:inline-block;
}

footer .styled-button:before{
	border-left: 1px solid #e33e11;
    border-bottom: 1px solid #e33e11;
}

footer .styled-button:after{
	border-right: 1px solid #e33e11;
    border-top: 1px solid #e33e11;
}

footer .copyright-text{
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	color:#fff;
	font-size:14px;
	line-height:20px;
}

.padding-top-md{
	padding-top:40px;
}

.text-right{
	text-align:right;
}

.privacy{
	color:#fff;
	font-size:14px;
}


@media only screen and (max-width: 750px){
	.row{
		flex-wrap:wrap;
	}

	footer .row{
		text-align:center;
	}
	a.footer-link{
		display:block;
		width:100%;
		text-align:center;
		margin-left:0 !important;
		margin-right:0 !important;
		margin-top:10px;
	}
	footer .team-ba-logo{
		margin-right:0 !important;
		margin-bottom:20px;
	}
	.left-zero{
		margin-top:40px;
		text-align:center;
	}
	footer .text-right{
		text-align:center !important;
		margin-top:20px;
	}
	footer .styled-button{
		display:block;
	}
}


