@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a {
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

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

*:focus {
  outline: none;
}

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*============================================================== */
/*============================================================== */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

body {
  background: white;
  color: black;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

@media (min-width: 900px) {
  body {
    font-size: 18px;
  }
}

.styles h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
  letter-spacing: -0.03em;
  font-size: 2.5em;
}

@media (min-width: 900px) {
  .styles h2 {
    font-size: 3em;
    margin-bottom: 15px;
  }
}

@media (min-width: 1240px) {
  .styles h2 {
    font-size: 4em;
    margin-bottom: 30px;
  }
}

.styles h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  font-size: 1.25em;
}

@media (min-width: 900px) {
  .styles h3 {
    letter-spacing: 0.2em;
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}

@media (min-width: 1240px) {
  .styles h3 {
    font-size: 2em;
    margin-bottom: 35px;
  }
}

.styles hr {
  float: none;
  width: 170px;
  border: none;
  border-top: 2px solid #76cbf7;
  display: block;
  margin: 20px 0;
}

@media (min-width: 900px) {
  .styles hr {
    margin: 30px 0;
    border-top: 5px solid #76cbf7;
  }
}

@media (min-width: 1240px) {
  .styles hr {
    margin: 45px 0;
  }
}

.styles ul.bull {
  margin-left: 30px;
}

.styles ul.bull li {
  position: relative;
  line-height: 1.3em;
  font-size: 1em;
  margin-bottom: 10px;
}

@media (min-width: 900px) {
  .styles ul.bull li {
    font-size: 1.15em;
  }
}

@media (min-width: 1240px) {
  .styles ul.bull li {
    font-size: 1.33em;
    line-height: 1.5em;
  }
}

.styles ul.bull li:before {
  position: absolute;
  content: "•";
  margin-left: -20px;
  font-size: 17px;
}

@media (min-width: 1240px) {
  .styles ul.bull li:before {
    font-size: 20px;
  }
}

.styles p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 25px;
}

@media (min-width: 900px) {
  .styles p {
    font-size: 1.15em;
    margin-bottom: 30px;
  }
}

@media (min-width: 1240px) {
  .styles p {
    font-size: 1.33em;
    line-height: 1.8em;
  }
}

main {
  overflow-x: hidden;
  clear: both;
}

.center {
  text-align: center;
  overflow: hidden;
}

.center hr {
  margin-right: auto;
  margin-left: auto;
}

img.curve {
  display: block;
  width: 102%;
  max-width: none;
  margin-left: -1%;
}

header {
  background: #00548c;
  display: table;
  table-layout: fixed;
  width: 100%;
}

header .spacer, header .logo {
  display: table-cell;
}

header .spacer .line {
  width: 100%;
  height: 2px;
  background: #499fdb;
  position: relative;
  top: -10px;
}

@media (min-width: 600px) {
  header .spacer .line {
    top: -15px;
  }
}

@media (min-width: 900px) {
  header .spacer .line {
    top: -20px;
  }
}

@media (min-width: 1240px) {
  header .spacer .line {
    top: -25px;
  }
}

header .logo {
  padding: 15px 10px 10px;
  width: 200px;
}

@media (min-width: 600px) {
  header .logo {
    width: 300px;
  }
}

@media (min-width: 900px) {
  header .logo {
    width: 400px;
    padding: 20px 20px 10px;
  }
}

@media (min-width: 1240px) {
  header .logo {
    padding: 30px 20px 10px;
    width: 500px;
  }
}

#hero {
  background: white;
  position: relative;
}

#hero:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #00548c;
  position: absolute;
  left: 0;
  top: 0;
}

#hero .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1400px;
}

#hero .wrap h2 {
  color: #499fdb;
  margin-bottom: 10px;
}

#hero .wrap h2 {
  color: #499fdb;
  margin-bottom: 10px;
  font-size: 2em;
}

@media (min-width: 900px) {
  #hero .wrap h2 {
    font-size: 2.5em;
    margin-bottom: 15px;
  }
}

@media (min-width: 1240px) {
  #hero .wrap h2 {
    font-size: 3em;
  }
}

#hero .wrap h3 {
  color: #00548c;
  font-size: 1.25em;
}

@media (min-width: 900px) {
  #hero .wrap h3 {
    font-size: 1.33em;
  }
}

@media (min-width: 1240px) {
  #hero .wrap h3 {
    font-size: 1.66em;
  }
}

@media (max-width: 899px) {
  #hero .wrap hr {
    margin-left: auto;
    margin-right: auto;
  }
}

#hero .wrap p {
  line-height: 1.4em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#hero .wrap p.callout {
  color: #00548c;
  letter-spacing: -0.02em;
  font-size: 1.33em;
  line-height: 1.2em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 900px) {
  #hero .wrap p.callout {
    font-size: 1.5em;
  }
}

@media (min-width: 1240px) {
  #hero .wrap p.callout {
    font-size: 2em;
  }
}

#hero .wrap p.callout strong {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

#hero .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#hero .table .left, #hero .table .right {
  text-align: center;
}

@media (min-width: 900px) {
  #hero .table .left, #hero .table .right {
    text-align: left;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
}

#hero .table .left {
  padding: 0;
}

@media (min-width: 900px) {
  #hero .table .left {
    padding: 0 60px 0 0;
  }
}

@media (max-width: 899px) {
  #hero .table .right img {
    max-width: 350px;
    width: 80%;
    margin: 0 auto;
  }
}

#quotes {
  background: url("../images/quotesBg.jpg") no-repeat 25% center;
  background-size: cover;
  position: relative;
}

@media (min-width: 600px) {
  #quotes {
    background-position: center center;
  }
}

#quotes:before {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
}

#quotes .wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  width: 92%;
  max-width: 1400px;
  padding: 80px 0;
}

@media (min-width: 600px) {
  #quotes .wrap .left, #quotes .wrap .right {
    display: table-cell;
    vertical-align: middle;
  }
}

#quotes .wrap .right {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px 10px 0;
  text-align: center;
}

@media (min-width: 600px) {
  #quotes .wrap .right {
    padding: 0;
    background: none;
    width: 40%;
  }
}

#quotes .wrap hr {
  margin-right: auto;
  margin-left: auto;
}

#quotes .wrap p {
  color: white;
}

#quotes .wrap p span.blue {
  color: #499fdb;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#quotes .wrap p.text {
  font-size: 1em;
  line-height: 1.2em;
}

@media (min-width: 900px) {
  #quotes .wrap p.text {
    font-size: 1.2em;
  }
}

@media (min-width: 1240px) {
  #quotes .wrap p.text {
    font-size: 1.33em;
  }
}

#quotes .wrap p.callout {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.02em;
  font-size: 1.33em;
  line-height: 1.2em;
}

@media (min-width: 900px) {
  #quotes .wrap p.callout {
    font-size: 1.5em;
  }
}

@media (min-width: 1240px) {
  #quotes .wrap p.callout {
    font-size: 2em;
  }
}

#quotes .wrap p.footnote {
  margin-top: -20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.2em;
}

@media (min-width: 900px) {
  #quotes .wrap p.footnote {
    font-size: 0.9em;
  }
}

@media (min-width: 1240px) {
  #quotes .wrap p.footnote {
    font-size: 1em;
  }
}

#solution {
  background: #00548c;
  background: -moz-linear-gradient(-45deg, #00548c 20%, #499fdb 100%);
  background: -webkit-linear-gradient(-45deg, #00548c 20%, #499fdb 100%);
  background: linear-gradient(135deg, #00548c 20%, #499fdb 100%);
  padding: 35px 0 0;
}

@media (min-width: 900px) {
  #solution {
    padding: 70px 0 0;
  }
}

#solution .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1400px;
  color: white;
}

#solution h2 {
  color: #499fdb;
}

@media (min-width: 768px) {
  #solution hr {
    margin-bottom: 0;
  }
}

#solution .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media (min-width: 768px) {
  #solution .table {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  #solution .table .left, #solution .table .right {
    display: table-cell;
  }
}

#solution .table .left {
  vertical-align: middle;
  text-align: center;
}

@media (min-width: 768px) {
  #solution .table .left {
    text-align: left;
    padding-bottom: 50px;
    width: 67%;
  }
}

@media (min-width: 1024px) {
  #solution .table .left {
    width: 50%;
  }
}

#solution .table .right {
  text-align: center;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  #solution .table .right {
    padding: 0 20px;
    width: 33%;
  }
}

@media (min-width: 1024px) {
  #solution .table .right {
    width: 50%;
  }
}

#solution .table .right img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #solution .table .right img {
    max-width: 250px;
    width: 100%;
  }
}

#solution p.callout {
  letter-spacing: -0.02em;
  margin: 20px 0 40px;
  font-size: 1.33em;
  line-height: 1.4em;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

@media (min-width: 768px) {
  #solution p.callout {
    margin: 40px 0 0;
  }
}

@media (min-width: 900px) {
  #solution p.callout {
    font-size: 1.5em;
  }
}

@media (min-width: 1240px) {
  #solution p.callout {
    font-size: 2em;
  }
}

#solution p.callout span {
  color: #76cbf7;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

#solution p.callout a {
  text-decoration: underline;
}

#solution p.callout a:hover {
  color: #499fdb;
}

#interested {
  background: #2b2c2d;
  padding: 35px 0 50px;
}

@media (min-width: 900px) {
  #interested {
    padding: 70px 0 80px;
  }
}

#interested .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1400px;
  color: white;
}

#interested h2 {
  color: #499fdb;
}

#interested p.callout {
  margin-bottom: 0;
  font-size: 1.5em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

@media (min-width: 900px) {
  #interested p.callout {
    font-size: 2.5em;
  }
}

@media (min-width: 1240px) {
  #interested p.callout {
    font-size: 3em;
  }
}

#interested p.callout a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #499fdb;
  text-decoration: underline;
}

#interested p.callout a:hover {
  color: #aadcff;
}

#how {
  padding: 35px 0 50px;
}

@media (min-width: 900px) {
  #how {
    padding: 70px 0 100px;
  }
}

#how .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1400px;
}

#how h2 {
  color: #499fdb;
}

#how h3 {
  color: #00548c;
}

#data {
  background: #00548c;
  background: -moz-linear-gradient(-45deg, #00548c 20%, #499fdb 100%);
  background: -webkit-linear-gradient(-45deg, #00548c 20%, #499fdb 100%);
  background: linear-gradient(135deg, #00548c 20%, #499fdb 100%);
  padding: 40px 0;
}

#data .wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  width: 92%;
  max-width: 1400px;
}

@media (min-width: 900px) {
  #data .wrap .left, #data .wrap .right {
    display: table-cell;
    vertical-align: middle;
  }
}

#data .wrap .left {
  padding: 0 0 30px;
}

@media (min-width: 900px) {
  #data .wrap .left {
    padding: 0 40px 0 0;
  }
}

#data .wrap .left img {
  display: block;
}

@media (max-width: 899px) {
  #data .wrap .left img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

#data .wrap .right {
  color: white;
}

#data .wrap .right h2 {
  color: #aadcff;
}

@media (max-width: 899px) {
  #data .wrap .right {
    text-align: center;
  }
  #data .wrap .right hr {
    margin-left: auto;
    margin-right: auto;
  }
}

#difference {
  padding: 35px 0 50px;
}

@media (min-width: 900px) {
  #difference {
    padding: 70px 0 100px;
  }
}

#difference .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1400px;
}

#difference .wrap h2 {
  color: #499fdb;
}

#difference .wrap h3 {
  color: #00548c;
}

#difference .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#difference .table .left, #difference .table .right {
  vertical-align: middle;
}

@media (min-width: 900px) {
  #difference .table .left, #difference .table .right {
    display: table-cell;
  }
}

@media (min-width: 900px) {
  #difference .table .left {
    padding-right: 45px;
  }
}

@media (min-width: 1024px) {
  #difference .table .left {
    padding-right: 65px;
  }
}

#difference .table .right {
  width: 100%;
  max-width: 280px;
  margin: 30px auto 0;
}

@media (min-width: 900px) {
  #difference .table .right {
    width: 280px;
  }
}

@media (min-width: 1240px) {
  #difference .table .right {
    width: 340px;
  }
}

#difference .mobile {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  #difference .mobile {
    display: none;
  }
}

#difference .desktop {
  display: none;
}

@media (min-width: 600px) {
  #difference .desktop {
    display: block;
  }
}

#difference .stats {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 20px 0;
  border-bottom: 2px solid #d1d2d4;
  color: #347db9;
}

#difference .stats:last-of-type {
  border: none;
}

#difference .stats .num, #difference .stats .label {
  display: table-cell;
  vertical-align: middle;
}

#difference .stats .num {
  width: 140px;
  padding-right: 15px;
  font-size: 2.5em;
  text-align: right;
  border-right: 2px solid #d1d2d4;
}

@media (min-width: 1240px) {
  #difference .stats .num {
    width: 170px;
    font-size: 3em;
  }
}

#difference .stats .label {
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: -0.02em;
}

@media (min-width: 1240px) {
  #difference .stats .label {
    font-size: 1em;
  }
}

footer #links {
  background: #2b517b;
  padding: 20px 0;
}

footer #links .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1400px;
}

footer #links .wrap ul {
  text-align: center;
}

footer #links .wrap ul li {
  display: inline-block;
  padding: 4px 15px;
}

@media (min-width: 600px) {
  footer #links .wrap ul li {
    padding: 10px 15px;
  }
}

@media (min-width: 1024px) {
  footer #links .wrap ul li {
    padding: 15px 10px;
    border-right: 2px solid #347db9;
  }
}

@media (min-width: 1240px) {
  footer #links .wrap ul li {
    padding: 20px;
  }
}

footer #links .wrap ul li:last-of-type {
  border: none;
}

footer #links .wrap ul li a span {
  display: inline-block;
  vertical-align: middle;
}

footer #links .wrap ul li a span.icon {
  color: #499fdb;
  font-size: 30px;
  margin-right: 7px;
}

@media (min-width: 1024px) {
  footer #links .wrap ul li a span.icon {
    margin-right: 10px;
  }
}

footer #links .wrap ul li a span.text {
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75em;
}

@media (min-width: 1240px) {
  footer #links .wrap ul li a span.text {
    letter-spacing: 0.1em;
  }
}

footer #links .wrap ul li a:hover span.text {
  color: #499fdb;
}

footer #footer {
  background: #2b2c2d;
  padding: 40px 0 10px;
}

@media (min-width: 900px) {
  footer #footer {
    padding: 60px 0 80px;
  }
}

footer #footer .wrap {
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  width: 92%;
  max-width: 1400px;
}

footer #footer .wrap .col {
  vertical-align: middle;
  font-size: 0.9em;
  margin-bottom: 50px;
}

@media (min-width: 900px) {
  footer #footer .wrap .col {
    display: table-cell;
    width: 33.3%;
  }
}

footer #footer .wrap .left img {
  max-width: 280px;
  width: 75%;
}

footer #footer .wrap .mid .phone {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #499fdb;
  display: block;
  margin-bottom: 10px;
}

footer #footer .wrap .mid .email {
  display: block;
  color: white;
  margin-bottom: 15px;
}

footer #footer .wrap .mid .email:hover {
  color: #499fdb;
}

footer #footer .wrap .mid .social li {
  display: inline-block;
  margin: 0 5px;
}

footer #footer .wrap .mid .social li a {
  background: white;
  display: block;
  font-size: 36px;
  color: #499fdb;
}

@media (min-width: 900px) {
  footer #footer .wrap .mid .social li a {
    font-size: 48px;
  }
}

footer #footer .wrap .mid .social li a:hover {
  color: #347db9;
}

footer #footer .wrap .right {
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

footer #footer .wrap .right img {
  display: inline-block;
  width: 135px;
  margin: 15px 8px 0;
}

footer #copyright {
  text-align: center;
  padding: 25px 0;
}

@media (min-width: 900px) {
  footer #copyright {
    padding: 40px 0;
  }
}

footer #copyright .wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1400px;
}

footer #copyright .wrap p {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}

footer #copyright .wrap p a {
  color: #499fdb;
}

footer #copyright .wrap p a:hover {
  color: #00548c;
}

.home .results {
  background: #2E3192;
  background: radial-gradient(circle at center left, rgba(146, 39, 143, 0.8) 0%, rgba(146, 39, 143, 0) 100%), radial-gradient(circle at center right, #4096ee 0%, rgba(64, 150, 238, 0) 100%), linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(to right, #2E3192 0%, #2E3192 100%);
  background-size: auto, auto, 35px 35px, 35px 35px, auto;
  color: #fff;
  padding: 40px 0;
}

.home .results h2 {
  font-size: 36px;
  font-size: 2.65rem;
  line-height: 1.4;
  margin: 0 0 40px 0;
  font-weight: 600;
}

.home .results .resultstat {
  margin: 0 0 45px 0;
}

.home .results .resultstat h3 {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 10px 0;
}

.home .results .resultstat .number {
  font-weight: 600;
  font-style: normal;
  font-size: 75px;
  font-size: 4.6875rem;
  line-height: 1;
  margin: 0;
}

.home .results .resultstat .number span {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  display: block;
  padding: 5px 0 0 0;
}

.home .results .resultstat:last-of-type {
  margin-bottom: 0;
}

.home .results .resultstat-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.home .results .resultstat {
  margin: 0 40px 45px 0;
}

.constrained {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

footer p {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

@media all and (min-width: 37.5em) {
  footer p {
    margin-right: 20px;
  }
}

footer .content {
  background: #2E3192;
  background: linear-gradient(to right, #070853 0%, #2e3192 100%);
  color: #fff;
  padding: 25px 0;
}

footer .content .social {
  margin: 0 0 80px 0;
}

footer .content .social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

footer .content .social ul li {
  margin: 0 5px 0 5px;
}

footer .content .links p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: normal;
}

footer .content .links a {
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  color: #fff;
  font-size: .95rem;
  text-decoration: underline;
}

footer .content .links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

footer .content .links ul li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

footer .content .links ul li:last-of-type {
  border-left: 1px solid #fff;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
}

@media all and (min-width: 37.5em) {
  footer .content .links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .content .links p {
    margin-right: 20px;
  }
}

@media all and (min-width: 56.25em) {
  footer .content .links a {
    text-decoration: none;
  }
  footer .content .links a:hover {
    text-decoration: underline;
  }
}

@media all and (min-width: 48em) {
  footer .content {
    padding: 50px 0 40px 0;
  }
}

footer .accredited {
  padding: 25px 0 50px 0;
}

footer .accredited ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 280px;
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

footer .accredited ul li img {
  width: 100%;
  height: auto;
}

footer .accredited ul .urac {
  flex: 0 1 30%;
}

footer .accredited ul .hipaa {
  flex: 0 1 60%;
}

.appbadges {
  margin: 0 0 40px 0;
}

.appbadges .appstore-badges {
  left: -5px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.appbadges .appstore-badges li {
  flex: 0 0 48%;
  margin: 0;
}

.appbadges .appstore-badges li img {
  display: block;
  width: 100%;
  height: auto;
}

.appbadges .badge-wrap {
  max-width: 280px;
  margin: 0 auto;
}

@media all and (min-width: 37.5em) {
  .appbadges {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .appbadges .badge-wrap {
    margin: 0;
  }
}

footer .content .flexwrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

footer .content .links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

footer .content .links {
  list-style-type: none;
  padding: 0;
  margin: 0 0 45px 0;
  text-align: center;
}

footer .content .links li {
  margin-right: 25px;
  margin-bottom: 0;
}
