/* Page Top and Navigation */

.page-top {
background: #F06B1E;
}

.gu-white-bg {
	background: #ffffff;
}

.gu-green-bg {
	background: #000;
}

.gu-green-text {
	color: #F06B1E;	
}

.call {
color: #000000;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:#000 !important;
    background:#000;
}

.navbar-default {
background-color: #F06B1E;
border-color: #F06B1E;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color:#000;
}
.slides {border-bottom: 12px solid #F06B1E;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
background-color: #333;
}

.navbar-default a:hover {
  background: #F06B1E !important;
  color: #ffffff;
}

/* General Text */

h1, h2, h3, h4, .vacancies-header, label  {
color: #F06B1E;
border-bottom: 0px;
}

.btn-primary {
color: white;
background-color: #000;
border-color: #000;
}

h3, .h3 {
font-size: 18px !important;
}



.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
background-color: #ef7a36;
border-color: #F06B1E;
}

.forgotten, a {
color: #F06B1E;
}



.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: white;
background-color: #F06B1E;
}


/* Main Content */

.main-content {
min-height: 550px;	
}


/* ************** Panel Styles  */

.thumbnail {
margin: 0 0 30px 0;
padding: 0px;
background: #eeeeee;
border: 0px solid #F2F7FB;
border-top: 4px solid #E5E5E5;
position: relative;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}

.panel .caption {
min-height: 160px;
padding: 10px 30px 35px 30px !important;
padding-top: 30px;
padding-right: 30px;
padding-bottom: 35px;
padding-left: 30px;
}

.panel-heading {
background: #000;
margin-top: 0px;
}

.panel-heading {
margin-bottom: 0px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-weight: 600;
border-bottom: 0px;
color: #fff;
}

.panel {
margin-top: 0px;
margin-bottom: 0px;
background-color: white;
border: 0px;
}


/* ************** Search Form Style  */
.dark-matter {
    background: #000;
    padding: 18px 20px 4px 0px;
    color: #D3D3D3;
    text-shadow: 1px 1px 1px #444;
    border: none;
	margin-top: -140px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.search-logo {
padding: 0px 15px;	
}
.dark-matter h1 {
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #444;
    margin: -10px -30px 30px -30px;
}
.dark-matter h1>span {
    display: block;
    font-size: 11px;
}
.dark-matter label {
    display: block;
    margin: 0px 0px 1px;
}
.dark-matter label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    font-weight: bold;
}
.dark-matter input[type="text"], .dark-matter input[type="email"], .dark-matter textarea, .dark-matter select {
    border: none;
    color: #525252;
    height: 25px;
    line-height:15px;
    margin-bottom: 0px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #DFDFDF;
	width: 100%;
}
.dark-matter select {
    background: #DFDFDF url('/Content/AimSearch/assets/images/down-arrow.png') no-repeat right;
    background: #DFDFDF url('/Content/AimSearch/assets/images/down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    height: 35px;
    color: #525252;
    line-height: 25px;
	width: 100%;
}

.dark-matter .button {
    background: #F06B1E;
    border: none;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold;
    box-shadow: 1px 1px 1px #3D3D3D;
    -webkit-box-shadow:1px 1px 1px #3D3D3D;
    -moz-box-shadow:1px 1px 1px #3D3D3D;
	margin-bottom: 0px;
	width: 100%;
}

.dark-matter .button:hover {
    color: #333;
    background-color: #EBEBEB;
}

dl {
margin-top: 0;
margin-bottom: 10px;
}


/* Footer Area */

#footer {
background: #000;
}


@media (max-width: 768px) {
	.dark-matter {
		margin-top: 0px !important;
}
}

@media (max-width: 990px) {
	.dark-matter {
		margin-top: 0px !important;
}
}
