/* Foundation Styles */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  background: #eee;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 112.5%; /* 18px */
  line-height: 1.35;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
main {
  display: block;
}
strong {
  font-weight: bold;
}
a {
  color: #373eb7;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button {
  color: inherit;
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
li + li, ul, ol {
  margin-top: 0.5em;
}
hr {
  margin: 2em 0;
}
*::-moz-selection {
  background-color: rgba(11, 20, 162, 0.8);
  color: #fff;
}
*::selection {
  background-color: rgba(11, 20, 162, 0.8);
  color: #fff;
}
/* End Foundation Styles */

.width-contain {
  padding: 0 1rem;
  margin: 0 auto;
  width: auto;
  max-width: 45rem;
}

.feature-h {
  overflow: hidden;
  margin: 2rem auto;
  padding: 0 1rem;
  max-width: 82rem;
}
.feature-h__line {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  float: left;
  clear: both;
  background: rgba(11, 20, 162, 0.8);
  color: #fff;
  padding: 0.1em 2rem 0 1rem;
  text-transform: uppercase;
}
.feature-h__line + .feature-h__line {
  margin-top: -0.1em;
}
.feature-h__line--sm {
  font-size: 1.25rem;
}
@media (min-width: 32rem) {
  .feature-h__line {
    font-size: 2.8rem;
    padding: 0.1em 2.8rem 0 1.4rem;
  }
  .feature-h__line--sm {
    font-size: 1.75em;
  }
}
@media (min-width: 43rem) {
  .feature-h__line {
    font-size: 4rem;
    padding: 0.1em 4rem 0 2rem;
  }
  .feature-h__line--sm {
    font-size: 2.5em;
  }
}

.social-list {
  list-style-type: none;
  padding: 0;
}

.svg-icon-container {
  display: inline-block;
  background: #373eb7;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  position: relative;
  margin-right: 0.5em;
  margin-left: 0.25em;
}
.svg-icon-container > svg {
  fill: #fff;
  position: absolute;
  width: 55%;
  height: 55%;
  bottom: 50%;
  right: 50%;
  -ms-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
