*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #575756;
  text-align: left;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5 rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #15375b;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #07111d;
  text-decoration: underline;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-fluid.forced {
  width: 100%;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  color: #15375b;
}

h1,
.h1 {
  font-size: 2rem;
  font-weight: normal;
}
@media (min-width: 576px) {
  h1,
.h1 {
    font-size: 3.125rem;
  }
}

h2,
.h2 {
  font-size: 1.25rem;
  font-weight: bold;
}

h3,
.h3 {
  font-size: 1rem;
  font-weight: bold;
}

h4,
.h4 {
  font-size: 1rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #575756;
}

.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
  background: #15375b;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none !important;
}
.btn:hover {
  background: #0e243c;
  color: #FFF;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

header {
  padding-bottom: 120px;
}
header nav {
  background: #15375b;
  padding: 10px 15px;
}
header .brand {
  color: #FFF;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1em;
  display: inline-block;
  padding: 10px 0;
}
@media (min-width: 992px) {
  header .brand {
    font-size: 3.125rem;
    padding: 35px 50px;
  }
}

.page-section {
  padding: 30px 0;
}

.section-title {
  text-align: center;
}

.section-intro {
  text-align: center;
}
@media (min-width: 992px) {
  .section-intro .container {
    max-width: 900px;
  }
}

@media (max-width: 767px) {
  .container-memberlogos .col + .col {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .container-memberlogos .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

.col-memberlogo a,
.col-memberlogo img {
  display: block;
}
.col-memberlogo img {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
@media (min-width: 768px) {
  .col-memberlogo {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-memberlogo img {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container-members .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .col-member {
    margin-bottom: 60px;
  }
  .col-member:last-child {
    margin-bottom: 0;
  }
}

.col-member-header {
  padding-bottom: 1rem;
}
.col-member-header h2, .col-member-header p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .col-member-header {
    min-height: 190px;
  }
}
@media (min-width: 992px) {
  .col-member-header {
    min-height: 180px;
  }
}
@media (min-width: 1200px) {
  .col-member-header {
    min-height: 160px;
  }
}
.col-member-header h2 {
  Text-transform: uppercase;
}
@media (max-width: 991px) {
  .col-member-header h2 {
    font-size: 1rem;
  }
}

.col-member-image {
  padding-bottom: 2rem;
}

.col-member-content {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.col-member-content h3 {
  margin-bottom: 0;
}
.col-member-content ul {
  padding-left: 1em;
}

.section-contact .section-inner {
  padding: 60px 0;
  background: #cccccc;
}

.container-contact .col {
  padding: 0;
}
.container-contact .row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .container-contact .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .container-contact .row {
    flex-direction: row-reverse;
  }
}

.col-contact-map {
  background: #FFF;
}
.col-contact-map img {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.col-contact-map .content {
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .col-contact-map .content {
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.col-contact-map .btn {
  font-size: 1.5em;
}

.col-contact-data {
  background: #FFF;
}
.col-contact-data .content {
  padding: 80px 20px;
  text-align: center;
}

.page-footer {
  text-align: center;
  padding-top: 80px;
  font-size: 0.8em;
}

.nav-footer {
  border-top: 1px solid #cccccc;
  padding: 20px;
}

.nav-footer,
.nav-footer a {
  color: #cccccc;
  text-decoration: none;
}