/* Brings the navigation to the front on the smallest of devices */

.navbar-toggle 
{
    z-index: 9999;
}

/* Fix mobile on the smallest of devices */

@media screen and (max-width: 400px)
{
	.h1, h1 
	{
    	font-size: 24px;
	}
	
	#logo 
	{
    	width: 70%;
    	padding: 2px;
	}	
	
	.button-orange-span,
	.button-blue-span, 
	.button-green-span,
	.button-grey-span 
	{
    	font-size: 12px;
	}	
	
	.button-orange, 
	.button-blue, 
	.button-green, 
	.button-grey 
	{
    	min-width: 35px;
	}
	
	#preheader div[class*="button-"] 
	{
    	padding: 5px 5px;
    	margin: 5px;
	}	
}

/* New Class in Home Banner With Search */

.banner-border
{
	border-style: solid;   
	border-radius: 10px;
}

/* Footer fix */

.copyright
{
	margin-top: 10px;
}

.container-bottom-footer
{
	padding-top: 10px;
	padding-bottom: 15px;	
}

.footer_home3, .footer_home3 .container-bottom-footer .sitemap li a 
{
    color: white !important;
    font: normal normal normal normal 16px / 20px Ubuntu, sans-serif;
    padding: 0px 15px;
}

/* Pertemps Dark Blue - Pantone 2747C - #001A71 */

	#home_bar,
	.blue_banner,
	.footer_home2 .home_header,
	.footer_logos_row,
	.nav > li > a:focus, .nav > li > a:hover,
	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, 
	.page-header-wrap, 
	.lead_article
	{
		background-color: #001A71;
	}

	.widget-casestudy .text 
	{
		background: #001A71;
	}

	.banner_bar_bottom 
	{
		background-color: rgba(0,26,113,0.7);
	}

	#search_bar_inner 
	{
		background-color: rgba(0,26,113,0.7);
	}

	.article_inner 
	{
		background-color: rgba(0,26,113,0.7);
	}


/* Pertemps Light Blue - Pantone 284C - #6DABE4 */

	.btn-primary,
	.homesend 
	{
		background-color: #6DABE4;
		border-color: #6DABE4;
	}

	.button-blue,
	.job-search .top-row,
	.widget-casestudy a:hover .text, .widget-casestudy a:focus .text, 
	.cms-content ul li::before 
	{
		background: #6DABE4;
	}

	.lrs_btn,
	.active
	{
		background-color: #6DABE4;
	}

	a 
	{
		color: #6DABE4;
	}

/* 
	Pertemps Green Teal - Pantone 326C - #00b2a9 
*/

/* 
	Pertemps Pink - Pantone Rubine Redc - #CE0058 
*/

/* Pertemps Orange - Pantone 1595C - #D86018 */

	.button-orange 
	{
		background: #D86018;
	}

	.btn.remove-job,
	.widget-job .btn-default:hover 
	{
		border-color: #D86018;
		background-color: #D86018;
	}

/* 
	Pertemps Red - Pantone 485C - #DA291C 
*/

/* Pertemps Light Green - Pantone 382C - #C4D614 */

	.btn-primary:hover,
	.homesend:hover 
	{
		background-color: #C4D614;
		border-color: #C4D614;
	}

	div[class*="home_wide_foot_btn"]:hover,
	.home_wide_foot_btn_end a:hover .fa, 
	a:hover,
	.footer_home1 .social_media i.fa:hover
	{
		color: #C4D614;
	}

	.footer_home3 .container-padding .sitemap li a:hover,
    .footer_home3 .container-bottom-footer .sitemap li a:hover
	{
		color: #c4D614!important;
	}

	.button-green 
	{
		background: #C4D614;
	}

	.lrs_btn:hover 
	{
		background-color: #C4D614;
	}

/* 
	Pertemps Yellow - Pantone 7549C - #FFB514 
*/

/* Pertemps Purple - Pantone 527C - #8031A7 */

	.button-grey 
	{
		background: #8031A7;
	}