html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

body {
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

h1, .h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}

h2, .h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}

p {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 24px;
}

a, a:visited {
  text-decoration: none;
  color: #000;
}
a:hover, a:active, a:visited:hover, a:visited:active {
  text-decoration: underline;
}

@media (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 26px;
  }
  h1, .h1 {
    font-size: 100px;
    line-height: 105px;
  }
  h2, .h2 {
    font-size: 40px;
    line-height: 46px;
  }
  p {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 26px;
  }
}
.pink {
  color: #E80265;
}

.display-ib {
  display: inline-block;
}

.mb-l {
  margin-bottom: 80px;
}

.mt-l {
  margin-top: 80px;
}

.mb-m {
  margin-bottom: 40px;
}

.mt-m {
  margin-top: 40px;
}

.mb-s {
  margin-bottom: 24px;
}

.mt-s {
  margin-top: 24px;
}

.mb-xs {
  margin-bottom: 16px;
}

.mt-xs {
  margin-top: 16px;
}

.pb-l {
  padding-bottom: 80px;
}

.pt-l {
  padding-top: 80px;
}

body {
  text-align: center;
}

.container {
  text-align: left;
  max-width: 1200px;
  padding-left: 34px;
  padding-right: 34px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  max-width: 758px;
}

.grey-bk {
  background-color: #E8E9F1;
}

.btn, a.btn {
  display: inline-block;
  border-radius: 25px;
  padding: 10px 24px;
  color: #040707;
  border: 1px solid #040707;
  background-color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.btn:hover, a.btn:hover {
  background-color: #040707;
  color: #fff;
}
.btn.disabled, a.btn.disabled {
  background-color: #fff;
  border-color: #8C8F8F;
  color: #8C8F8F;
}

.card {
  text-align: center;
  margin-bottom: 40px;
}
.card:last-of-type {
  margin-right: 0;
}
.card .svg-container {
  height: 300px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 2px solid #E8E9F1;
}
.card .svg-container svg {
  padding-left: 24px;
  padding-right: 24px;
  height: auto !important;
  width: auto !important;
}
.card .svg-lewis svg {
  max-width: 262px;
}
.card .svg-tayburn svg {
  max-width: 299px;
}
.card .svg-always-real svg {
  max-width: 222px;
}
.card:hover .svg-lewis {
  background-color: #0A6CFF;
}
.card:hover .svg-lewis svg path {
  fill: #fff;
}
.card:hover .svg-tayburn {
  background-color: #D91EAC;
}
.card:hover .svg-tayburn svg path {
  fill: #fff;
}
.card:hover .svg-always-real {
  background-color: #EE322E;
}
.card:hover .svg-always-real svg path {
  fill: #fff;
}

@media (min-width: 768px) {
  .card-list {
    display: flex;
    justify-content: space-between;
  }
  .card {
    text-align: center;
    flex: 1 1 0;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
header {
  height: 80px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 80px;
}
header main {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo img {
  height: 34px;
}
header .contact a.btn {
  display: none;
}
header .contact a.contact-us-icon img {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  header {
    height: 132px;
  }
  header .logo img {
    height: 70px;
  }
  header .contact a.contact-us-icon {
    display: none;
  }
  header .contact a.btn {
    display: inline;
  }
}

footer {
  background: #FFF;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 80px 0;
}
footer main .contact {
  padding-bottom: 80px;
}
footer main .group-info img {
  height: 92px;
  margin-bottom: 24px;
}
footer main .group-info .locations span {
  display: inline-block;
  margin-right: 4px;
}
footer main .group-info .locations span:last-of-type {
  margin-right: 0;
}
@media (min-width: 768px) {
  footer main {
    display: flex;
    align-items: start;
  }
  footer main .contact {
    width: 50%;
    padding: 0;
  }
  footer main .contact > div {
    max-width: 364px;
  }
  footer main .group-info {
    width: 50%;
    padding: 0;
  }
  footer main .group-info img {
    height: 92px;
    margin-bottom: 24px;
  }
}