.inner-wrapper {
  padding-top: 75px !important;
}

.header {
  height: 90px !important;
}

@media only screen and (max-width: 767px) {
  .inner-wrapper {
    padding-top: 58px !important;
  }

  .header {
    height: 70px !important;
    position: fixed;
  }
}

body {
  color: #0074c8 !important;
  line-height: 120%;
  letter-spacing: 0.05em;
  font-family: NeueHaasUnicaPro;
}

.logosize {
    max-width: 130px;
	padding-bottom:15px;
}

@media only screen and (max-width:460px) {
  .content-body {
    padding: 8px 10px
  }
 .col-md-12 {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media only screen and (max-width:400px) {
 .SelectItem {
    width: 130px;
    height: 130px;
  }
 .SelectItem img {
    width: 130px;
    height: 130px;
  }
 .logosize {
    max-width: 80px;
  }
 .logo {
    padding-top: 7.5px;
    padding-left: 20px;
  }
 .bfh-selectbox {
    width: 60px;
  }
}

p strong {
  color:#003763 !important;
}
h3 {
  color:#003763 !important;
}

h4 {
	color:#003763 !important;
}

b {
  color:#003763 !important;
}

.panel-help p {
  color:#003763 !important;
}
.panel-help a {
  color:#0074c8 !important;
}