@font-face {
	font-family: Source Sans Pro;
	src: url(/UP/HPv3/Assets/fonts/source-sans-pro/SourceSansPro-ExtraLight.ttf) format('truetype');
	font-weight: 200;
}
@font-face {
	font-family: Source Sans Pro;
	src: url(/UP/HPv3/Assets/fonts/source-sans-pro/SourceSansPro-Regular.ttf) format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: Source Sans Pro;
	src: url(/UP/HPv3/Assets/fonts/source-sans-pro/SourceSansPro-SemiBold.ttf) format('truetype');
	font-weight: 600;
}
@font-face {
	font-family: Source Sans Pro;
	src: url(/UP/HPv3/Assets/fonts/source-sans-pro/SourceSansPro-Bold.ttf) format('truetype');
	font-weight: 700;
}

.job-description {
  width: 1150px;
  margin: 0px auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  border: 1px solid #0054a3;
}

@media(max-width: 1200px) {
  .job-description {
    width: 100%;
  }
}

.job-description *, .job-description *:before, .job-description *:after {
  box-sizing: inherit;
}

.job-description a, .job-description a:hover, .job-description a:visited {
  color: #0054a3;
  text-decoration: none;
}

.job-description img {
  width: 100%;
}

.job-description h1, .job-description h3 {
  text-transform: uppercase;  
  color: #0054a3;
}

.job-description h1 {
  font-weight: 700;
  font-size: 1.8em;
}

.job-description h3 {
  font-weight: 700;
  font-size: 1.2em;
  padding-bottom: 0;
  margin-bottom: 0;
}

.job-description .claim {
  background-color: #0054a3;
  color: #fff;
  text-transform: uppercase;
  padding: 2rem 4rem;
  font-size: 2em;
  margin-top: -5px;
  line-height: normal;
}

@media (max-width: 768px) {
  .job-description .claim {
    padding: 2rem 1rem;
  }
}

.job-description .claim .editable-content .editable i.fa {
  color: #fff;
}

.job-description .content {
  padding: 2rem 4rem;
}

@media (max-width: 768px) {
  .job-description .content {
    padding: 1rem 1rem;   
  }
}

.job-description .columns .col-item {
  box-sizing: border-box;
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

.job-description .columns .col-item:first-of-type {
  padding-right: .5em;
}

.job-description .columns .col-item:last-of-type {
  padding-left: .5em;
}

@media (max-width: 768px) {
  .job-description .columns .col-item {
    display: block;
    width: 100%;        
  }

  .job-description .columns .col-item:first-of-type {
    padding-right: 0;
  }
  
  .job-description .columns .col-item:last-of-type {
    padding-left: 0;
  }
}

.job-description ul {
  margin: 0 0 0 .7em;
  padding: 0;
  list-style-type: none;
}

.job-description .content ul li {
  list-style-type: inherit;
}

.job-description .col-item p {
  margin: .2em 0 !important;
}

.job-description ul li:before {
  content: "";
  border-color: transparent rgb(248, 182, 62);
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.3em;
  display: block;
  height: 0;
  width: 0;
  left: -.7em;
  top: 0.9em;
  position: relative;
}

.job-description .footer {
  border: none !important;
  padding: 0 1em !important;
}

.job-description .footer img {
  width: 150px;
}

.job-description .text-right {
  text-align: right;
}

.job-description .footer .footer-claim {
  color: #0054a3;
  margin-top: 2em;
  font-weight: normal;
}

.job-description .footer .columns .col-item {
  box-sizing: border-box;
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

@media (max-width: 768px) {
  .job-description .footer {
    padding: 0 !important;
    margin-top: 1rem;
  }
}

.job-description .submit-button {
  margin-top: 2rem;
  text-align: center;
}

.job-description .submit-button a {
  background-color: #0054a3;
  color: #fff;
  height: 2.625rem;
  font-size: 1rem;
  padding: .6875rem 2.1875rem;
  text-transform: uppercase;
  font-weight: normal;
  transition: all .2s ease;
}

.job-description .submit-button a:hover {
  background-color: #fff;
  border: 1px solid #0054a3;
  color: #0054a3;
}

.editable-video {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}

.editable-video img {
  width: 100%;
  max-width: 720px;
}

@media print {
  .job-description .submit-button {
    display: none;
  }

  .share-icons {
    display: none;
  }
}