.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-item,
  iframe,
  embed,
  object,
  video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
  }

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.video-wrapper {
	max-width:950px;
	margin:0 auto;
}

section#top-wrap {
	background:url('../../img/legacy/home-banner.jpg') no-repeat top center;
	background-size:auto 100%;
	padding:50px 0;
	text-align:center;
	box-sizing:border-box;
	color:white;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
}

section#top-wrap p {
	font-size:2.4em;
	line-height:40px;
	width:50%;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}

section#top-wrap a.button {
	padding:20px;
	border:3px solid white;
	text-decoration: none;
	text-transform: uppercase;
	display:inline-block;
	margin-top:20px;
	font-weight:700;
	font-size:1.1em;
	letter-spacing: 2px;
}

section#top-wrap a.button:hover {
	background:white;
	color:black;
}

section#slider {
	padding:60px 0;
	background:black;
	font-weight:100;
}

section#slider h1 {
	margin-top:0;
	font-weight:100;
	margin-bottom:20px;
}

section#slider p {
	line-height:25px;
	font-size:12pt;
}

section#jobs {
	padding:50px 0;
	background:#171717;
}

section#jobs .top {
	text-align:center;
}

section#jobs .top h1 {
	margin:0;
	font-weight:100;
}

section#jobs table {
	width:100%;
	text-align:left;
	margin-top:30px;
	text-transform: uppercase;
	font-size:11pt;
}

section#jobs table th {
	font-weight:100;
	padding:20px;
}

section#jobs table td {
	font-weight:700;
	padding:20px;
}

section#jobs table tr {
	border-bottom:1px solid #6F6F6F;
}

section#jobs table td a.learn-more {
	padding:10px 15px;
	background:#D22730;
	color:white;
	border-radius:5px;
	text-decoration: none;
	white-space:nowrap;
}

section#jobs table td a.learn-more img {
	display:inline-block;
	margin-left:10px;
}

section#jobs table td a.learn-more:hover {
	text-decoration: underline;
}

section#callouts {
	background:black;
	padding:50px 0 20px 0;
}

section#callouts h2 {
	margin:0;
	font-weight:100;
	margin-bottom:10px;
}

section#callouts a.button {
	padding:10px 15px;
	background:#D22730;
	color:white;
	text-decoration: none;
	font-weight:700;
	text-transform: uppercase;
	border-radius:5px;
	display:inline-block;
	margin-top:10px;
}

section#callouts a.button:hover {
	text-decoration: underline;
}

section#job-info {
	padding:50px 0;
	background:black;
}

section#job-info h1 {
	float:left;
	border-bottom:4px solid #D22730;
	padding-bottom:20px;
	width:60%;
	margin-top: 10px;
	margin-bottom:40px;
	font-size: 36px;
	line-height: 40px;
}

section#job-info a.button {
	padding:15px 20px;
	background:#D22730;
	color:white;
	text-decoration: none;
	font-weight:700;
	text-transform: uppercase;
	border-radius:5px;
	display:inline-block;
	margin-top:20px;
	float:right;
	font-size:14pt;
}

section#job-info a.button:hover {
	text-decoration: underline;
}

section#job-info table {
	border:1px solid white;
	border-collapse: collapse;
	text-align:left;
	margin-bottom:20px;
}

section#job-info table.form {
	border:0;
	font-size:12pt;
}

section#job-info table.form input[type="text"], section#job-info table.form input[type="email"] {
	width:100%;
	height:40px;
	background:#202020;
	border:1px solid #555555;
	border-radius:0;
	outline:none;
	color:#ccc;
}

section#job-info table.form input[type="submit"] {
	padding:15px 20px;
	background:#D22730;
	color:white;
	text-decoration: none;
	font-weight:700;
	text-transform: uppercase;
	border-radius:5px;
	display:inline-block;
	margin-top:20px;
	float:right;
	font-size:12pt;
	border:0;
}

section#job-info table.form th, 
section#job-info table.form td {
	padding:8px;
}

section#job-info th {
	text-align:right;
}

section#job-info th, 
section#job-info td {
	padding:15px;
}

section#job-info form#contact label {
	display: block;
	line-height: 46px;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
}

section#job-info form#contact .captcha-form-field {
	position: relative;
	float: none;
	width: 100%;
	margin-right: 0;
}
section#job-info form#contact .captcha-form-field:after {
	position: absolute;
	content: "\f0d9";
	font-family: FontAwesome;
	top: calc(50% - 0.7em);
	right: -17px;
	color: #fff;
}
section#job-info form#contact .captcha-image {
	background: #202020;
	border:1px solid #555555;
}
section#job-info form#contact .captcha-loadnew {
	text-align: center;
	margin-top: 4px;
}

section#job-info form#contact input[type="text"],
section#job-info form#contact input[type="email"],
section#job-info form#contact input[type="file"],
section#job-info form#contact select,
section#job-info form#contact textarea {
	width:100%;
	height:46px;
	padding: 6px;
	background:#202020;
	border:1px solid #555555;
	border-radius:0;
	outline:none;
	color:#ccc;
}

section#job-info form#contact textarea {
	height: 160px;
	resize: none;
}

section#job-info form#contact .checkbox {
	line-height: 46px;
	text-align: left;
	font-weight: normal;
}
section#job-info form#contact input[type="radio"] {
	margin-left: 10px;
	margin-right: 4px;
}

section#job-info form#contact input[type="submit"] {
	padding:15px 20px;
	background:#D22730;
	color:white;
	text-decoration: none;
	font-weight:700;
	text-transform: uppercase;
	border-radius:5px;
	display:inline-block;
	margin-top:20px;
	float:right;
	font-size:12pt;
	border:0;
}


section#job-info p,
section#job-info h2,
section#job-info ul {
	margin-bottom:20px;
}

section#job-info h2 {
	font-weight:100;
	line-height: 1.4em;
	font-size:2em;
}

section#job-info .apply p {
	font-size:12pt;
}

section#job-info .apply form {
	margin:30px 0;
}

section#job-info .apply p.disclaimer {
	font-size:.8em;
	// width:50%;
}

@media (max-width: 767px) {
	section#job-info h1 {
		width:100%;
		margin-bottom: 0;
	}
	section#job-info a.button {
		padding:15px 18px;
	}
	section#top-wrap p {
		font-size: 1.4em;
		width: 80%;
		line-height: 1.3em;
	}
	section#job-info form#contact label {
		text-align: left;
		line-height: normal;
		margin-bottom: 10px;
	}
}