/* JBP Styles */

.evidence_item_container {
  width:150px;
  text-align: center;
}

.evidence_pdf_thumb {
  width:80px;
  margin: 20px;
  border:2px solid #999;
}

.evidence_thumb {
  width:100%;
  margin: 20px;
  border:2px solid #999;
}

.grey-trans-bg {
  background: rgba(255,255,255,0.7);
  padding: 30px;
}

.header-logo {
  height: 50px;
  padding-right: 10px;
  border-right: 2px solid #6ea500;
  margin-right: 20px;
}

.how-icon {
  width:50%;
  margin: 0 auto;
}

.green-section {
  background: #6ea500;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.how-section {
  background: url('../img/howItWorksBackground.jpg');
  background-size: cover;
  padding-bottom:400px !important;
}

.how-item {
  color:#000;
  cursor: pointer;
}

.how-item a {
  color:#000;
  text-decoration: none;
}

.how-item a:hover {
  color: #6c757d;
}

.how-item:hover {
  color: #6c757d;
}

.contact-section {
  background: url('../img/contactBackground.jpg');
  background-size: cover;
  padding-bottom:400px !important;
}

.white {
  color: #FFF;
}

.white a {
  color: #FFF;
  text-decoration: none;
}

.white a:hover {
  color: #6c757d;
}

.thin {
  font-weight: 300;
}

.langSelectImg {
  width:22px;
}

.topLangMenu {
  background:#333;
  height:25px;
  color:#FFF;
  font-size:12px;
  padding-top:3px;
}

.topLangMenu a {
  color: #FFF;
  text-decoration: none;
}

.topLangMenu a:hover {
  color: #6ea500;
  opacity:0.7;
}

.link {
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
}

.link:hover {
  color: #6ea500;
  opacity:0.7;
}

.tab-pane {
  padding-top:25px;
}

.padTop10 {
  padding-top:10px;
}

.padTop20 {
  padding-top:20px;
}

.padBot10 {
  padding-bottom:10px;
}

.padBot20 {
  padding-bottom:20px;
}

.tab-container, header.masthead {
  min-height: calc(100vh - 315px);
}

.nav-tabs a {
  color:#6ea500;
}

.nav-tabs .nav-link.active {
  color:#FFF;
  background-color:#6ea500;
}

.navbar {
  box-shadow: 1px 2px 1px #888888;
}

.applicationTableRow {
  cursor: pointer;
}

.sort-code-input {
  width:50px;
  display:inline-block;
}

.mar_bot5 {
  margin-bottom:5px;
}

#app_application_list tr, #all_applicant_list_table tr {
  cursor: pointer;
}

#app_application_list tr:hover, #all_applicant_list_table tr:hover {
  opacity:0.7;
}

.right {
  text-align:right;
}

.modal-body {
  padding-bottom:20px;
}

.schoolLogo {
  height:75px;
}


body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/JBPT_Slider_One.jpg") no-repeat bottom left;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}


