body {
	font-family: "museo-sans-rounded",sans-serif;
	font-weight: 100;
	font-size: 16px;
	color: #666;
}

h1 {
	font-size: 36px;
	color: #374C9A;
}
h2 {
	font-size: 30px;
	color: #55acee;
}
h3 {
	font-size: 24px;
	color: #55acee;
}
h4 {
	font-size: 21px;
	color: #55acee;
}
h5 {
	font-size: 18px;
	color: #55acee;
}
h6 {
	font-size: 16px;
	color: #55acee;
}


a:focus {
	text-decoration:none;
}

.container-well {		
	background-color: #f5f5f5;
	border: 0;
	box-shadow: none;
	border-radius: 10px;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 20px 0 10px;
}
.top-spacer-10 {
	margin-top:10px;
}
.bottom-spacer-20 {
	margin-bottom:20px;
}
/* Top Navigation */
.top-nav ul.nav-pills li a {
	background:#374C9A;
	font-size:14px;
	color:#FFFFFF;
	border:solid 2px #374C9A;
	border-top:0;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	padding:4px 30px;
	margin-left:20px;
	font-weight:700;
	line-height:20px;
	position:relative;
}
.top-nav ul.nav-pills li a.location {
	padding-left:50px;
}
.top-nav ul.nav-pills li a .fa {
	position:absolute;
	left:20px;
	top:2px;
	font-size:20px;
}
.top-nav ul.nav-pills li a:hover {
	background:#FFFFFF;
	color:#374C9A;
}

/* Logo */
  /*.logo {
	 max-width:220px;
}*/
.logo img {
	max-height:100px;
}
.logo h1 {
	margin: 4px 0;
}

/* Main Navigation */
nav a:hover {
	text-decoration:none;
}
.nav-top ul, .nav-top li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.nav-top-main {
	
	background:##fff;
	margin-top:20px;
	border-bottom:solid 4px #374c9a;
}

.nav-top-main .nav-links-list-sub {
	display:none;
}

.nav-top-links {
	width:100%;
}

.nav-top-links li {
	width:19.4%;
}

.nav-top-main a {
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	color:#545353;
	display:block;
	padding:7px 0 7px;
	width:100%;
	letter-spacing:2px;
	text-align:center;
}

.nav-top-main a:hover {
	color:#0094ff;
}

.nav-top-main a.active {
	background:#374c9a;
	color:#fff;
	font-weight:1000;
	text-decoration:none;
}

.nav-top-sub {
	background: #597cb7 url(img/sub-menu_bg.png) repeat-x 0 0 fixed;
	clear: both;
	color: #fff;
	display: none;
	padding: 10px 0;
	position: relative;
}

.nav-links-group {
	width:180px;
	float:left;
	margin-left:1em!important;
}
.nav-links-group:first-of-type {
	margin-left:0!important;
}

.nav-top-sub .nav-links-list a {
	color:#fff;
	display:block;
	padding:10px;
	width:180px;
	background:url(img/sub-menu_bullet.png) no-repeat 90%;
	border-bottom:solid 1px #fff;
}

.nav-top-sub .nav-links-list a:hover {
	color:#FFFFFF;
	background:url(img/sub-menu_bullet.png) no-repeat 92%, -webkit-linear-gradient(90deg, #37b34a 0, #8bc53f 100%);
	background:url(img/sub-menu_bullet.png) no-repeat 92%, -moz-linear-gradient(0deg, #37b34a 0, #8bc53f 100%);
	background:url(img/sub-menu_bullet.png) no-repeat 92%, linear-gradient(0deg, #37b34a 0, #8bc53f 100%);
}

.nav-top-sub a.hide-sub {
	float:right;
	background:#374C9A;
	opacity:0.8;
	color:#fff;
	text-align:center;
	display:block;
	padding:4px 10px;
	clear:both;
	margin-top:-20px;
}
.nav-top-sub a.hide-sub:hover {
	opacity:1;
}

.slicknav_menu {
	display:none;
}

/* Floating Inner Nav */
nav#floating-nav {
    width:258px;
	margin-top:3em;
}

nav.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-top:12px;
}


nav#floating-nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

nav#floating-nav li {

}

nav#floating-nav li a {
	display:block;
	width:258px;
	padding:7px 0 11px 15px;
	font-size:23px;
    color:#fff;
    font-weight:500;
	text-shadow:1px 1px 3px rgba(0,0,0,0.3);
	background:url(img/floating-nav.png) no-repeat top;
}

nav#floating-nav li a.nav-active, 
nav#floating-nav li a:hover {
    background-position:bottom;
	text-decoration:none;
}

/* Banner */

.banner {
	margin-bottom:20px;
}


/* Search Box */

.search-box {
	/* background: url(img/search-box-highlight1.png) no-repeat 10px 6px, url(img/search-box-highlight2.png) no-repeat 99.3% 89%, url(img/search-box-glass.png) no-repeat 80% 30%, -webkit-linear-gradient(90deg, #39a835 0, #8ed800 100%);
	background: url(img/search-box-highlight1.png) no-repeat 10px 6px, url(img/search-box-highlight2.png) no-repeat 99.3% 89%, url(img/search-box-glass.png) no-repeat 80% 30%, -moz-linear-gradient(0deg, #39a835 0, #8ed800 100%);
	background: url(img/search-box-highlight1.png) no-repeat 10px 6px, url(img/search-box-highlight2.png) no-repeat 99.3% 89%, url(img/search-box-glass.png) no-repeat 80% 30%, linear-gradient(0deg, #39a835 0, #8ed800 100%); */
	border:solid 1px #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* -webkit-box-shadow: 0 2px 0 0 rgba(255,255,255,0.46) inset;
	box-shadow: 0 2px 0 0 rgba(255,255,255,0.46) inset; */
	margin-top: 20px;
	margin-bottom: 20px;
}
.search-box .title {
	margin-top: 20px;
	font-size:26px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
}
.search-box .search-btn {
	margin-top: 35px;
}
.search-box .search-btn .btn-search {
	width:198px;
	height:49px;
	/* padding-right:20px;*/
	background:url(img/btn-search.png) no-repeat top;
	background-size:cover;
	cursor:pointer;
	border:0;
	color:#fff;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	border: 1px solid #fff;
    border-radius: 4px;
}
.search-box .search-btn .btn-search:hover {
	background-position:bottom;
}
.search-box .search-left, .search-box .search-right {
	padding-top:20px;
	padding-bottom:20px;
}
.search-box select {
	margin-top: 10px;
}

/* Full Width Sections */
section#overview .container {
	padding-bottom: 40px;
}

section.section-odd, section.section-even {
	border-bottom:solid 1px #eee;
}
section.section-odd h2, section.section-even h2 {
	font-size:40px;
	font-weight:700;
	margin-top: 40px;
}
section.section-odd h3, section.section-even h3 {
	font-size:40px;
	font-weight:700;
	margin-top: 40px;
}
section.section-odd img, section.section-even img {
	margin-top: 40px;
}
section.section-odd, 
section.section-even {
	font-size:20px;
}
section p.intro {
	font-size:26px;
}
section p a {
	color:#36358A;
	display:inline-block;
	padding:5px 20px;
	border:solid 1px #36358A;
}
section p a:hover {
	color:#37b24a;
	text-decoration:none;
	border-color:#37b24a;
}
section a.toggle-close i {
	padding:20px;
	font-size:24px;
	color:#36358A;
}
section a.toggle-close i:hover {
	color:#37b24a;
}
section .hidden-second {
	display:none;
}
section.no-bg {
	background-image:none !important;
}
.section-odd {
	background-color:#f6f6f6;
}

.section-even {
	background-color:#fff;
}
section .section-overlay {
	position:relative;
	min-height:400px;
}
section .section-overlay img {
	position:absolute;
	bottom:-4em;
	right:1em;
}

section#power-generation div.container,
section#oil-gas-petrochemicals div.container {
	background-image: url(img/forward-sectors-energy.png);
	background-repeat: no-repeat;
	background-position: 20% 0;
	background-size: contain;
}

section#transmission-and-distribution div.container,
section#renewable-alternative-energy div.container {
	background-image: url(img/forward-sectors-energy.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: contain;
}


section#infrastructure-civil-engineering div.container {
	background-image: url(img/forward-sectors-environmental.png);
	background-repeat: no-repeat;
	background-position: 20% 0;
	background-size: contain;
}

section#environmental-services div.container {
	background-image: url(img/forward-sectors-environmental.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: contain;
}

section#equipment div.container,
section#electronics-embedded-systems div.container {
	background-image: url(img/forward-sectors-engineering.png);
	background-repeat: no-repeat;
	background-position: 20% 0;
	background-size: contain;
}

section#transportation div.container,
section#consumer-products div.container {
	background-image: url(img/forward-sectors-engineering.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: contain;
}

section#applications-database-erp div.container {
	background-image: url(img/forward-sectors-technology.png);
	background-repeat: no-repeat;
	background-position: 20% 0;
	background-size: contain;
}

section#infrastructure div.container {
	background-image: url(img/forward-sectors-technology.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: contain;
}

section#accounting-finance div.container,
section#legal div.container,
section#sales div.container {
	background-image: url(img/forward-sectors-professional-services.png);
	background-repeat: no-repeat;
	background-position: 20% 0;
	background-size: contain;
}

section#human-resources-hr div.container,
section#marketing div.container {
	background-image: url(img/forward-sectors-professional-services.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: contain;
}


.learn-more {
	margin-bottom: 20px;
}

.to-top {
	padding:2em 0;
}
.to-top a.up-arrow {
	display:block;
	margin:0 auto;
	width:114px;
	height:114px;
	background:url(img/up-arrow.png) no-repeat top;
}
.to-top a.up-arrow:hover {
	background-position:bottom;
}
/* Social Nav */
.nav-social {
	font-size:19px;
	font-weight:700;
}

.nav-social>li {
	padding:0;
}

.nav-social>li>a {
	background:#f3f3f3;
	color:#374c9a;
	border-radius:0;
	line-height:70px;
	transition: all 0.2s ease;
}

.nav-social>li>a i {
	display:inline-block;
	padding:20px 20px 0;
	font-size:36px;
}

.nav-social>li.first>a i {
	color:#3daee1;
}

.nav-social>li.last>a i {
	color:#4761b4;
}

.nav-social>li>a:hover, .nav-social>li>a:focus {
	background:#374c9a;
	color:#fff;
}

.nav-social>li>a:hover i, .nav-social>li>a:focus i {
	color:#fff;
}

.nav-social>li.first a {
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}

.nav-social>li.last a {
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}

.social-list-group li {
	background:#f3f3f3;
	border: none;
	line-height:70px;
	font-size:19px;
	font-weight:700;
	padding: 0;
}

.social-list-group li:hover {
	background:#374c9a;
}

.social-list-group li:hover a,
.social-list-group li:hover a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.social-list-group>li>a i {
	display:inline-block;
	padding:20px 20px 0;
	font-size:36px;
}

.social-list-group li.first {
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	border-bottom: 3px solid #FFFFFF;
}

.social-list-group li.last {
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	border-top: 2px solid #FFFFFF;
}

/* Home 3 Columns */
.home-3-col .panel {
	border:0;
	padding:0;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.home-3-col .panel-heading {
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:0 5px;
}

.home-3-col-1 .panel-heading {
	background:url(img/col-header-bg.png) no-repeat right, 
		-webkit-linear-gradient(90deg, #1b75ba 0, #00aced 100%);
	background:url(img/col-header-bg.png) no-repeat right, 
		-moz-linear-gradient(0deg, #1b75ba 0, #00aced 100%);
	background:url(img/col-header-bg.png) no-repeat right, 
		linear-gradient(#add43c, #add43c 0, #add43c 100%);
}

.home-3-col-2 .panel-heading {
	background:url(img/col-header-bg.png) no-repeat right, 
		-webkit-linear-gradient(90deg, #1b75ba 0, #00aced 100%);
	background:url(img/col-header-bg.png) no-repeat right, 
		-moz-linear-gradient(0deg, #1b75ba 0, #00aced 100%);
	background:url(img/col-header-bg.png) no-repeat right, 
		linear-gradient(#FF9D2D, #FF9D2D 0, #FF9D2D 100%);
}

.home-3-col-3 .panel-heading {
	background:url(img/col-header-bg.png) no-repeat right, 
		-webkit-linear-gradient(90deg, #1b75ba 0, #00aced 100%);
	background:url(img/col-header-bg.png) no-repeat right, 
		-moz-linear-gradient(0deg, #1b75ba 0, #00aced 100%);
	background:url(img/col-header-bg.png) no-repeat right, 
		linear-gradient(0deg, #1b75ba 0, #00aced 100%);
}




.home-3-col-4 .panel-heading {
	background:url(img/col-header-bg.png) no-repeat right, 
		-webkit-linear-gradient(90deg, #1b75ba 0, #00aced 100%);
	background:url(img/col-header-bg.png) no-repeat right, 
		-moz-linear-gradient(0deg, #1b75ba 0, #00aced 100%);
	background:url(img/col-header-bg.png) no-repeat right, 
		linear-gradient(#d43c61, #e4a2b2 0, #d43c61 100%);
}



.home-3-col .panel-heading h3.panel-title {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:38px !important;
	margin-top: 15px;
}

.home-3-col .panel-body {
	margin:0 -15px;
	font-size:15px;
}

/* Home 4 Col Boxes */
.home-4-col-boxes {
	border:0 !important;
	background-color: #f5f5f5;
	box-shadow: none;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 15px 0 10px;
}
.home-box .panel {
	border:0;
	-webkit-border-radius:10px;
	border-radius:10px;
	height:160px;
	min-height:160px;
	position:relative;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	transition: all 0.5s ease;
	width:100%;
}

.home-box-1 .panel {
	background:url(img/box-1-icon.png) no-repeat 10px 10px, 
		#c1c1c0 url(img/box-1-bg.png) no-repeat right;
}

.home-box-2 .panel {
	background:url(img/box-2-icon.png) no-repeat 10px 10px, 
		#c1c1c0 url(img/box-2-bg.png) no-repeat right;
}

.home-box-3 .panel {
	background:url(img/box-3-icon.png) no-repeat 10px 10px, 
		#c1c1c0 url(img/box-3-bg.png) no-repeat right;
}

.home-box .panel-body, .home-box .panel-body a {
	display:block;
	width:100%;
	height:100%;
	padding:0;
}

.home-box .panel-body a>span.box-link {
	font-size:25px;
	font-weight:500;
	color:#fff;
	position:absolute;
	left:15px;
	bottom:20px;
}

.home-box .panel:hover {
	background-color:#374c9a;
}

/* Footer */
.footer {
	background-color: #f5f5f5;
	color:#575756;
	padding:20px 0;
	line-height:26px;
}
.footer p {
	font-size:15px;
	font-weight:700;
	margin: 0;	
}
.footer .list-unstyled {
	font-size:15px;
	font-weight:700;
}
.footer .list-unstyled a {
	font-weight:100;
	color:#575756;
}
.footer .list-unstyled a:hover {
	color:#0094ff;
	text-decoration:none;
}
.sub-footer {
	background-color: #b0b0b0;
	color:#fff;
}
.sub-footer a {
	color:#fff;
	line-height:48px;
	font-size:15px;
	font-weight:300;
}

.sub-footer .sub-footer-links {
	margin:0;
	padding:0;
}
.align-row {
	display: table; 
	width: 100%;
}
.align-col {
	display: table-cell; 
	float: none !important; 
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

.vbottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}
.img-custom-thumbnail {
	border-radius: 0 0 30px 30px;
	margin-bottom: 20px;
}
.child-content-min-height {
	min-height: 370px;
}
.child-image-right {
	float: right !important;
}

.apply-btn .btn-apply {
	width:222px;
	height:49px;
	padding-right:20px;
	background:url(img/btn-search.png) no-repeat top;
	background-size:cover;
	cursor:pointer;
	border:0;
	color:#fff;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
}

.apply-btn .btn-apply:hover {
	background-position:bottom;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1200px) {
	nav#floating-nav {
		margin-left:-15px;
	}
	.hard-left {
		margin:0;
		padding:0 15px;
	}

}

/* Medium to Large devices (992px to 1200px) */
@media (min-width: 992px) {
	.banner {
		margin: 0 auto;
		max-width: 1770px;
		height:440px !important;
		margin-bottom:20px;
	}
	body.home .search-box {
		margin-top: -175px;
		z-index:1000000;
		0
		position: relative;
	}
	.search-box .title {
		margin-top: 40px;
	}
}

/* Medium devices (desktops, 992px and below) */
@media (max-width: 992px) {
	section {
		background-position:0 50% !important;
	}
	section .section-overlay {
		display:none;
	}
	.banner {
		height:250px !important;
		margin-bottom: 0;
	}
}

/* Small devices (768px and below) */
@media (min-width: 480px) and (max-width: 768px) {
	.nav-top-main a {

	}
	.social-list-group .list-group-item {
		display: inline-block;
		width: 34%;
		border: 0;
	}
	.social-list-group .list-group-item {
		margin-bottom: 0;
		margin-left:-4px;
		margin-right: 0;
	}
	.social-list-group .list-group-item.first {
		border-top-right-radius:0;
		border-bottom-left-radius:20px;
		width: 33%;
		border-right: 2px solid #FFFFFF;
	}
	.social-list-group .list-group-item.last {
		border-top-right-radius:20px;
		border-bottom-left-radius:0;
		width: 33%;
		border-left: 2px solid #FFFFFF;
	}
	.child-content-min-height {
		min-height: 100px;
	}
	.child-image-right {
		float: none !important;
	}
}

/* Smaller Mobile devices (480px and below) */
@media (max-width: 480px) {
	.logo {
		margin-top: 10px;
	}
	#menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
    	margin-top: 10px;
	}
	.nav-top-main {
		border:0;
		margin:0;
	}
	.nav-top-main a {
		padding: 13px 0 11px 15px;
		text-align: left;
	}
	.nav-top-main .nav-links-list-sub {
		background: #597cb7 url(img/sub-menu_bg.png) repeat-x 0 50%;
	}
	.nav-top-main .nav-links-list-sub a {
		color:#fff;
		padding-left:30px;
	}
	.nav-top-main .nav-links-list-sub a:hover {
		text-decoration:underline;
	}
	.slicknav_menu li {
		width:auto;
	}
	.search-box {
		margin: 20px 10px 20px 10px;
	}
	.search-box .search-left {
		padding-bottom:10px;
	}
	.search-box .search-right {
		padding-top:0px;
		padding-bottom:0px;
	}
	.search-box .search-btn {
		margin-top: 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	nav#floating-nav {
		display:none;
	}
	section {
		background-position:100% 50% !important;
	}
	section.section-odd, section.section-even {
		padding:2em 0 !important;
		min-height:200px !important;
	}
	.nav-social {
		margin:0 0 20px 0;
	}
	.sub-footer {
		padding:10px 0;
	}
	.sub-footer li {
		display: block;
	}
	.sub-footer a {
		line-height:20px;
	}
	section {
		background-image:none !important;
	}
}

/* AKKEN OVERIDES */
.acjb-mainHeadContentDiv,
.acjb-mainFooterDiv {
	display: none;
}
html.wf-museosansrounded-n1-active.wf-museosansrounded-n3-active.wf-museosansrounded-n5-active.wf-museosansrounded-n7-active.wf-museosansrounded-n8-active.wf-museosansrounded-n9-active.wf-active body div#page div#jobboardcontent.jobboardcontent div div.acjbMpad div.acjb-mainDivArea div.acjb-mainContentDiv.row-fluid div.acjb-mainContentLeftDiv.acSinupM div#acjb-section div#content div.acjb-inner div.acSinupMInn form#application.form-horizontal.has-validation-callback fieldset div.form-group div.span12 div.input-group span.input-group-addon {
	padding: 0;
}