/* { color: #f26600; }*/

.country-list .active
{
	font-weight: 600;
}

.modal .modal-header
{
	background-color: #00617a;
	color: #fff;
}

.modal .modal-header .close
{
	color: #fff;
	opacity: 1;
}

.modal-open .modal
{
	padding-top: 59px;
}		

.footer .link-grid--browse-locations {
	margin-top: 0.5em;
}

.footer__copyright {
    position: absolute;
    bottom: -15px;
    left: 33px;
}

.membership-links a
{
	text-decoration: none;
}

.anchor:target {
	padding-top: 60px;
}

.LDSUpdatePanel
{
	margin: 1em 0;
}

.LDSUpdatePanel .row
{
	padding: 0.5em 0;
}

@media (max-width: 767px)
{

	.tac-xs
	{
		text-align: center;
	}

	.footer-column {
		margin-bottom: 20px;
	}
	
	.footer__bottom {
		padding-top: 0px;
	}	

	.footer__copyright {
		position: static;
	}
}

@media (max-width: 991px)
{
	.footer__copyright {
		left: 13px;
	}
}

@media (min-width: 768px)
{

	.text-banner h2 {
		font-size: 1.25em;
	}	

	.row-vertical-align {
		display: flex;
		align-items: center;
	}

	.social-icons a {
		font-size: 1.4em;
		margin-right: 10px;
	}	
	
	.footer .link-grid--browse-locations li {
		float: left;
		width: 11%;
	}
	
}

@media (min-width: 768px) and (max-width: 991px)
{
		.tac-sm
		{
			text-align: center;
		}
}	

@media (min-width: 992px)
{
	.modal-open .modal,
	.anchor:target
	{
		padding-top: 99px;
	}
	
}

@media (min-width:768px) and (max-width: 1249px) {
	.btn--quick-register
	{
		font-size: 14px;
		padding-top: 14px;
		padding-bottom: 10px;		
	}
}

@media (min-width:992px) and (max-width: 1249px) {

	.joboard-mini-job-search .mini-job-search .nav.nav-tabs li a
	{
		font-size: 0.9em;
	}
}

.btn {
    font-weight: 500;
}

.btn.btn--colour-blue {
    background-color: #2b4b66;
    color: #fff;
}

.input-field {
    border-bottom: 1px solid #5e5e5e;
    margin-bottom: 2em;
    padding: .5em 0;
}

.input-field input {
    border: 0;
    width: 100%;
}