@font-face {
  font-family: 'Lineto-Circular-Book-Italic';
  src: url('/assets/fonts/lineto/lineto-circular-bookitalic-s.ttf')  format('truetype');
}

@font-face {
  font-family: 'Lineto-Circular-Black';
  src: url('/assets/fonts/lineto/lineto-circular-black-s.ttf')  format('truetype');
}

@font-face {
  font-family: 'Lineto-Circular-Bold';
  src: url('/assets/fonts/lineto/lineto-circular-bold-s.ttf')  format('truetype');
}

@font-face {
  font-family: 'Lineto-Circular-Book';
  src: url('/assets/fonts/lineto/lineto-circular-book-s.ttf')  format('truetype');
}

/*
@font-face {
  font-family: 'Nunito-Bold';
  src: url('/assets/fonts/nunito/Nunito-Bold.ttf')  format('truetype');
}
@font-face {
  font-family: 'Nunito-Regular';
  src: url('/assets/fonts/nunito/Nunito-Regular.ttf')  format('truetype');
}
*/

/* Intro */

body {
  font-family: "Lineto-Circular-Book", sans-serif;   
}

a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: underline;
}

a {
  text-decoration: underline;
  color: #2276bd;
}

h1, h2, strong {
  font-family: "Lineto-Circular-Bold", sans-serif; 
}

h3, h4, h5, h6 {
    line-height: 150%;
    letter-spacing: 0;
}

p, ul, ol, button, label, a{
  font-size: 16px;
  line-height: 150%;
}

h1 {
  line-height: 150%;
  font-size: 56px;
}

@media (max-width: 1024px) {
    .intro h1, h1 {
        font-size: 48px;
    }
}
@media (max-width: 768px) {
    .intro h1, h1 {
        font-size: 36px;
    }
}

h2 {
  font-size: 32px;
  margin-bottom: 40px;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) { 
  h2 {
    font-size: 26px;
    line-height: 135%; 
  }
}

h2.small_margin {
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  line-height: 36px;  
}

@media screen and (max-width: 768px) { 
  h3 {
    font-size: 21px;
    line-height: 140%; 
  }
}


ul li {
  list-style-image: url("/assets");
}

ul.careers li {
  font-size: 21px;
  line-height: 32px;
}




section, .section {
  padding-top: 80px;
  padding-bottom: 80px;
}

section#join-our-team {
  padding-top: 16px;
  padding-bottom: 6px;
  background-color: #ba2929;
  margin-top: 0px;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}

#join-our-team br {
  display: none;
}

h1.join-our-team {
  margin-top: 30px;
}

@media (max-width: 768px) {
  section#join-our-team {
    padding-top: 15px;
    padding-bottom: 5px;
    top: 60px;
  }
}
@media (max-width: 512px) {
  #join-our-team br {
    display: block;
  }
}

section#join-our-team p {
  font-size: 21px;
  color: white;
}

section#join-our-team a, section#join-our-team a:hover {
  color: white;
  text-decoration: underline;
  font-weight: bold;
  font-size: 21px;
}
section#join-our-team a:hover {
  opacity: 50%;
}


@media (max-width: 1024px) {
  section#join-our-team p {
    font-size: 16px;
  }
  section#join-our-team a, section#join-our-team a:hover {
    font-size: 16px;
  }
}



.navbar-collapse {
    background-color: rgba(0,0,0,.85);
}
.navbar-toggle {
  padding: 38px 20px 30px;
  margin: 0 15px 0 0;
}
.top-nav-collapse .icon-bar {
  width: 23px;
  margin-bottom: 5px;
  background: #b6b6b6;
}

.navbar-custom a.client-login { 
  font-size: 18px;
}

.navbar-custom a.logo img { 
  width: 300px;
}

.navbar-custom a.logo { 
  line-height: 60px;
}

@media (max-width: 768px) {
  .navbar-custom {
    height: 60px;
  }
  .navbar-toggle {
    padding: 22px 5px 10px;
  }
  .navbar-custom a.logo { 
    width: 160px;
    padding: 0;
    line-height: 60px;
    padding-left: 10px;
  }
  .navbar-custom a.logo img { 
    width: 160px;
  }
  .navbar-custom a.client-login { 
    line-height: 62px;
    font-size: 15px;
    padding-left: 20px;
  }
}


.intro {
  display: block;
  margin-top: 100px;
  height: calc(100% - 150px);
  width: 100%;
}

.intro .intro-body {

}

.intro .intro-body h1{
  display: block;
  position: absolute;
  width: 800px;
  max-width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: center;
  /*
  border: 10px red solid;
  */
}

.intro video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

video.ceo {
  border-radius: 20px;
  width: 100%;
}

.no-margin {
  margin: 0;
}






.btn {
  white-space: normal;
  max-width: 350px;
  width: auto;
  font-family: "Lineto-Circular-Bold", sans-serif; 
  font-weight: 900;
  color: #F00;
}


.btn-blue {
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-outline-blue {
  border: 3px #1a354c solid;
  color: #1a354c;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-white {
    letter-spacing: 1px;
}

.btn-outline-white {
  border: 3px white solid;
  color: #FFF;
  background-color: transparent;
  font-weight: 700;
  letter-spacing: 1px;
}
.btn-outline-white {
  color: #FFF;
  background-color: transparent;
  font-weight: 700;
  letter-spacing: 1px;
}


.btn-outline-white:hover, .btn-outline-white:focus {
  border: 3px white solid;
  color: #1a354c;
  background-color: #FFF; 
  opacity: 1;
}

.btn.side-by-side {
  margin-top: 10px;
  width: 48.5%;
  margin-left: 2%;
}

.btn.side-by-side:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
  .btn.side-by-side {
    width: 90%;
    margin-left: 0;
  }
}




.large-header {
  height: 50vh;
  min-height: 300px;
}

.dark {
  background-color: #1a354c;
  color: white;
}

.bg-grey {
  background-color: #f6f6f6; }

.green, .bg-green {
  background-color: #336638;
  color: white;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.grey-wrapper { 
  background-color: #f6f6f6;
  padding: 50px 80px; 
  color: #1a354c;
}

.grey-wrapper.small-margin { 
  padding: 50px 50px; 
}

.grey-wrapper.top-align {
  margin-top: -50px;
}

.grey-wrapper hr {
  border-top: 1px #ddd solid;
}

.career-apply { 
  padding: 50px 80px; 
  background-color: rgba(255,255,255,.2);
}

.career-apply .btn {
  margin-bottom: 0;
}
.career-inset {
  padding: 40px 0;
  margin-top: -40px;
}

.career-inset > div {
  text-align: center;
}

.career-inset > div h1 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) { 
  .grey-wrapper, .career-apply, .grey-wrapper.small-margin { 
    padding: 30px 15px; 
  clear: both;
  }

  .career-inset img{
    width: 80%;
  }
}

.modal .modal-content {
    background-color: #1a354c;
    color: #fff;
    opacity: 1;
}

  .modal .modal-body {
    padding: 30px;
  }

@media screen and (max-width: 768px) { 
  .modal .modal-content {
    width: calc(100vw - 20px);
  }
  .modal .modal-body {
    padding: 20px 0;
  }
  .modal .modal-header {
    padding-left: 15px;
  }
}
.modal-header {
  padding: 0 15px 0 30px;
}
.modal-header h5 {
  padding-bottom: 0;
  font-size: 21px;
  font-weight: 900;
  line-height: 50px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-backdrop { 
  background-color: white
}

.modal-backdrop.in {
  opacity: .9;
}

.modal .modal-header {
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.modal .modal-header .close {
    font-size: 24px;
    line-height: 50px;
    opacity: 1;
    text-shadow: none;
    color: #FFF;
}

form {
    overflow: auto;
    /* clearfix */
}

.checkbox {
    display: inline;
    animation-composition: geometricprecision;
    width: auto;
    margin-right: 10px !important;
}

.form-group a {
  font-size: 14px;
}

.footer-logos img {
  padding: 50px 0;
  margin: 0 20px;
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
}


@media (max-width: 1024px) {
  .large-header {
    background-attachment: scroll !important;;
  }
}