/* 
  Document   : careersSuccess
  Created on : Apr 29, 2015, 7:48:00 AM
  Author   : calebgray
  Description:
    Purpose of the stylesheet follows.
*/
body {
  background-image: none;
}
#content {
  font-family: 'proxima-nova';
}
#content p {
  margin-top: 0;
  line-height: 26px;
  letter-spacing: .025em;
  font-size: 20px;
  color: black;
  text-transform: none;
  text-align: left;
}
#content h1,
#content h2 {
  margin-top: 0;
  padding-top: 0;
  text-align: left;
  color: black;
}
#content #hero {
  padding-top: 60px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 50px;
  font-weight: 400;
  background-image: url('/images/about/horizon.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#content #hero h1,
#content #hero h2 {
  font-family: 'proxima-nova';
}
#content #hero h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 61px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: .025em;
}
#content #hero h2 {
  margin-bottom: 15px;
  padding-top: 0;
  text-transform: none;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: .025em;
}
#description {
  margin-right: 80px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(253, 247, 248, 0.55);
}
#motivation {
  padding-top: 40px;
  padding-bottom: 35px;
  font-size: 20px;
  background-color: #e1e1e1;
}
#motivation .span8 {
  padding-left: 70px;
}
#motivation .span4 {
  margin-right: 0;
  padding-left: 70px;
  padding-right: 70px;
}
#job-listings {
  padding-left: 70px;
  padding-right: 35px;
  padding-top: 60px;
  padding-bottom: 45px;
}
#job-listings h1 {
  margin-bottom: 30px;
  padding-top: 0;
  padding-right: 35px;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'museo-slab';
  font-weight: 700;
  line-height: 20px;
}
#no-jobs {
  margin-top: 0px;
  margin-bottom: 0px;
}
.job-row .span4 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 35px;
}
.job {
  border-style: solid;
  border-color: #305f8f;
  border-width: 2px;
}
.job-title {
  padding-left: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  background-color: #305f8f;
}
.job-links {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  font-size: 16px;
  text-transform: none;
  line-height: 25px;
  color: #305f8f;
}
.job-links:hover {
  color: #305f8f;
}
#accountmngr-box {
  padding-left: 70px;
  padding-top: 50px;
  padding-bottom: 35px;
  padding-right: 70px;
  background-color: #e1e1e1;
}
#accountmngr-box h2 {
  margin-bottom: 25px;
  padding-top: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'museo-slab';
  font-weight: 700;
}
.button {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  background: #467eb8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #467eb8 0%, #305f8f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #467eb8), color-stop(100%, #305f8f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #467eb8 0%, #305f8f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #467eb8 0%, #305f8f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #467eb8 0%, #305f8f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #467eb8 0%, #305f8f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#467eb8', endColorstr='#305f8f', GradientType=0);
  /* IE6-9 */
}
.button:hover {
  color: white;
}
