/*Offer Pages*/

.wrapper{
	margin-bottom:0px;
}


.opportunities-grid-wrapper {
	background-color: #ececec;
}

.mc-modal-banner
{
	width:100%;
}


.pulse-header {
	display: flex;
	background-color: #1f6effe1;
	justify-content: center;
	align-items: center;
	padding: 60px;
	text-align: center;
	margin-bottom: 50px;
	background-image: url("/images/pulse-header.png");
	background-repeat: no-repeat;
	background-position: center; /* Center the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}


.pulse-header-2 {
	display: flex;
	background-color: #1f6effe1;
	justify-content: center;
	align-items: center;
	padding: 60px;
	margin-top: 50px; 
	/*margin-left:50px;*/
	/*margin-right:50px; */
	/*width:600px;*/
	text-align: center;
	background-repeat: no-repeat;
	background-position: center; /* Center the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.icon-image {
	height: 300px;
	width: 300px;
}

@media only screen and (max-width : 767px) { 
	.careers-listing-header {
		flex-direction: column;
		padding: 20px;
	}


}

@media only screen and (min-width : 768px) { 
	.careers-listing-header {
		height: 100%;
	}
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width : 992px) { 	
	.careers-listing-header {
	}
}

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

	.careers-listing-header {
	}

}

.no_link {
	text-decoration: none !important;
    color:black !important;
}
.resources-card {
	min-height: 355px;
	background-color: #fff;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 75px;
	padding: 0px !important;
	cursor: pointer;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition:all 0.3s ease;
}



.resources-card-active:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 100;
}

.special-card {
	height: auto;
	background-color: #ececec;
	margin: 15px;
	margin-top: 45px;
	padding: 0px !important;
	cursor: pointer;
}

.resources-card-image {
	max-height: 150px;
}
.resources-card-image-container {
	text-align: center;
	max-height: 150px;
}


.resources-card-header-active {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	height: 35px;
	color: #fff;
	background-color: #1f6effe1;
}

.resources-card-header-soon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	height: 35px;
	color: #fff;
	background-color: silver;
}

.resources-card-content {
	padding: 25px;
}

.vertical-card {
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	cursor: pointer;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	padding: 0px;
	transition:all 0.3s ease;
}

.vertical-card:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

@media only screen and (max-width: 1230px) {
	.vertical-card {
		flex-direction: column;
	}
	.img-resources-cell {
		max-height: 180px !important;
		width: 100% !important;
		max-width: 580px;
	}
	.resources-cell {
		width: 100% !important;
		max-height: 180px !important;
	  }
}

.vertical-cards-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 5px;
}

.img-resources-cell {
	width: 360px;
	height: 130px;
	/*max-height: 145px;*/
	object-fit: cover;
}

.resources-cell {
	display: table-cell;
	width: 360px;
	max-height: 145px;
  }

.vertical-card-image {
	width: 100%;
	min-width: 355px;
	margin-right: 25px;
	height: auto;
}

.vertical-cards-content {
	height: auto;
	width: 60%;
	background-color: #fff;
	padding: 15px;
	color: #1f6effe1;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.vertical-card-header {
	font-size: 17px;
	color: #1f6effe1;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 0px;
}

.vertical-card-subheader {
	font-size: 15px;
	color:#000;
	max-width: 550px;
}

.vertical-card-img-container {
	width: 30%;
	/* margin-right: 15px; */
	background-color: #fff;
}

.careers-heading
{
	font-size: 45px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;

}

.careers-sub-heading
{
    line-height: 22px;
    font-weight: 400;
    color: #fff;

}

.thumbnail.featured .company-name {
background-color: #3498db;
}
.thumbnail .caption .company-name {
height: 40px;
padding: 0px 10px;
text-transform: uppercase;
}

.thumbnail .featured {
box-shadow: #999999 2px 2px 10px;
}

.thumbnail{
display: block;
padding:0px;
border: none;
background-color: white;
margin-bottom: 20px;
box-shadow: 1px 1px 1px #CAC9C9;
line-height: 1.428571429;
/*border: 1px solid #f0f0f0;*/
border-radius: 0;
transition: all 0.2s ease-in-out;
}

@media only screen and (max-width : 768px) {

	.thumbnail.listing-tile a>img {
		max-height: 144px;
	}

	.cover-background {

		background-color: lightgrey;
	}

}

@media only screen and (min-width : 768px) {
	
	.thumbnail.listing-tile a>img {
		height: 145px;
  
	}
}

.thumbnail .caption {
margin: 0;
padding: 0;
}

.thumbnail .caption .caption-body {
padding: 10px 10px;
}

.thumbnail.featured .company-name a {
color: white;
}
.thumbnail a>img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}

.company-name 
{
  margin-top:-10px;
}

.company-name-grey
{
	background-color: darkgrey!important;
}

.background-lightseagreen
{
	background-color: lightseagreen!important;
}

.background-lightslategray
{
	background-color: lightslategray!important;
}

.background-navy
{
	background-color: navy!important;
}

.company-name-text
{
line-height: 40px;

}

.content{

/*  margin-top: auto;
  margin-bottom: auto;*/
 /* padding-top: 10px;
  padding-bottom: 20px;*/
}



.opportunity-small-box {
	margin-top: 20px;
}

.career_type h2 {
	font-size: 19px;
}

.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #fff;
border: 0px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: 1px 1px 1px #bbb;
box-shadow: 1px 1px 1px #bbb;
}

.company-logo-job-details {
max-width: 100%;
height: auto;
margin-bottom: 0px;
}

ul.job-detail li {
	margin-left: 0;
}

span.career_type_badge {
background-color: lightblue;
padding: 1px 6px;
border-radius: 4px;
text-transform: uppercase;
font-size: 12px;
float: right;
margin-top: 5px;
}


span.opportunity_area_badge {
background-color: lightgrey;
padding: 1px 6px;
border-radius: 4px;
text-transform: uppercase;
font-size: 12px;
float: right;
margin-top: 5px;
margin-left: 3px;
}

.seniority_junior {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 2px;
    background: #c4e7f5;
    border: 2px solid #24bee5;
    color: #24bee5;
    text-align: center;
    font: 20px Arial, sans-serif;
}
.seniority_mid {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 2px;
    background: #dce8f5;
    border: 2px solid #2e75b6;
    color: #2e75b6;
    text-align: center;
    font: 20px Arial, sans-serif;
}
.seniority_senior {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 2px;
    background: #c7c9d0;
    border: 2px solid #002060;
    color: #002060;
    text-align: center;
    font: 20px Arial, sans-serif;
}
.seniority_executive {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 2px;
    background: #ad9cbc;
    border: 2px solid #2c2630;
    color: #2c2630;
    text-align: center;
    font: 20px Arial, sans-serif;
}
.seniority_title {
	margin-left: 3px;
	flex: 1;
	color: #222222;
	font-size: 16px;
	font-family: "Lato", sans-serif;
}

.move_to_left {
	float: left;
}

span.left_badge {
background-color: lightgrey;
padding: 1px 6px;
border-radius: 4px;
text-transform: uppercase;
font-size: 12px;
float: left;
margin-top: 5px;
margin-left: 3px;
}

span.left_badge {
background-color: lightgrey;
padding: 1px 6px;
border-radius: 4px;
text-transform: uppercase;
font-size: 12px;
float: left;
margin-top: 5px;
margin-left: 3px;
}

span.right_badge {
background-color: lightgrey;
padding: 1px 6px;
border-radius: 4px;
text-transform: uppercase;
font-size: 12px;
float: right;
margin-top: 5px;
margin-left: 3px;
}

button.next {
	width: 74px;
}



.search-opportunity-grid-loader-text
{

	margin-top: 30px;
	margin-bottom: 10px;
	font-style: italic;

}


.home-opportunity-grid-loader-text
{

	margin-top: 60px;
	margin-bottom: 10px;
	font-style: italic;

}

/*Search section*/
/*Ensuring dropdown boxes on search stretch to full width*/

.opportunity-search > .styled-select select
{
	min-width: 165px !important;
	width: 300px;
	width: 100% !important;
	margin-bottom: 10px;
}

.opportunity-search > .styled-select
{
	min-width: 165px !important;
	width: 300px;
	width: 100% !important;
	margin: 5px;
}

.opportunity-search-reset{

	background-color: #333;
	color: white;
	width: 100% !important;
	/*font-weight: bold;*/
}


@media only screen and (max-width : 768px) {
.opportunity-search > .styled-select select
{
	width: 100% !important
}

.opportunity-search > .styled-select
{
	width: 100% !important
}


}



.small-upcase, aside ul.list-unstyled li>small {
color: #999999;
text-transform: uppercase;
font-size: 85%;
}


aside ul.list-unstyled li {
  word-break: break-all;
  padding-bottom: 11px;
}


.icons-job-details
{
  color:#3498db;
}


@media only screen and (max-width : 768px) {
	.responsive .btn-group {
		width: 100%;
	}
}

.opportunities-grid-home {
	background-color: #ececec;
}



.reset-btn {
	margin-left: 3px;
	margin-right: 3px;
}

@media only screen and (max-width : 768px) {
	.reset-btn {
	width: 100%;
	}
}

p.summary {
	min-height: 115px;
}

.responsive .btn-group {
	margin-bottom: 10px;	
}

button.btn:focus {outline:0;}

.btn-sort {
border-radius: 0px;
margin-left: 20px;
margin-right: 20px;
}

.btn-sort:hover, .btn-group.open > .btn-sort {
background-color: white;
border-color: white;
color: #333;
}


ul.career-sort {
	position: absolute;
	background-color: white;
	top: 38px;
	min-width: 190px;
	list-style-type: none;
	padding: 0;
	text-align: left;
	z-index: 1000;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}

ul.career-sort li a {
	margin-left: 10px;
	color: #333333;
}

ul.career-sort li span {
	margin-top: 3px;
	margin-bottom: 3px;
}

ul.career-sort li {
	display: flex;
	border-bottom: solid 1px black;
	cursor: pointer;
}

ul.career-sort li:last-child {
	border-bottom: solid 0px black;
}

ul.career-sort li:hover, ul.career-sort li.selected {
	background-color: #3498db;
}

ul.career-sort li:hover a, ul.career-sort li.selected a {
	color: white;
}

li.divider {
	border-top: 0px solid rgb(230, 230, 230);
}

.btn-group > .career-sort {
	display: none;
}

.btn-group.open > .career-sort {
	display: block;
	border-top: 1px solid black;
}

@media only screen and (max-width : 768px) {
	.signup-linkedin-button{

		width: 100%
	}
}

@media only screen and (min-width : 768px) {
	.signup-linkedin-button{

		width: 50%
	}
}


.mailchimp-headers {
	color:#146fc5
}



@media only screen and (min-width:768px){
    .pulse-header-2{
      width:600px !important;
    }
}

