@import url("https://use.typekit.net/vrp7xym.css");
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Milibus", sans-serif;
  color: #f9f9f9;
  background: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

header, main{
      background: #202d39;
}

a {
  color: #cb1c1b;
  font-family: "Milibus", sans-serif;
}

a:hover {
  color: #cb1c1b;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Milibus", sans-serif;
}

h1{
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}

h4{
    font-weight: 600 !important;
    font-size: 25px;
    line-height: 1.5;
}


@media (max-width: 767px) {
    .navbar-brand{
            display: flex;
            width: 100%;
            justify-content: center;
        }
}


#hero h1{
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 14px 0 14px 18px;
}

@media (max-width: 767px) {
    .nav-menu > ul > li {
            padding: 14px 0 14px 0px;
            border-bottom: 1px solid #cacaca;
    }
}

.navbar-dark .navbar-nav .nav-link {
    font-family: "Milibus", sans-serif;
    color: #fff;
    font-weight : 300;
    font-size: 18px;
    line-height: 22px;
}

.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-dark .navbar-nav .active>.nav-link:hover, 
.navbar-dark .navbar-nav .active>.nav-link{
    color: #cb1c1b;
}

@media (max-width: 767px) {
 .navbar-header{
        position: relative;
        display: block;
        width: 100%;
      }

/* Navigation burger */
    .burger-container {
      cursor: pointer;
      z-index: 9999; 
      position: absolute;
      top: 20px;
      left: 0;
    }

.bar1, .bar2, .bar3 {
  width: 24px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  display: block;
}

.bar2{ width: 18px; }

.change .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
  }

.change .bar2 {
  opacity: 0;
  }

.change .bar3 {
  transform: rotate(45deg) translate(-6px, -6px);
  }
}

.navbar-dark .navbar-toggler{
    border-color: transparent;
}

footer{
    background-color: #f9f9f9;
    color: #8C8C8C;
    font-weight: 300;
}

footer a, footer a:hover{
    color: #8C8C8C;
}

.section-light{
    background-color: #fff;
    color: #202d39;
}

.text-large{
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 300;
}

.text-small{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

section{ 
 padding: 80px 20px;
}

.partners-logo .col{
min-height: 256px;
}

.form-control{
    border-radius: 8px;
    padding: 28px 20px;
    border: 1px solid #202D39;
    margin-bottom: 20px;
}

.form-control:focus, .form-control:active, 
.form-control:active:focus{
        outline: one !important;
        box-shadow: none !important;
         border: 1px solid #202D39;
}

.btn{
    font-size: 16px;
    width: 100%;
    border-radius: 8px;
    padding: 20px 20px;

}

.btn-primary, .btn-primary:hover, 
.btn-primary:focus, .btn-primary:active, .btn-primary:active:focus{
    background-color: #cb1c1b !important;
    border: 1px solid #cb1c1b !important;
    outline: none !important;
     box-shadow: none !important;
}

@media (min-width: 768px) {
    .border-col{
        border-right: 1px solid;
        border-bottom: none;
    }
}

@media (min-width: 576px) {
.row.vertical-divider [class*='col-']:not(:last-child)::after {
  background: #979797;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:20px;
  bottom: 20px;
  right: 0;
  min-height: 70px;
}
}

hr{ border: 1px solid #ececec; margin-left: 40px; margin-right: 40px;}



@media (max-width: 767px) {
.partners-logo .row.vr [class*='col-']:not(:nth-child(2n)):not(:last-child)::after   {
  background: #ececec;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:40px;
  bottom: 40px;
  right: 0;
  min-height: 70px;
}
}

@media (min-width: 768px) {

.partners-logo .row.vr [class*='col-']:not(:nth-child(4n)):not(:last-child)::after {
  background: #ececec;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:40px;
  bottom: 40px;
  right: 0;
  min-height: 70px;
}
}


