/* Reset and global primitives */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button, input, select, textarea {
  margin: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
tbody, tfoot, thead {
  border: 0;
  background-color: transparent;
  color: inherit;
}
tbody td, tbody th {
  padding: 0;
}
tbody tr:nth-child(even) {
  background-color: transparent;
}
td, th {
  padding: 0;
  text-align: left;
}
*, *:before, *:after {
  position: relative;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img {
  display: block;
  height: auto;
  width: 100%;
}
a:link, a:visited {
  color: #0079b5;
  text-decoration: underline;
  transistion: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a:hover, a:focus {
  color: rgb(0, 85, 128);
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(75, 125, 145, 0.2);
  max-width: none;
}
.g-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 768px) {
  .g-wrapper {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .g-wrapper {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.g-box-inset {
  padding: 3.2rem;
}
@media (min-width: 768px) {
  .g-box-inset {
    padding: 6.4rem;
  }
}
@media (min-width: 1024px) {
  .g-box-inset {
    padding: 8rem;
  }
}
.g-box-inset-medium {
  padding: 1.6rem;
}
@media (min-width: 768px) {
  .g-box-inset-medium {
    padding: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .g-box-inset-medium {
    padding: 6.4rem;
  }
}
.g-box-inset-small {
  padding: 1rem;
}
@media (min-width: 768px) {
  .g-box-inset-small {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .g-box-inset-small {
    padding: 4rem;
  }
}
.g-section-separator {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .g-section-separator {
    margin-bottom: 6.4rem;
  }
}
@media (min-width: 1024px) {
  .g-section-separator {
    margin-bottom: 8rem;
  }
}
.arrow-link {
  color: #0079b5;
  text-decoration: none !important;
}
.arrow-link:after {
  content: '\2192';
  padding-left: 0.8rem;
}
.btn {
  border-radius: 4px;
  border: 1px solid rgba(0, 125, 188, 0.35);
  cursor: pointer;
  display: inline-block;
  font-family: "BentonSans Medium", sans-serif;
  font-size: 1.6rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
  width: 100%;
  background-color: #0079b5;
  color: white;
}
@media (min-width: 768px) {
  .btn {
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.btn:hover, .btn:focus {
  color: white;
  background-color: rgb(0, 102, 153);
}
a.btn {
  color: white;
  text-decoration: none;
}
.header-wrapper {
  border-bottom: 1px solid rgba(75, 125, 145, 0.2);
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 80px;
}
.header .logo {
  flex: auto;
}
.layout-wrapper {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .layout-wrapper {
    margin-bottom: 6.4rem;
  }
}
@media (min-width: 1024px) {
  .layout-wrapper {
    margin-bottom: 8rem;
  }
}
.footer {
  border-top: 1px solid rgba(75, 125, 145, 0.2);
  padding-bottom: 3.2rem;
  padding-top: 3.2rem;
  font-size: 1.2rem;
}
.footer .disclaimers:not(:last-child) {
  margin-bottom: 1.6rem;
}
.footer .disclaimers p {
  line-height: 1.8;
  margin-bottom: 1.6rem;
}
.footer .disclaimers p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer li:not(:last-child) {
  margin-right: 0.8rem;
}
@media (min-width: 768px) {
  .footer li:not(:last-child):after {
    content: '·';
    margin-left: 0.8rem;
  }
}
/* General styles */
.mobile-hidden {
  display: none !important;
}
html {
  font-size: 62.5%; /* 10px Root font size*/
}
body {
  font-family: 'BentonSans Regular', sans-serif;
  font-size: 1.6rem;
  color: #122930;
  line-height: 1.5;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "BentonSans Regular", sans-serif;
}
.delta {
  margin-bottom: 1.6rem;
}
h4, h5, .epsilon {
  margin-bottom: .8rem;
}
@media (min-width: 1024px) {
  h1, h2, h3, .alpha, .zeta, .beta, .gamma, .delta {
    margin-bottom: 3.2rem;
  }
}
p {
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
.hug, .hug + p {
  margin-bottom: 0
}
strong, .bold {
  font-family: "BentonSans Bold", sans-serif;
}
h1, .alpha, .zeta {
  line-height: 1.2;
  font-size: 4rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 1024px) {
  h1, .alpha {
    font-size: 6.5rem;
  }
  .zeta {
    font-size: 5rem;
  }
}
h2, .beta {
  line-height: 1.2;
  font-size: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 1024px) {
  h2, .beta {
    font-size: 4.2rem;
  }
}
h2:first-of-type, .beta:first-of-type {
  margin-top: 0;
}
h3, .gamma {
  line-height: 1.5;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 1024px) {
  h3, .gamma {
    font-size: 2.8rem;
  }
}
h4, .delta {
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  h4, .delta {
    font-size: 2rem;
  }
}
h4 {
  font-family: "BentonSans Medium", sans-serif;
}
h5, .epsilon {
  font-family: "BentonSans Bold", sans-serif;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  h5, .epsilon {
    font-size: 1.6rem;
  }
}
.cta {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.hide {
  display: none;
}
.flex-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-items .item:not(:last-child) {
  margin-right: 6.4rem;
}
.flex-items .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width:1024px) {
  .flex-items .item:not(:last-child) {
    margin-right: 3.2rem;
  }
}
@media (max-width:768px) {
  .flex-items {
    display: block;
  }
  .flex-items .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3.2rem;
  }
}
.content ul {
  list-style: disc;
}
.content ul, .content ol {
  margin-top: 1.6rem;
  margin-bottom: 3.2rem;
  margin-left: 2rem;
}