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

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #707070;
  font-family: "GalanoGrotesque-Regular", "GalanoGrotesque-Bold";
  font-size: 18px;
  line-height: 31px;
  margin: 0;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

html {
  color: #707070;
  font-size: 100%;
  font-size: 18px;
  line-height: 31px;
}

h1 {
  color: #0265b3;
  font-size: 1.4rem;
  line-height: 2.333rem;
}

h2 {
  color: #0265b3;
  font-size: 1.277rem;
  line-height: 2.166rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GalanoGrotesque-Bold";
  margin-top: 0;
}

p, a, li {
  font-family: "GalanoGrotesque-Regular";
  font-size: 0.777rem;
  line-height: 1.166rem;
}

img {
  border: 0;
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

a:focus,
button:focus {
  outline: none;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a,
a:hover {
  color: #707070;
}

button:hover,
button:focus,
button:visited,
button:active,
button:active:focus,
button:active:hover {
  background-color: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr {
  font-family: "FuturaNewBook-Reg";
  vertical-align: top;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.055rem;
    line-height: 3.5rem;
  }
  h2 {
    font-size: 1.833rem;
    line-height: 3.277rem;
  }
  p, a, li {
    font-size: 0.888rem;
    line-height: 1.444rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.611rem;
    line-height: 4.055rem;
  }
  h2 {
    font-size: 2.055rem;
    line-height: 3.277rem;
  }
  p, a, li {
    font-size: 1rem;
    line-height: 1.722rem;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
}