@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #848586;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #80deea;
  text-decoration: none; }
  a:hover, a:focus {
    color: #3ecddf;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid white; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 890px) {
    .container {
      width: 750px; } }
  @media (min-width: 1024px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row, .accordion-with-columns.heardigits, .accordion-with-columns.peek-acuity, .accordion-with-columns.hearscope {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .accordion-with-columns.heardigits:before, .accordion-with-columns.peek-acuity:before, .accordion-with-columns.hearscope:before, .row:after, .accordion-with-columns.heardigits:after, .accordion-with-columns.peek-acuity:after, .accordion-with-columns.hearscope:after {
    content: " ";
    display: table; }
  .row:after, .accordion-with-columns.heardigits:after, .accordion-with-columns.peek-acuity:after, .accordion-with-columns.hearscope:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 890px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #f1f2f4;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 889px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: white;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: white; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: white;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: white;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #c4c5c5; }

@media (min-width: 890px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 890px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 890px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px; } }
@media (min-width: 890px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default, .btn-main {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-main:focus, .btn-default.focus, .focus.btn-main {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover, .btn-main:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-main:active, .btn-default.active, .active.btn-main, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.btn-main {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-main:active:hover, .btn-default:active:focus, .btn-main:active:focus, .btn-default:active.focus, .btn-main:active.focus, .btn-default.active:hover, .active.btn-main:hover, .btn-default.active:focus, .active.btn-main:focus, .btn-default.active.focus, .active.focus.btn-main, .open > .btn-default.dropdown-toggle:hover, .open > .dropdown-toggle.btn-main:hover, .open > .btn-default.dropdown-toggle:focus, .open > .dropdown-toggle.btn-main:focus, .open > .btn-default.dropdown-toggle.focus, .open > .dropdown-toggle.focus.btn-main {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-main:active, .btn-default.active, .active.btn-main, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.btn-main {
    background-image: none; }
  .btn-default.disabled, .disabled.btn-main, .btn-default.disabled:hover, .disabled.btn-main:hover, .btn-default.disabled:focus, .disabled.btn-main:focus, .btn-default.disabled.focus, .disabled.focus.btn-main, .btn-default.disabled:active, .disabled.btn-main:active, .btn-default.disabled.active, .disabled.active.btn-main, .btn-default[disabled], [disabled].btn-main, .btn-default[disabled]:hover, [disabled].btn-main:hover, .btn-default[disabled]:focus, [disabled].btn-main:focus, .btn-default[disabled].focus, [disabled].focus.btn-main, .btn-default[disabled]:active, [disabled].btn-main:active, .btn-default[disabled].active, [disabled].active.btn-main, fieldset[disabled] .btn-default, fieldset[disabled] .btn-main, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-main:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-main:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .focus.btn-main, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-main:active, fieldset[disabled] .btn-default.active, fieldset[disabled] .active.btn-main {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, .btn-main .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #80deea;
  border-color: #6ad8e6; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #54d3e3;
    border-color: #1ea2b3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #54d3e3;
    border-color: #36cbde; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #54d3e3;
    border-color: #36cbde; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #36cbde;
      border-color: #1ea2b3; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #80deea;
    border-color: #6ad8e6; }
  .btn-primary .badge {
    color: #80deea;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #80deea;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #3ecddf;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #f1f2f4;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #848586;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #848586;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #80deea; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #f1f2f4; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #f1f2f4;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 890px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: white;
  text-align: center;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: white; }
    .nav > li.disabled > a {
      color: #f1f2f4; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #f1f2f4;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: white;
    border-color: #80deea; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: white white #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: white;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #80deea; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 890px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 890px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 890px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 890px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 890px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 400px; }
  @media (max-device-width: 768px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 890px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 890px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 890px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 25px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 70px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 890px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 890px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 12.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 889px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      max-height: unset;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 890px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 25px;
          padding-bottom: 25px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 18px;
  margin-bottom: 18px; }
  @media (min-width: 890px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 889px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 890px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 18px;
  margin-bottom: 18px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 20px;
    margin-bottom: 20px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 24px;
    margin-bottom: 24px; }

.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px; }
  @media (min-width: 890px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 890px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 889px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
        border-radius: 28px; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 889px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #f1f2f4;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #80deea;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: white; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #e6e6e6; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 890px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #848586; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #80deea; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #80deea;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: white;
  color: #f1f2f4;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #f1f2f4; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #80deea;
  border-color: #80deea; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: white; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 29px;
  border-top-left-radius: 29px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 29px;
  border-bottom-left-radius: 29px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 29px;
    border-top-left-radius: 29px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 29px;
    border-bottom-left-radius: 29px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 29px;
  border-top-left-radius: 29px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 29px;
    border-top-right-radius: 29px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 29px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 29px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 29px;
  border-bottom-left-radius: 29px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 29px;
    border-bottom-right-radius: 29px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 29px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 29px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 30px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #d4d4d4; }
  .panel-default > .panel-heading {
    color: white;
    background-color: transparent;
    border-color: #d4d4d4; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d4d4d4; }
    .panel-default > .panel-heading .badge {
      color: transparent;
      background-color: white; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d4d4d4; }

.panel-primary {
  border-color: #80deea; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #80deea;
    border-color: #80deea; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #80deea; }
    .panel-primary > .panel-heading .badge {
      color: #80deea;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #80deea; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 890px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block, .article-list, .item-list {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 889px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 889px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 889px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 889px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 890px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 890px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 890px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 890px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 889px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 890px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
@font-face {
  font-family: 'hear-icons';
  src: url("hear-icons.woff");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'hear-icons';
    src: url('../font/hear-icons.svg?55294402#hear-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "hear-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-plus:before {
  content: '\e800'; }

.icon-minus:before {
  content: '\e801'; }

.icon-twitter:before {
  content: '\f099'; }

.icon-facebook-squared:before {
  content: '\f308'; }

.icon-linkedin-circled:before {
  content: '\f319'; }

.icon-instagram:before {
  content: '\f32d'; }

.icon-linkedin-squared:before {
  content: '\f30c'; }

.icon-instagram-squared i {
  margin: 0 7px; }

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0; }

.unslider-wrap {
  position: relative; }

.unslider-wrap.unslider-carousel li {
  float: left; }

.unslider-vertical > ul {
  height: 100%; }

.unslider-vertical li {
  float: none;
  width: 100%; }

.unslider-fade {
  position: relative; }

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8; }

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10; }

.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }

.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer; }

.unslider-arrow.next {
  left: auto;
  right: 20px; }

.accordion .accordion-item {
  margin-bottom: 7px; }
  @media (min-width: 890px) {
    .accordion .accordion-item {
      width: 400px; } }

@media (min-width: 1024px) {
  .accordion-with-columns {
    width: 580px; } }
@media (min-width: 890px) {
  .accordion-with-columns .accordion-item {
    width: 270px; } }

.accordion-with-columns.heardigits {
  margin: auto;
  max-width: 900px !important;
  width: auto !important;
  margin-bottom: 7.5rem; }
  .accordion-with-columns.heardigits .accordion-item {
    width: 425px; }
    @media (max-width: 890px) {
      .accordion-with-columns.heardigits .accordion-item {
        width: 100%; } }
  .accordion-with-columns.heardigits .panel-title {
    color: #fff !important; }

.accordion-with-columns.peek-acuity {
  margin: auto;
  max-width: 900px !important;
  width: auto !important;
  margin-bottom: 7.5rem; }
  .accordion-with-columns.peek-acuity .panel-body {
    margin: 0 auto; }
  .accordion-with-columns.peek-acuity .accordion-item {
    width: 425px; }
    @media (max-width: 890px) {
      .accordion-with-columns.peek-acuity .accordion-item {
        width: 100%; } }
  .accordion-with-columns.peek-acuity .panel-title {
    color: #fff !important; }

.accordion-with-columns.hearscope {
  margin: auto;
  max-width: 900px !important;
  width: auto !important;
  margin-bottom: 7.5rem; }
  .accordion-with-columns.hearscope .accordion-item {
    width: 425px; }
    @media (max-width: 890px) {
      .accordion-with-columns.hearscope .accordion-item {
        width: 100%; } }
  .accordion-with-columns.hearscope .panel-title {
    color: #fff !important; }

/* accordion text details */
.product-info-panel {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #313c43;
  max-width: 440px;
  width: 100%;
  min-width: 439.5px;
  border: 2px solid #202020;
  padding: 4px;
  text-align: center; }
  .product-info-panel .panel-collapse {
    width: 100%; }

.product-accordion--information .panel-group {
  margin-bottom: 20px; }

.product--information-panels {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }

.panel-title {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px; }

.panel-body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px; }

.panel-group .panel-open {
  border: 2px solid #8acfdf; }

.panel-heading:hover {
  cursor: pointer; }
.panel-heading .accordion-toggle {
  text-decoration: none; }
  .panel-heading .accordion-toggle:hover {
    text-decoration: none;
    cursor: pointer; }

.head > .feature-plus {
  line-height: normal; }

.panel-heading.head.collapsed .icon-plus.feature-plus {
  float: left; }
  .panel-heading.head.collapsed .icon-plus.feature-plus::before {
    content: "\e800"; }
  .panel-heading.head.collapsed .icon-plus.feature-plus::after {
    border: 2px solid #202020; }

.panel-heading.head .icon-plus.feature-plus {
  float: left; }
  .panel-heading.head .icon-plus.feature-plus::before {
    content: "\e801"; }
  .panel-heading.head .icon-plus.feature-plus::after {
    border: 2px solid #202020; }

.panel-heading.head.collapsed .panel-title {
  text-align: left;
  padding: 0 0 0 23px;
  position: relative;
  right: 0px; }

.panel-heading.head .panel-title {
  position: relative;
  right: 10px; }

/* rotating image */
.product-accordion--information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 4em; }
  .product-accordion--information .container-item-image {
    width: 400px; }
    .product-accordion--information .container-item-image img.product-details-image {
      max-width: 300px;
      width: 100%;
      height: auto; }

.product--wrapper--information-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* mobile update */
@media (max-width: 890px) {
  .product-accordion--information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
@media (max-width: 890px) {
  .product--information-image {
    margin: 0 0 1em 0; }

  .product--wrapper--information-image .container-item-image {
    width: 200px;
    max-width: 210px; } }
@media (max-width: 890px) {
  .panel-group .product-info-panel {
    max-width: 290px;
    min-width: 280px; }
  .panel-group .panel-heading.head.collapsed .panel-title {
    text-align: center; } }
/* update default styling */
.panel .collapse.in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.accordion-item {
  border: 2px solid #d4d4d4;
  padding: 0;
  position: relative;
  background: transparent;
  margin-top: 0px; }
  .accordion-item .panel-heading {
    min-height: 50px;
    padding: 0px 15px;
    color: #848586;
    position: relative;
    border-bottom: 0px; }
    .accordion-item .panel-heading:hover {
      text-decoration: none; }
  .accordion-item .panel-title {
    font-size: 1.5rem;
    position: absolute;
    font-weight: 300;
    left: 50px;
    line-height: 50px;
    vertical-align: middle;
    letter-spacing: 1px;
    display: inline; }
  .accordion-item .panel-body {
    padding: 2.5rem;
    position: static;
    text-align: center;
    padding-top: 0 !important; }

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  margin: 0 auto; }

.animate-blueBorder {
  border: 2px solid #d4d4d4 !important;
  -webkit-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out; }
  .animate-blueBorder .panel-title {
    font-weight: 500; }

.animate-defaultBorder {
  border: #313c43 solid 2px !important;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.feature-plus {
  margin-right: 10px;
  line-height: 50px; }
  .feature-plus:hover {
    color: #313c43;
    text-decoration: none; }
  .feature-plus::after {
    content: '';
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border-radius: 50%;
    color: #000;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    left: -1px; }

.accordion-with-linked-image {
  overflow: hidden;
  color: #feffff; }
  .accordion-with-linked-image .accordion-item {
    max-width: 320px !important; }
  .accordion-with-linked-image .slider-wrapper {
    min-height: 330px; }
    @media (min-width: 890px) {
      .accordion-with-linked-image .slider-wrapper {
        float: none;
        min-width: 470px;
        padding: 71px 0 140px 120px; } }
  @media (min-width: 890px) {
    .accordion-with-linked-image {
      display: block;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 7.5rem; } }
  @media (min-width: 1024px) {
    .accordion-with-linked-image {
      max-width: 1100px; } }
  @media (min-width: 1024px) {
    .accordion-with-linked-image.-products {
      max-width: 1090px; } }
  @media (min-width: 890px) {
    .accordion-with-linked-image.-products .slider-wrapper {
      float: none;
      min-width: 360px;
      min-height: 360px; } }
  @media (min-width: 1024px) {
    .accordion-with-linked-image.-products .slider-wrapper {
      float: none;
      min-width: 440px;
      min-height: 440px; } }
  .accordion-with-linked-image .linked-slider {
    overflow: visible !important; }
    .accordion-with-linked-image .linked-slider *, .accordion-with-linked-image .linked-slider .slick-list, .accordion-with-linked-image .linked-slider .slick-track {
      overflow: visible !important; }
    .accordion-with-linked-image .linked-slider img {
      width: 470px; }
  .accordion-with-linked-image .container-item-image {
    overflow: visible !important; }
    .accordion-with-linked-image .container-item-image *, .accordion-with-linked-image .container-item-image .slick-list, .accordion-with-linked-image .container-item-image .slick-track {
      overflow: visible !important; }
    .accordion-with-linked-image .container-item-image img {
      width: 470px; }

.accordion-with-linked-image.heardigits {
  color: red !important; }

.features-container {
  background-color: #feffff;
  color: #848586; }
  @media (max-width: 890px) {
    .features-container {
      padding: 5rem 2.5rem; } }
  @media (min-width: 890px) {
    .features-container {
      background-color: #333f46;
      color: #feffff;
      float: left;
      background-color: transparent; }
      .features-container .accordion-item .panel-heading {
        color: #feffff; } }

.article-list {
  max-width: 900px; }

.article-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d4d4d4;
  padding: 0 2.5rem 5rem 2.5rem;
  margin-bottom: 5rem;
  width: 100%; }
  @media (max-width: 320px) {
    .article-listing {
      max-width: 318px; } }
  .article-listing .article-details {
    max-width: 660px; }
  .article-listing .article-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px; }
    .article-listing .article-title a {
      color: #333f46; }
    .article-listing .article-title p {
      color: #333f46; }
  .article-listing .article-description {
    font-size: 1.4rem; }
  .article-listing .article-date {
    color: #36474f; }
  .article-listing .article-image {
    margin-right: 5rem;
    width: 125px;
    text-align: center; }
    @media (max-width: 320px) {
      .article-listing .article-image {
        margin-right: 5rem;
        max-width: 78px; } }
    .article-listing .article-image img {
      max-width: 110px;
      max-height: 70px;
      width: auto;
      height: auto;
      margin: auto; }
    .research-articles .article-listing .article-image img {
      max-width: 110px;
      max-height: none;
      border-radius: 5px;
      border: 2px solid #d4d4d4; }
  .article-listing .article-authors {
    font-size: 1.6rem;
    margin-bottom: 5px; }
  .article-listing:last-of-type {
    border-bottom: 0px; }

.article-listing a {
  color: #0C98A7; }
  .article-listing a:hover {
    color: #0C98A7; }

@media (max-width: 890px) {
  .article-listing .article-details {
    width: 100%; }

  .article-description-link {
    width: 100%;
    word-wrap: break-word; } }
/*------------------------------------*\
  #RADIO INTERVIEW
\*------------------------------------*/
.section-media-radio-interview {
  background-color: #e4e5e6; }

.section-media-radio-interview .section-heading {
  color: #323e47; }
  .section-media-radio-interview .section-heading::after {
    border-bottom: 2px solid #323e47; }

.radio-interview-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d4d4d4;
  padding: 0 2.5rem 5rem 2.5rem;
  margin-bottom: 5rem;
  width: 100%; }
  @media (max-width: 320px) {
    .radio-interview-listing {
      max-width: 318px; } }
  .radio-interview-listing .radio-interview--details {
    max-width: 660px; }
  .radio-interview-listing .radio-interview--title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px; }
    .radio-interview-listing .radio-interview--title a {
      color: #333f46; }
    .radio-interview-listing .radio-interview--title p {
      color: #333f46; }
  .radio-interview-listing .article-description {
    font-size: 1.4rem; }
  .radio-interview-listing .radio-interview--date {
    color: #36474f; }
  .radio-interview-listing .radio-interview--image {
    margin-right: 5rem;
    width: 125px;
    text-align: center; }
    @media (max-width: 320px) {
      .radio-interview-listing .radio-interview--image {
        margin-right: 5rem;
        max-width: 78px; } }
    .radio-interview-listing .radio-interview--image img {
      max-width: 150px;
      max-height: 90px;
      width: auto;
      height: auto;
      margin: auto; }
    .research-articles .radio-interview-listing .radio-interview--image img {
      max-width: 110px;
      max-height: none;
      border-radius: 5px;
      border: 2px solid #d4d4d4; }
  .radio-interview-listing .radio-interview--authors {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: #323e47; }
  .radio-interview-listing:last-of-type {
    border-bottom: 0px; }

.radio-interview-listing a {
  color: #0c98a7; }
  .radio-interview-listing a:hover {
    color: #0c98a7; }

@media (max-width: 890px) {
  .radio-interview-listing .radio-interview--details {
    width: 100%; }

  .article-description-link {
    width: 100%;
    word-wrap: break-word; } }
.radio-interview-text {
  margin: 0 0 6px 0;
  color: #323e47; }

.btn-main {
  background-color: #333f46;
  color: #feffff;
  font-size: 2.2rem;
  font-weight: 400;
  border-radius: 25px;
  padding-bottom: 25px;
  border: 4px solid #feffff;
  width: 22rem;
  height: 7.5rem;
  line-height: 5.5rem; }
  .btn-main:active {
    color: #d4d4d4;
    border: 4px solid #feffff !important;
    background-color: #feffff !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important; }
  .btn-main:hover {
    color: #d4d4d4;
    border-color: #d4d4d4; }
  .btn-main:focus {
    outline: none;
    color: #feffff;
    border-color: #d4d4d4; }

.distributors--button-link button {
  text-decoration: none;
  padding: .5em 3em;
  font-size: 1em;
  background: none;
  border: 1px solid #80deea;
  margin: 0 0 40px; }

.button-box {
  padding-bottom: 5rem;
  margin-bottom: 7.5rem; }
  .button-box > .box-body {
    padding-bottom: 5rem; }
  .button-box > .box-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    bottom: -3.75rem;
    border-color: #d4d4d4; }

.button-single-component {
  background-color: #fff;
  display: grid; }

.button-single {
  text-align: center;
  line-height: normal;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 40px auto 2px;
  cursor: pointer;
  color: #fff;
  background-color: #333f46;
  border-radius: 25px;
  border: 4px solid #d4d4d4;
  vertical-align: middle;
  padding: 20px 40px; }

.contact-form {
  max-width: 302px;
  margin-bottom: 2.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .contact-form ~ .popia {
    width: 90%;
    max-width: 1000px;
    text-align: center;
    margin: 10px auto;
    color: #fff;
    font-weight: 300;
    font-family: "Raleway";
    font-style: italic;
    font-size: 12px; }
    .contact-form ~ .popia a {
      color: #80deea; }
  .contact-form .form-group {
    margin-bottom: 25px;
    position: relative; }
  .contact-form .contact-error {
    display: block;
    font-size: 1.2rem;
    position: absolute;
    color: orange; }
  .contact-form .form-control {
    color: #000000 !important;
    font-size: 1.5rem;
    height: 3rem; }
  .contact-form .form-message {
    font-family: inherit;
    font-size: inherit; }
  .contact-form .form-control-alternative {
    position: relative;
    margin: auto; }
    .contact-form .form-control-alternative contact-error {
      font-size: 9px;
      bottom: 2px;
      left: 10px; }
  .contact-form input {
    position: relative;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #343f45 !important;
    font-size: 14px !important;
    padding: 4px 8px !important; }
  .contact-form textarea.form-control {
    margin-bottom: 2.5rem;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #343f45 !important;
    font-size: 14px !important;
    padding: 4px 8px !important; }
  .contact-form select.form-control {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #343f45 !important;
    font-size: 14px !important;
    padding: 4px 4px !important; }
  .contact-form input::-webkit-input-placeholder,
  .contact-form textarea::-webkit-input-placeholder {
    /* Edge */
    color: #343f45;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px !important; }
  .contact-form input:-ms-input-placeholder,
  .contact-form textarea:-ms-input-placeholder {
    /* Internet Explorer */
    color: #343f45;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px !important; }
  .contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
    color: #343f45;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px !important; }
  .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
    color: #343f45;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px !important; }
  .contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
    color: #343f45;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px !important; }
  .contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
    color: #343f45;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px !important; }
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: #343f45;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px !important; }
  .contact-form > .btn-main {
    margin-bottom: 10px;
    border-color: #d4d4d4; }
    @media (min-width: 890px) {
      .contact-form > .btn-main {
        margin-bottom: 10px; } }
  .contact-form .success-message {
    min-height: 50px;
    text-align: center;
    color: #ccc; }

.contact-form [disabled].btn-main {
  background-color: #545f66; }
.contact-form textarea {
  min-height: 4rem; }
.contact-form .error-message {
  color: red; }

.content-gray .contact-form .success-message {
  color: #333 !important; }

form {
  margin: auto; }

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.1.0/img/flags.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.1.0/img/flags@2x.png"); } }
.contact-form .iti {
  width: 100%; }
.contact-form .iti.iti--container {
  left: 0px !important;
  top: 48px !important; }
.contact-form .iti__country-list {
  max-width: 302px; }

.iti-mobile .contact-form .iti.iti--container {
  position: fixed;
  left: 0px !important;
  top: 0 !important; }
.iti-mobile .contact-form .iti__country-list {
  max-width: 100%; }

.content-box, .image-header-box, .story-box, .social-buttons {
  border: 2px solid rgba(212, 212, 212, 0.8);
  border-radius: 25px;
  position: relative; }
  .content-box table, .image-header-box table, .story-box table, .social-buttons table {
    text-align: left; }

.box-body {
  padding: 2.5rem; }

.ol-box-body-no-padding {
  padding: 0 0 2.5rem; }
  .ol-box-body-no-padding ol li {
    margin-bottom: 10px;
    padding-left: 10px; }

.ol-box-body {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .ol-box-body ol li {
    margin-bottom: 10px;
    padding-left: 10px; }

.center {
  text-align: center;
  line-height: 30px; }

.button-box + .content-box.with-button-box, .button-box + .with-button-box.image-header-box, .button-box + .with-button-box.story-box, .button-box + .with-button-box.social-buttons {
  margin-bottom: 11.5rem; }

.content-container {
  margin: auto; }

.accordion-with-slider {
  overflow: visible;
  color: #feffff; }
  @media (min-width: 890px) {
    .accordion-with-slider {
      display: block;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 7.5rem; } }
  @media (min-width: 1024px) {
    .accordion-with-slider {
      max-width: 1090px; } }

.accordion-container {
  background-color: #feffff;
  color: #848586; }
  @media (max-width: 890px) {
    .accordion-container {
      padding: 5rem 2.5rem; } }
  @media (min-width: 890px) {
    .accordion-container {
      background-color: #333f46;
      color: #feffff;
      background-color: transparent; }
      .accordion-container .accordion-item .panel-heading {
        color: #feffff; } }
  .accordion-container .container-item-detail {
    background-color: #feffff;
    color: #848586; }
    @media (max-width: 890px) {
      .accordion-container .container-item-detail {
        padding: 5rem 2.5rem; } }
    @media (min-width: 890px) {
      .accordion-container .container-item-detail {
        background-color: #333f46;
        color: #feffff;
        background-color: transparent; }
        .accordion-container .container-item-detail .accordion-item .panel-heading {
          color: #feffff; } }

.blog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
  background: #fff;
  height: 200px; }
  @media (min-width: 1090px) {
    .blog-header {
      height: 400px; } }
  @media (min-width: 1400px) {
    .blog-header {
      height: 600px; } }
  .blog-header .content {
    position: absolute;
    top: 5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    @media (min-width: 736px) {
      .blog-header .content {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }
  .blog-header p {
    font-family: "Raleway";
    font-size: 16px;
    color: #363E44;
    text-align: center;
    padding: 0;
    margin: 0; }
    @media (min-width: 736px) {
      .blog-header p {
        font-size: 28px;
        text-align: left; } }
  .blog-header .content-heading {
    max-width: 236px !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
    @media (min-width: 736px) {
      .blog-header .content-heading {
        max-width: 340px !important;
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important; } }
    .blog-header .content-heading span {
      width: 90% !important;
      left: 6% !important;
      top: 16% !important; }

.blog-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/x-background-790c62bae391a295ab286c5e1512212411872d31a3d0edbb6d0fae190d856025.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 8rem; }
  @media (min-width: 1090px) {
    .blog-header:after {
      background-size: 20rem; } }
  @media (min-width: 1400px) {
    .blog-header:after {
      background-size: 30rem; } }

.blog-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/blog-header-mobile-1039a5d57a45d59cae72857e6198ea392d43ca688caeb960ee9d0fd75753cdf1.svg);
  background-repeat: no-repeat;
  background-position: 5px 126px;
  background-size: 8rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media (min-width: 1090px) {
    .blog-header:before {
      background-size: 20rem;
      display: none; } }
  @media (min-width: 1400px) {
    .blog-header:before {
      background-size: 30rem; } }

.image-wrapper {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%; }
  .image-wrapper img {
    width: auto;
    height: 100%; }

.image-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(#fff));
  background-image: linear-gradient(to right, transparent, #fff, #fff); }
  @media (min-width: 736px) {
    .image-wrapper:after {
      background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(transparent), color-stop(transparent), to(#fff));
      background-image: linear-gradient(to right, transparent, transparent, transparent, #fff); } }

.facebook-button {
  margin: auto;
  display: block;
  background-color: #3b5998;
  border-radius: 25px;
  color: #feffff;
  font-size: 24px;
  padding: 15px;
  width: 300px;
  text-align: center;
  margin-bottom: 7.5rem; }
  .facebook-button:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #2d4373; }

.filter-menu {
  display: none;
  margin: auto;
  text-align: center; }
  .filter-menu span {
    color: #60727c;
    margin-right: 10px; }
  .filter-menu ul {
    display: inline-block;
    padding-left: 0; }
  .filter-menu li {
    cursor: pointer;
    display: inline-block;
    border-right: 1px solid rgba(212, 212, 212, 0.5);
    padding: 3px 10px; }
    .filter-menu li.active, .filter-menu li:hover {
      color: rgba(212, 212, 212, 0.7); }
    .filter-menu li:last-child {
      border-right: 0px; }

.flexible-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .flexible-container > * {
    margin: 0 2.5rem 2.5rem 2.5rem; }
  @media (max-width: 890px) {
    .flexible-container {
      padding-bottom: 2.5rem; } }
  @media (min-width: 890px) {
    .flexible-container {
      margin: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 1170px; }
      .flexible-container > * {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 540px; } }
  .flexible-container.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 890px) {
      .flexible-container.-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }

.flexible-container-wrapper {
  max-width: 1190px; }

.flexible-image {
  border-radius: 25px;
  background-size: cover;
  min-height: 250px; }

.google-map {
  height: 270px; }

.heardigits-embed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  margin-bottom: 5rem;
  border-radius: 25px;
  border: 2px solid #36474f; }
  .heardigits-embed iframe {
    border-radius: 25px;
    display: block;
    width: 100%; }

.page-header.heardigits-header {
  color: #feffff;
  z-index: 30;
  overflow: hidden; }
  .page-header.heardigits-header > .lead-text {
    max-width: 1090px; }
  .page-header.heardigits-header .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5rem; }
    @media (min-width: 890px) {
      .page-header.heardigits-header .feature {
        margin-top: 2.5rem;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .page-header.heardigits-header .feature-image {
    max-width: 660px; }
    @media (max-width: 890px) {
      .page-header.heardigits-header .feature-image {
        margin: auto;
        max-height: 220px; }
        .page-header.heardigits-header .feature-image img {
          max-height: 200px;
          margin-top: 15px;
          width: auto; } }
  .page-header.heardigits-header .feature-text {
    max-width: 50rem;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 890px) {
      .page-header.heardigits-header .feature-text {
        margin-right: 5rem; } }
  .page-header.heardigits-header .heading-intro {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .page-header.heardigits-header .subheading-intro {
    font-size: 1.8rem;
    margin-bottom: 1.25rem; }
  .page-header.heardigits-header .btn-main {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 2.5rem; }

.page-header.hearscope-header {
  color: #feffff;
  z-index: 30;
  overflow: hidden; }
  .page-header.hearscope-header > .lead-text {
    max-width: 1090px; }
  .page-header.hearscope-header .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5rem; }
    @media (min-width: 890px) {
      .page-header.hearscope-header .feature {
        margin-top: 2.5rem;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .page-header.hearscope-header .feature-image {
    max-width: 660px; }
    @media (max-width: 890px) {
      .page-header.hearscope-header .feature-image {
        margin: auto;
        max-height: 220px; }
        .page-header.hearscope-header .feature-image img {
          max-height: 200px;
          margin-top: 15px;
          width: auto; } }
  .page-header.hearscope-header .feature-text {
    max-width: 50rem;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 890px) {
      .page-header.hearscope-header .feature-text {
        margin-right: 5rem; } }
  .page-header.hearscope-header .heading-intro {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .page-header.hearscope-header .subheading-intro {
    font-size: 1.8rem;
    margin-bottom: 1.25rem; }
  .page-header.hearscope-header .btn-main {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 2.5rem; }

.mockup1, .mockup2, .mockup3, .mockup4, .mockup5, .mockup6, .mockup7 {
  display: none; }

.app-container {
  position: absolute;
  right: calc(11vw - 100px);
  bottom: -2px;
  width: 300px;
  height: 300px;
  z-index: -10; }
  .app-container .icon-container {
    z-index: -9;
    position: absolute;
    width: 100%;
    height: 100%; }
  .app-container img {
    position: absolute;
    bottom: 0;
    max-height: 518px;
    right: 0;
    bottom: 35px;
    z-index: -10; }
  @media (min-width: 1270px) {
    .app-container {
      width: 381px;
      height: 518px;
      right: 0; } }
  @media (min-width: 1440px) {
    .app-container {
      right: calc(13vw - 100px); } }
  @media (max-width: 1024px) {
    .app-container {
      height: 100%;
      bottom: calc(10vw - 10%); } }
  @media (min-width: 890px) {
    .app-container {
      width: 41%;
      height: 80%; } }
  @media (max-width: 890px) {
    .app-container {
      height: 420px;
      width: 300px;
      background-position-y: 270px;
      margin: 0 auto;
      left: 0;
      right: 0;
      overflow: hidden;
      z-index: -10;
      left: 0;
      bottom: -100px; }
      .app-container img {
        top: 0; } }
  @media (max-width: 550px) {
    .app-container {
      height: 330px;
      width: 250px;
      bottom: -120px !important; } }
  @media (max-width: 375px) {
    .app-container {
      bottom: -120px !important; } }

.home-header {
  color: #feffff;
  z-index: 30;
  overflow: hidden;
  position: relative;
  background-position-x: right;
  background-position-y: 200px;
  background-size: 300px; }
  @media (max-width: 550px) {
    .home-header {
      background-position-x: 90% !important; } }
  @media (max-width: 890px) {
    .home-header {
      min-height: 540px;
      background-position-y: 270px;
      background-position-x: 55%; } }
  @media (min-width: 890px) {
    .home-header {
      background-position-x: right;
      background-position-y: 100%;
      background-size: 29%; } }
  @media (min-width: 1270px) {
    .home-header {
      background-size: auto 518px; } }
  .home-header .intro-text {
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1024px) {
      .home-header .intro-text {
        max-width: 500px; } }
  .home-header .heading-intro {
    margin-bottom: 7.5rem; }
  .home-header .subheading-intro {
    margin-top: 6.25rem;
    margin-bottom: 5rem; }
    @media (max-width: 890px) {
      .home-header .subheading-intro {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; } }
  .home-header .btn-main {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 5rem; }
    @media (max-width: 890px) {
      .home-header .btn-main {
        display: none; } }
    @media (min-width: 890px) {
      .home-header .btn-main {
        margin-bottom: 7.5rem; } }

.home-header {
  max-width: 1200px;
  margin: 0 auto 0 auto; }
  .home-header .app-container {
    margin-bottom: 40px; }
    @media (min-width: 1500px) {
      .home-header .app-container {
        margin-bottom: 30px; } }
    @media (max-width: 1160px) {
      .home-header .app-container {
        margin-bottom: calc(100px - 3vw); } }
    @media (max-width: 890px) {
      .home-header .app-container {
        margin-bottom: 0; } }
  @media (max-width: 890px) and (max-width: 550px) {
    .home-header .app-container {
      margin-bottom: 70px; } }

.active {
  -webkit-animation-name: active;
  -webkit-animation-duration: 1.7s;
  animation-name: active;
  animation-duration: 1.7s; }

@-webkit-keyframes active {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }
@keyframes active {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }
.intro-header {
  color: #feffff;
  z-index: 30;
  overflow: hidden;
  min-height: 420px;
  background-position-x: right;
  background-position-y: 200px;
  background-size: 300px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 890px) {
    .intro-header {
      background-position-x: right;
      background-position-y: 100%;
      background-size: 23%; } }
  @media (min-width: 1270px) {
    .intro-header {
      background-size: auto 420px; } }
  .intro-header .intro-text {
    max-width: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .intro-header .intro-heading {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .intro-header .intro-subheading {
    font-size: 1.8rem;
    margin-bottom: 1.25rem; }
  .intro-header .btn-main {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 5rem; }
    @media (min-width: 890px) {
      .intro-header .btn-main {
        margin-bottom: 7.5rem; } }
  .intro-header.heartest {
    background-image: url(/assets/products/heartest/heartest-mockup-c607a575738a1d89bdc9e59076dc82196c3df28f6f6dae39284f37e42d33a5e5.png);
    background-size: 30%; }
    @media (min-width: 1597px) {
      .intro-header.heartest {
        background-size: auto 480px; } }
    @media (max-width: 890px) {
      .intro-header.heartest {
        display: block;
        background-size: auto 320px;
        background-position: right 200px; } }
  .intro-header.peekvision {
    background-image: url(/assets/products/peekvision/peekvision-mockup-f8abea29388099abbcb8f1940e62fed43ab8838aa1a3ecf72fcf161d08f285a8.png);
    background-size: 30%; }
    @media (min-width: 1597px) {
      .intro-header.peekvision {
        background-size: auto 480px; } }
    @media (max-width: 890px) {
      .intro-header.peekvision {
        display: block;
        background-size: auto 320px;
        background-position: right 200px; } }
  .intro-header.hearscreen {
    background-image: url(/assets/products/hearscreen/hearscreen-mockup-d5a671331189337ad4c8248c84e32e1673e81d0d5375385c00014f0856f5b3ae.png);
    background-size: 30%; }
    @media (min-width: 1597px) {
      .intro-header.hearscreen {
        background-size: auto 480px; } }
    @media (max-width: 890px) {
      .intro-header.hearscreen {
        display: block;
        background-size: auto 320px;
        background-position: right 200px; } }
  .intro-header.mhealth {
    background-image: url(/assets/products/apps-mockup-8e75bd0e4c8727258ccce54c3ef4e73fcd2dd104aafd23681f1579d0767e23e9.png);
    background-position: center bottom;
    display: block; }
    .intro-header.mhealth .intro-heading {
      margin-bottom: 2.5rem; }
    @media (min-width: 890px) {
      .intro-header.mhealth {
        min-height: 500px;
        background-size: auto 250px; } }
  .intro-header.hearscope {
    background-image: url(/assets/hearscope/hearscope-app-mockup_scope-ecae7e8d627a6cc4dd3a77fb0ebfba0c5fc3f0465d7a378aaae3a567ad96ee04.png);
    background-size: auto 400px; }
    @media (min-width: 1597px) {
      .intro-header.hearscope {
        background-size: auto 400px; } }
    @media (max-width: 1010px) {
      .intro-header.hearscope {
        background-size: 29%; } }
    @media (max-width: 890px) {
      .intro-header.hearscope {
        display: block;
        background-size: auto 500px;
        background-position: right calc(50% - 60px) bottom -150px;
        min-height: 650px; } }

.flexible-image-and-box .img-full {
  margin-top: -5rem;
  margin-bottom: 5rem; }
.flexible-image-and-box .content-box, .flexible-image-and-box .image-header-box, .flexible-image-and-box .story-box, .flexible-image-and-box .social-buttons {
  padding: 2.5rem;
  margin: 0 auto; }

.image-header-box {
  border: 0px;
  margin-bottom: 7.5rem; }
  .image-header-box .content-box-heading {
    height: 200px;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px; }
  .image-header-box .panel-body {
    padding-left: 5rem;
    padding-right: 5rem; }
  @media (min-width: 890px) {
    .image-header-box {
      margin-bottom: 9rem; } }

.item-list {
  list-style: none;
  max-width: 780px;
  padding-left: 0; }
  .item-list > li {
    border-bottom: 1px solid rgba(212, 212, 212, 0.6);
    padding: 1.25rem; }
  .item-list > li:first-of-type {
    padding-top: 0; }
  .item-list > li:last-of-type {
    border-bottom: 0 !important; }

.image-and-box {
  padding: 0 1em; }
  .image-and-box .content-box, .image-and-box .image-header-box, .image-and-box .story-box, .image-and-box .social-buttons {
    padding: 2.5rem; }
  .image-and-box .mobile-image {
    overflow: hidden;
    max-height: 180px; }
    .image-and-box .mobile-image img {
      height: auto;
      margin: auto; }
      @media (max-width: 890px) {
        .image-and-box .mobile-image img {
          width: 250px; } }
  .image-and-box .phone-image {
    text-align: center; }
    .image-and-box .phone-image img {
      height: auto;
      width: 224.5px;
      margin: auto;
      border-radius: 38px; }
  .image-and-box .flexible-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.image-and-box .flexible-container--heartest {
  padding: 0 0 30px; }

.flexible-container.flexible-container--homepage {
  margin-bottom: 7.5rem; }

.image-box-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 890px) {
    .image-box-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .image-box-container .image-holder {
    max-height: 510px; }
  .image-box-container #heardigits-monthly-referrals-diagram svg {
    width: auto; }
    @media (max-width: 890px) {
      .image-box-container #heardigits-monthly-referrals-diagram svg {
        width: 100%;
        height: 430px; } }
    @media (max-width: 445px) {
      .image-box-container #heardigits-monthly-referrals-diagram svg {
        height: 430px; } }

.image-slider {
  overflow: visible !important; }
  .image-slider img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    border-radius: 25px; }
  @media (min-width: 890px) {
    .image-slider li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) {
    .image-slider li {
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .image-slider .slide-title {
      font-size: 2.2rem; } }

@media (min-width: 890px) {
  .slider-wrapper {
    float: left;
    min-width: 200px; } }
@media (min-width: 1024px) {
  .slider-wrapper {
    min-width: 470px; } }

.unslider {
  overflow: visible; }

.laptop-mockup {
  position: relative; }
  .laptop-mockup img {
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .laptop-mockup.api img, .laptop-mockup.heardigits img {
    width: 480px; }
  @media (max-width: 890px) {
    .laptop-mockup.api, .laptop-mockup.heardigits {
      display: none; } }

.laptop-mockup::before {
  position: absolute;
  content: '';
  background-image: url(/assets/mac.png);
  background-repeat: no-repeat;
  width: 808px;
  height: 600px;
  background-size: contain;
  left: -165px;
  top: -88px; }
  @media (max-width: 890px) {
    .laptop-mockup::before {
      display: none; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes pulse {
  50% {
    background: white; } }
@keyframes pulse {
  50% {
    background: white; } }
.loading {
  margin-top: 10px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear; }
  .loading--double {
    border-style: double;
    border-width: .5rem; }

.loading-pulse {
  position: relative;
  width: 6px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse 750ms infinite;
          animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms; }
  .loading-pulse:before, .loading-pulse:after {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 6px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-animation: pulse 750ms infinite;
            animation: pulse 750ms infinite; }
  .loading-pulse:before {
    left: -12px; }
  .loading-pulse:after {
    left: 12px;
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }

.logos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (min-width: 890px) {
    .logos-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 5rem; } }
  .logos-container img {
    max-width: 190px;
    max-height: 90px;
    display: inline;
    width: auto;
    height: auto;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    margin-bottom: 2.5rem; }
    @media (min-width: 890px) {
      .logos-container img {
        max-height: 80px;
        max-width: 250px; } }

.site--banner .site--banner-image {
  width: 100%;
  height: auto; }
@media (max-width: 890px) {
  .site--banner {
    background-color: #f1f2f4; } }

.site--banner-no-link {
  cursor: default; }

@media (min-width: 890px) {
  #logo-usa_id {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  #logo-london_school {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  #logo-partners_in_health {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  #logo-deadly-ears {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }
#logo-carel_du_toit {
  max-height: 116px; }

.logos-container.partners-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 890px) {
  .logos-container.partners-logo-container div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
.profile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 1.25rem; }
  .profile-header > .pic > img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    max-width: 60px; }
  .profile-header > .profile-heading {
    padding-left: 2.5rem; }

.profile-heading > .title {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px; }

.phone-slider {
  width: 230px; }
  @media (max-width: 890px) {
    .phone-slider {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 890px) {
    .phone-slider {
      margin-right: 2.5rem; } }
  @media (min-width: 1024px) {
    .phone-slider {
      width: 500px; } }
  .phone-slider .slide-inner {
    display: block; }
    @media (min-width: 1024px) {
      .phone-slider .slide-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  .phone-slider img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 435px;
    max-width: 225px;
    margin-bottom: 2.5rem;
    border-radius: 38px; }
  .phone-slider .slide-title {
    text-align: center;
    font-weight: 300;
    font-size: 1.4rem; }
    @media (min-width: 890px) {
      .phone-slider .slide-title {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 190px;
        width: 190px; } }

@media (min-width: 1024px) {
  .hearscope-features {
    width: auto !important; } }

.page-header {
  color: #feffff;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 0rem 5rem 0rem 5rem; }
  @media (max-width: 890px) {
    .page-header {
      min-height: 580px; } }
  .page-header.scrolled {
    margin-top: 150px; }
  .page-header > .lead-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    max-width: 25rem; }
    @media (min-width: 890px) {
      .page-header > .lead-text {
        max-width: 70rem; } }
  .page-header > .hero-header-left-align {
    text-align: left;
    margin-bottom: 5rem;
    max-width: 25rem;
    min-height: 470px;
    display: block;
    margin: 0 auto 5rem 1vw; }
    @media (min-width: 890px) {
      .page-header > .hero-header-left-align {
        max-width: 70rem; } }
    .page-header > .hero-header-left-align .intro-text {
      display: block;
      margin-left: 0;
      margin-right: auto; }
    @media (max-width: 890px) {
      .page-header > .hero-header-left-align {
        min-height: 420px;
        text-align: center;
        margin: 0 auto 0 auto; }
        .page-header > .hero-header-left-align .intro-text {
          display: block;
          margin-left: 0;
          margin-right: auto; }
          .page-header > .hero-header-left-align .intro-text .subheading {
            text-align: center; }
          .page-header > .hero-header-left-align .intro-text .heading-intro {
            text-align: center; } }

.shortened-page-header.page-header {
  min-height: 110px; }
  @media (max-width: 890px) {
    .shortened-page-header.page-header {
      min-height: 120px; } }

.content-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .content-heading h1, .content-heading h2, .content-heading h3, .content-heading h4, .content-heading h5, .content-heading h6 {
    position: relative;
    font-family: "Raleway";
    text-transform: none;
    color: #323232;
    font-weight: 900;
    letter-spacing: 0;
    z-index: 10;
    font-size: 50px; }
    @media (max-width: 900px) {
      .content-heading h1, .content-heading h2, .content-heading h3, .content-heading h4, .content-heading h5, .content-heading h6 {
        font-size: 25px; } }
  .content-heading span {
    position: absolute;
    top: 1.75rem;
    left: 3rem;
    display: inline-block;
    width: 100%;
    height: 60%;
    background-color: #80DEEA;
    opacity: 0.4;
    z-index: 1; }
    @media (max-width: 900px) {
      .content-heading span {
        top: 1.5rem;
        left: 2rem;
        height: 40%; } }

.page-footer {
  background-color: #273238;
  color: #feffff;
  padding-top: 7.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-footer .footer-contact {
    margin-top: 2.5rem; }
  @media (max-width: 890px) {
    .page-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 2rem; } }
  @media (max-width: 890px) {
    .page-footer .signup-form {
      margin-top: 2.5rem;
      margin-bottom: 0rem; }
    .page-footer .footer-nav {
      margin-bottom: 5rem; }
    .page-footer .footer-contact {
      margin-bottom: 10rem; }
      .page-footer .footer-contact a {
        cursor: pointer; } }

.footer-contact {
  text-align: center; }
  .footer-contact p:last-child {
    margin-bottom: 0; }

.page-footer div.footer-contact {
  margin-top: 0; }

ul.footer-nav {
  margin: 0; }

.footer-icon.instagram-icon {
  max-width: 26px;
  margin-right: 0.2em;
  margin-left: 0.2em; }

.footer-contact-text {
  margin: 9px; }

.page-footer.product-footer {
  font-family: "Raleway";
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-footer.product-footer .section-heading {
    margin: 0px;
    margin-bottom: 5px; }
    .page-footer.product-footer .section-heading:after {
      border-color: #80deea; }
  .page-footer.product-footer .info {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .page-footer.product-footer .certifications {
    position: relative;
    top: 44px; }
    @media (max-width: 890px) {
      .page-footer.product-footer .certifications {
        top: 0px; } }
  .page-footer.product-footer > .signup-form > p {
    font-size: 4rem !important;
    font-weight: 700;
    font-family: "Raleway";
    text-transform: uppercase;
    display: block;
    width: 100%; }
    .page-footer.product-footer > .signup-form > p:after {
      margin-top: 2px;
      width: 100%; }
    .page-footer.product-footer > .signup-form > p.popia {
      font-size: 12px !important;
      font-weight: 300;
      text-transform: none;
      text-align: left; }
  .page-footer.product-footer > .signup-form button {
    font-size: 18px;
    font-weight: 600;
    background-color: #80deea;
    border: none;
    color: #343f45;
    opacity: 1 !important; }
    .page-footer.product-footer > .signup-form button:hover {
      color: #343f45 !important; }
  .page-footer.product-footer .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 250px);
    grid-template-rows: repeat(4, 30px);
    padding: 0px; }
    @media (max-width: 890px) {
      .page-footer.product-footer .footer-nav {
        grid-template-columns: repeat(2, 190px);
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-bottom: 20px; } }
    .page-footer.product-footer .footer-nav li {
      font-family: "Raleway";
      font-weight: normal; }
      .page-footer.product-footer .footer-nav li::before {
        content: ""; }
  .page-footer.product-footer .footer-contact {
    margin-bottom: 20px; }
    @media (max-width: 890px) {
      .page-footer.product-footer .footer-contact {
        width: 200px;
        margin: 10px auto; } }
    .page-footer.product-footer .footer-contact .social-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border: none;
      height: auto;
      padding: 0px !important; }
      .page-footer.product-footer .footer-contact .social-buttons a {
        margin-right: auto; }
      .page-footer.product-footer .footer-contact .social-buttons img {
        width: auto;
        height: 30px;
        margin-left: 0px; }
    .page-footer.product-footer .footer-contact ul {
      font-family: "Raleway";
      text-align: left;
      list-style: none;
      padding: 0px; }
      .page-footer.product-footer .footer-contact ul li {
        margin-bottom: 2px; }

.footer--sign-up-form .popia {
  max-width: 300px;
  width: 300px;
  text-align: left;
  font-weight: 300;
  font-family: "Raleway";
  font-style: italic;
  font-size: 12px !important; }
  .footer--sign-up-form .popia a {
    color: #80deea; }

.products-slider {
  background-color: #333f46;
  color: #feffff;
  background-color: #1c2e35; }

.navbar-default {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 600 !important;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #323232;
  border: none;
  height: 64px !important;
  min-height: 64px !important;
  margin-bottom: 0 !important; }
  .navbar-default select {
    background: transparent;
    color: #fafafa;
    border: none;
    outline: none;
    text-transform: uppercase; }
    .navbar-default select option {
      background: #fafafa;
      color: #333; }

/* distinct name for file finding purposes : _navbar.scss */
.navbar-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flag {
  height: 22px;
  width: 22px;
  margin: -1px 8px 0px 8px;
  background-repeat: no-repeat;
  background-size: contain; }

.flag.zar {
  background-image: url(/assets/flags/zar-a62aefd77dc2783522c9ae0c492ed78fb04a10ae75a0e24e6893f0660345143b.png); }

.flag.usd {
  background-image: url(/assets/flags/usd-d8cd31f93a633c937f637c2155ead6e45fb672ad072ac7edda71b821bb3d2902.png); }

#navbar > ul > li.currency-sel > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  cursor: pointer !important;
  padding: 0;
  top: 15px; }

#navbar > ul > li.cart-sel:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 50ms ease-in-out;
  transition: -webkit-transform 50ms ease-in-out;
  transition: transform 50ms ease-in-out;
  transition: transform 50ms ease-in-out, -webkit-transform 50ms ease-in-out; }

.navbar-brand {
  float: none !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: 2rem; }
  .navbar-brand img {
    width: 3rem; }
    @media (max-width: 890px) {
      .navbar-brand img {
        width: 2rem; } }

.navbar-toggle {
  border: 0;
  margin: 0 2rem !important;
  float: none;
  padding: 0;
  background-color: transparent !important;
  color: #feffff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: none; }
  @media (max-width: 890px) {
    .navbar-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .navbar-toggle.collapsed {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .navbar-toggle .icon-bar {
    width: 30px !important; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #feffff; }

.navbar-default.scrolled .navbar-toggle .icon-bar {
  background-color: #1c2e35; }

.navbar-nav {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: none !important; }
  @media (max-width: 890px) {
    .navbar-nav {
      display: block;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 90px !important;
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; } }

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent !important;
  color: #feffff;
  padding: 1.5rem 2.5rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal !important; }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus:hover {
    color: #80deea !important; }
  @media (max-width: 890px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus {
      width: 280px;
      border-bottom: 0.5px solid #fff;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-transform: capitalize !important;
      padding: 0 !important;
      font-size: 16px !important;
      height: 64px; } }
  @media (min-width: 890px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus {
      padding: 1.5rem 2rem; } }
  .navbar-default .navbar-nav > li > a.dropdown--first-level :hover,
  .navbar-default .navbar-nav > .open > a.dropdown--first-level :hover,
  .navbar-default .navbar-nav > .open > a:focus.dropdown--first-level :hover {
    color: #80deea !important; }
  .navbar-default .navbar-nav > li > a.dropdown--second-level :hover,
  .navbar-default .navbar-nav > .open > a.dropdown--second-level :hover,
  .navbar-default .navbar-nav > .open > a:focus.dropdown--second-level :hover {
    color: #80deea !important; }
  .navbar-default .navbar-nav > li > a.dropdown--third-level :hover,
  .navbar-default .navbar-nav > .open > a.dropdown--third-level :hover,
  .navbar-default .navbar-nav > .open > a:focus.dropdown--third-level :hover {
    color: #80deea !important; }

.scrolled .navbar-nav > li > a .fa-shopping-cart {
  color: #1c2e35; }

.navbar-nav > li.hidden-phone > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  -webkit-box-shadow: none;
          box-shadow: none; }

@media (max-width: 890px) {
  .mobile-background-navigation {
    background-color: rgba(18, 18, 18, 0.9); }

  .scrolled .navbar-collapse {
    background-color: #feffff; } }
.navbar-collapse {
  text-transform: uppercase;
  text-align: right;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  max-height: 100% !important;
  border: none !important;
  margin: 0;
  overflow: auto;
  padding: 0; }
  .navbar-collapse .navbar-nav {
    margin: 0;
    padding: 0; }
  .navbar-collapse .navbar-inner {
    max-width: 1200px;
    margin: auto; }

div.navbar-header {
  float: none !important;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 1;
  background-color: #323232; }
  @media (min-width: 890px) {
    div.navbar-header {
      width: 8%; } }

.footer-nav {
  text-align: left;
  list-style: none;
  padding-left: 2.5rem; }
  .footer-nav li {
    margin-bottom: 1rem; }
    .footer-nav li:before {
      content: "\3E";
      margin-right: 10px; }
  .footer-nav a {
    color: #feffff; }

.navigation--tabs {
  float: none !important;
  width: 20%;
  height: 100%;
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Raleway", Arial !important; }
  @media (max-width: 890px) {
    .navigation--tabs {
      width: 100%;
      min-height: 64px;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .navigation--tabs:hover {
    background-color: rgba(128, 128, 128, 0.3) !important;
    color: #80deea !important;
    border-radius: 0 !important; }
    .navigation--tabs:hover > a {
      color: #80deea !important; }
  .navigation--tabs > a :hover {
    color: #80deea !important; }
  .navigation--tabs a.dropdown--first-level :hover {
    color: #80deea !important; }
  .navigation--tabs a.dropdown--second-level :hover {
    color: #80deea !important; }
  .navigation--tabs a.dropdown--third-level :hover {
    color: #80deea !important; }
  .navigation--tabs .mobile-dropdown--second-sub-level {
    width: 100%;
    min-height: 64px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0 !important; }
    .navigation--tabs .mobile-dropdown--second-sub-level:focus, .navigation--tabs .mobile-dropdown--second-sub-level:hover {
      background-color: rgba(128, 128, 128, 0.3) !important; }
  @media (max-width: 890px) {
    .navigation--tabs a.mobile-dropdown--third-level {
      height: 64px;
      width: 280px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0 !important;
      margin: auto; }
      .navigation--tabs a.mobile-dropdown--third-level:focus, .navigation--tabs a.mobile-dropdown--third-level:hover {
        background-color: transparent !important; } }

ul.product-selection {
  padding: 1px 0;
  margin: 0;
  /* min-width: 320px; */ }
  @media (max-width: 890px) {
    ul.product-selection {
      min-width: 100%;
      border-radius: 0 !important; }
      ul.product-selection .product--selection-list-item {
        width: 100%;
        height: 64px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: unset;
        left: 0; }
        ul.product-selection .product--selection-list-item .product--selection-container {
          width: 280px;
          margin: auto;
          text-align: left;
          padding: 0 !important; }
          ul.product-selection .product--selection-list-item .product--selection-container .product--selection-text .selection--text-title {
            color: #fff !important;
            font-size: 16px;
            font-weight: 600; }
          ul.product-selection .product--selection-list-item .product--selection-container .product--selection-text .selection--text-description {
            color: #fff !important;
            font-size: 14px; } }

.dropdown-submenu > a:after {
  content: "";
  display: none !important; }
.dropdown-submenu > a:hover {
  background-color: rgba(128, 128, 128, 0.3) !important;
  color: #80deea !important;
  border-radius: 0 !important; }

.desktop-navigator {
  width: 88%;
  height: 100%; }
  .desktop-navigator .dropdown-submenu.open .product-selection {
    top: calc(100% - 0px);
    border-radius: 0;
    display: block !important;
    background-color: #323232;
    border: 0; }
  .desktop-navigator .dropdown-submenu.open:not(.Occupational.health) .product-selection, .desktop-navigator .dropdown-submenu.open:not(.Impact.Reports) .product-selection {
    left: 0; }
  .desktop-navigator .dropdown-submenu.open.Occupational.health .product-selection, .desktop-navigator .dropdown-submenu.open.Impact.Reports .product-selection {
    left: unset;
    right: 0; }

.display--stage {
  display: block !important; }

@media (max-width: 890px) {
  li.product--selection-list-item {
    text-align: right;
    position: relative;
    left: 16px; } }

.product--selection-text {
  text-decoration: none;
  position: relative;
  bottom: 12px;
  left: 66px;
  max-width: 220px;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429; }
  @media (max-width: 890px) {
    .product--selection-text {
      left: 0;
      white-space: normal;
      display: inline-block;
      position: inherit; } }
  .product--selection-text .selection--text-title {
    text-decoration: none;
    margin: 2px 0; }
  .product--selection-text .selection--text-description {
    font-size: 10px;
    margin: 0; }

.product--selection-text--no-image {
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 3px 20px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

img.product--selection-image-wrapper {
  position: relative;
  float: left;
  left: 14px;
  top: 18px;
  width: 50px;
  height: auto; }
  @media (max-width: 890px) {
    img.product--selection-image-wrapper {
      display: none; } }

/* -- */
/* fourth level */
.dropdown-menu.dropdown--fourth-level .fourth-sub-level .dropdown--forth-sub-level {
  display: block; }
  .dropdown-menu.dropdown--fourth-level .fourth-sub-level .dropdown--forth-sub-level div {
    text-decoration: none;
    max-width: 160px;
    display: block;
    margin: 3px auto 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429; }

.drop-level-sub-three .dropdown--fourth-level {
  position: absolute;
  top: 0;
  left: 320px;
  width: 220px; }

.dropdown--fourth-level {
  list-style-type: none;
  padding: 0; }

.product--selection-container.dropdown--forth-sub-level .dropdown-shared-hearkiosk {
  white-space: normal; }

.dropdown--forth-sub-level .product--title {
  margin: 0; }
.dropdown--forth-sub-level .product--description {
  padding: 0; }

/* fourth level end */
.desktop-navigator .navbar-nav > li > .dropdown-menu {
  max-height: unset; }

.navbar-nav > li > .dropdown-menu {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
  text-align: right;
  height: auto;
  max-height: calc(100vh - 200px); }
  .navbar-nav > li > .dropdown-menu > li {
    line-height: 40px; }
  @media (max-width: 890px) {
    .navbar-nav > li > .dropdown-menu {
      padding-right: 14px; }
      .navbar-nav > li > .dropdown-menu > li > a {
        color: #feffff !important; }
      .scrolled .navbar-nav > li > .dropdown-menu > li > a {
        color: #1c2e35 !important; } }
  @media (min-width: 890px) {
    .navbar-nav > li > .dropdown-menu {
      padding: 0;
      right: auto;
      text-align: left;
      position: absolute;
      border-radius: 25px;
      margin-top: 10px; }
      .navbar-nav > li > .dropdown-menu a {
        padding: 15px 10px;
        font-size: 11px;
        padding-top: 18px; }
      .scrolled .navbar-nav > li > .dropdown-menu {
        margin-top: 11px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-top: 0px; } }

.navbar-nav > li > a.icon-links {
  padding: 15px 25px; }

.icon-devider {
  height: 21px;
  width: 2px;
  background: white;
  margin: 0 1px 0px 6px; }

.scrolled .icon-devider {
  background: #1c2e35; }

#cur-sel-mobile {
  position: absolute;
  top: 12px;
  right: 108px; }

#cur-sel-mobile > a {
  text-decoration: none; }

#shop-cart-mobile > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px; }

@media (max-width: 890px) {
  .desktop-flex-row.flex-center.navbar-container {
    display: block; } }

/* product specific classes */
.product--selection-list-item.dropdown-third-level-main .dropdown-hearscreen-school-screening {
  top: 64px; }

/* end */
.dropdown--second-level {
  border-radius: 0 !important;
  height: 56px !important;
  line-height: normal !important;
  background-color: #323232 !important;
  color: white !important; }
  .dropdown--second-level a {
    font-family: "Raleway", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100% !important;
    height: 100% !important;
    line-height: normal !important;
    color: white !important; }

li.dropdown.navigation--tabs.Xplore {
  position: unset; }

.Xplore ul.dropdown-menu.dropdown--second-level.navigation--section-list {
  position: absolute;
  left: 50%;
  top: calc(100% - 12px);
  -webkit-transform: translate(calc(-50% - 50px));
          transform: translate(calc(-50% - 50px)); }

.navbar .open > .dropdown-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media (max-width: 890px) {
    .navbar .open > .dropdown-menu {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #323232;
      padding: 0 !important;
      margin: 0 !important; } }
.navbar .open > a {
  outline: 0; }

p.selection--text-title {
  font-weight: bold;
  margin: 4px 0px;
  padding: 0;
  font-size: 16px; }

p.selection--text-description {
  margin: 0;
  padding: 0; }

.section-container {
  padding-top: 5rem;
  height: 100%;
  padding-bottom: 0.1px; }
  @media (min-width: 890px) {
    .section-container {
      padding-top: 7.5rem; }
      .section-container > .section-heading {
        margin-bottom: 5rem; } }
  .section-container > .section-intro {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    max-width: 25rem; }
    @media (min-width: 890px) {
      .section-container > .section-intro {
        max-width: 90rem; } }

@media (max-width: 896px) {
  .video--section-container {
    overflow: hidden; } }

.big-image-section .what-is-hearscreen-header-class {
  font-size: 2.4rem; }
.big-image-section .what-is-heartest-header-class {
  font-size: 2.4rem; }

.big-image-section .what-is-hearkiosk--section-image img {
  max-height: 700px !important; }
.big-image-section .what-is-mhealth--section-image img {
  max-height: 400px !important; }
.big-image-section .what-is-hearscreen--section-image img {
  max-height: 480px !important;
  margin: 0 0 2em 0; }

.big-image-section .shared-hearkiosk--copy {
  max-width: 600px; }

.big-image--secondary-heading .shared-hearkiosk {
  margin: 70px auto 90px;
  max-width: 820px;
  text-align: center; }

.shared-hearkiosk-color-dark {
  color: #313c43; }

.big-image-section .big-image--fine-print {
  display: block;
  margin: 0 auto;
  color: #313c43;
  text-align: center; }

.section-paragraph {
  max-width: 900px;
  margin: auto;
  margin-bottom: 5rem;
  text-align: center; }

.signup-form {
  min-width: 280px;
  max-width: 100%;
  margin-bottom: 0; }
  .signup-form .form-group {
    margin-bottom: 25px;
    position: relative; }
  .signup-form .contact-error {
    font-size: 9px;
    position: absolute; }
  .signup-form .form-control {
    color: #000000;
    font-size: 13px;
    height: 25px; }
  .signup-form .form-control-alternative {
    position: relative;
    margin: auto; }
    .signup-form .form-control-alternative .contact-error {
      font-size: 1.2rem;
      bottom: 2px;
      left: 10px;
      color: orange; }
  .signup-form input {
    position: relative; }
  .signup-form > textarea.form-control {
    margin-bottom: 2.5rem; }
  .signup-form select {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 100; }
  .signup-form > .btn-main {
    margin-bottom: 10px;
    border-color: #d4d4d4; }
    @media (min-width: 890px) {
      .signup-form > .btn-main {
        margin-bottom: 10px; } }
  .signup-form .success-message {
    min-height: 50px;
    text-align: center; }
  .signup-form input, .signup-form textarea, .signup-form select, .signup-form a button {
    outline: none; }
  .signup-form .input {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 5px;
    height: 3rem;
    border: 0px;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    padding: 5px;
    color: #848586; }
  .signup-form .btn {
    background-color: #333f46;
    border: 1px solid #FFFFFF;
    background-color: #333f46;
    border-radius: 5px;
    border-style: solid;
    border-color: #FFF;
    width: 100%; }
    .signup-form .btn:hover {
      color: #d4d4d4 !important;
      background-color: #36474f; }
    .signup-form .btn:focus {
      outline: none !important;
      color: #fff; }

.signup-form .input.invalid {
  border: 2px solid red !important; }

.signup-form.footer--sign-up-form .input {
  margin-bottom: 0;
  margin-top: 10px; }
.signup-form.footer--sign-up-form .insightly-native-footer--form-button-js {
  margin-top: 10px; }
.signup-form.footer--sign-up-form .response-message {
  min-height: unset;
  margin-top: 10px; }

.story-box {
  text-align: center;
  color: #feffff;
  border: 0px;
  background-size: cover;
  position: relative;
  margin-bottom: 7.5rem; }
  .story-box .box-body {
    padding: 5rem;
    padding-bottom: 0;
    z-index: 1; }
  @media (min-width: 890px) {
    .story-box {
      margin-bottom: 9rem; } }

.gradient1 {
  -webkit-box-shadow: inset 0 0 0 2000px rgba(25, 35, 60, 0.8);
          box-shadow: inset 0 0 0 2000px rgba(25, 35, 60, 0.8); }

.gradient2 {
  -webkit-box-shadow: inset 0 0 0 2000px rgba(28, 46, 53, 0.8);
          box-shadow: inset 0 0 0 2000px rgba(28, 46, 53, 0.8); }

.tabbed-slider {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .tabbed-slider a {
    color: #feffff; }
    .tabbed-slider a:hover {
      color: #80deea; }

.slide-image {
  position: relative; }
  @media (min-width: 890px) {
    .slide-image img {
      border-radius: 25px; } }
  .slide-image .slide-description {
    position: absolute;
    left: 2.5rem;
    bottom: 2.5rem;
    background-color: rgba(41, 53, 60, 0.9);
    padding: 2.5rem;
    font-size: 22px;
    border-radius: 5px; }
    @media (max-width: 890px) {
      .slide-image .slide-description {
        position: static;
        border-radius: 0;
        background-color: transparent;
        font-size: 18px;
        text-align: center; } }

.slider-tabs-wrapper {
  background-color: #333f46; }

.slider-tabs-container {
  max-width: 1090px;
  position: relative;
  margin: auto; }
  .slider-tabs-container .slick-arrow {
    padding: 15px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer; }
    .slider-tabs-container .slick-arrow.tabs-prev {
      left: 0; }
    .slider-tabs-container .slick-arrow.tabs-next {
      right: 0; }

.slider-tabs {
  position: relative;
  position: relative; }
  .slider-tabs:after {
    content: '';
    height: 10px;
    border-right: 1px solid #36474f;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px; }
  .slider-tabs .slide-tab {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
    text-align: center;
    color: #feffff;
    position: relative;
    cursor: pointer;
    position: relative; }
    .slider-tabs .slide-tab img {
      max-height: 20px;
      opacity: 0.45;
      width: auto; }
    .slider-tabs .slide-tab:hover {
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.2); }
    .slider-tabs .slide-tab:after {
      content: '';
      height: 10px;
      border-right: 1px solid #36474f;
      position: absolute;
      right: 0; }
    .slider-tabs .slide-tab.slick-selected img, .slider-tabs .slide-tab.slick-current img {
      opacity: 1; }
    @media (min-width: 890px) {
      .slider-tabs .slide-tab.slick-selected, .slider-tabs .slide-tab.slick-current {
        color: #80deea; } }

.slider-slides-wrapper {
  margin: auto;
  max-width: 1090px; }

.timeline {
  position: relative;
  padding: 2em 0;
  margin-bottom: 2em; }

.timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed; }

@media only screen and (min-width: 1170px) {
  .timeline {
    margin-bottom: 3em; }

  .timeline::before {
    left: 50%;
    margin-left: -2px; } }
.timeline-block {
  position: relative;
  margin: 2em 0; }

.timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.timeline-block:first-child {
  margin-top: 0; }

.timeline-block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .timeline-block {
    margin: 4em 0; }

  .timeline-block:first-child {
    margin-top: 0; }

  .timeline-block:last-child {
    margin-bottom: 0; } }
.timeline-marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  background-color: #465a65;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  background-size: cover; }

.timeline-marker img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px; }

@media only screen and (min-width: 1170px) {
  .timeline-marker {
    width: 150px;
    height: 150px;
    left: 50%;
    margin-left: -75px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }

  .timeline-marker.is-hidden {
    visibility: hidden; }

  .timeline-marker.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; } }
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 15px;
  padding: 1em; }

.timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.timeline-content h3 {
  margin-bottom: 15px;
  font-size: 2.6rem !important; }
  .timeline-content h3 span {
    font-size: inherit !important; }

.timeline-content .timeline-date {
  display: inline-block; }

.timeline-content p {
  margin: 1em 0;
  line-height: 1.6; }

.timeline-content .timeline-date {
  float: left;
  padding: .8em 0;
  opacity: .7; }

.timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white; }

@media only screen and (min-width: 768px) {
  .timeline-content p {
    font-size: 16px; }

  .timeline-content .timeline-date {
    font-size: 14px; } }
@media only screen and (min-width: 1170px) {
  .timeline-content {
    margin-left: 0;
    padding: 2.5rem;
    width: 42%; }

  .timeline-content::before {
    top: 66px;
    left: 100%;
    border-color: transparent;
    border-left-color: white; }

  .timeline-content ul {
    padding-left: 15px; }

  .timeline-content .timeline-date {
    position: absolute;
    width: 100%;
    left: 140%;
    top: 6px;
    font-size: 16px;
    padding-top: 55px; }

  .timeline-block:nth-child(even) .timeline-content {
    float: right; }

  .timeline-block:nth-child(even) .timeline-content::before {
    top: 66px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white; }

  .timeline-block:nth-child(even) .timeline-content .cd-read-more {
    float: right; }

  .timeline-block:nth-child(even) .timeline-content .timeline-date {
    left: auto;
    right: 140%;
    text-align: right;
    padding-top: 55px; }

  .timeline-content.is-hidden {
    visibility: hidden; }

  .timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s; } }
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .timeline-block:nth-child(even) .timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.team-list {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px; }
  .team-list.-wider {
    max-width: 1100px; }
  @media (max-width: 890px) {
    .team-list {
      max-width: 600px; } }

.team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0rem 0rem 2.5rem 2.5rem; }
  .team-member img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    margin-bottom: 10px; }
  .team-member .member-description {
    width: 192px;
    text-align: center; }
    .team-member .member-description > .name {
      color: #1c2e35;
      font-size: 1.4rem;
      font-weight: 400; }
      .team-member .member-description > .name a {
        color: #1c2e35; }
    .team-member .member-description > .role {
      font-size: 1.3rem; }
    .scientific-advisors .team-member .member-description {
      width: 250px; }
  .team-member .icon {
    color: #0077b5; }

.quoted-block {
  position: relative;
  padding-left: 8.5rem;
  text-align: left; }
  .quoted-block:before {
    content: '\201C';
    font-size: 100px;
    color: #80deea;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    position: absolute;
    font-weight: 700;
    top: -25px;
    left: 15px; }

.social-buttons {
  padding: 2.5rem !important;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem; }
  .social-buttons > a {
    color: #feffff; }

.youtube-grid {
  max-width: 900px;
  margin: auto;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0rem; }
  .youtube-grid > * {
    width: 425px;
    margin-bottom: 2.5rem;
    border: 2px solid #d4d4d4;
    margin-right: 2.5rem;
    background-color: #000; }

.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: 245px; }
  @media (max-width: 896px) {
    .video-container {
      margin-left: calc(72vw - 50%) !important; } }
  @media (max-width: 560px) {
    .video-container {
      margin-left: calc(62vw - 50%) !important; } }
  @media (max-width: 425px) {
    .video-container {
      margin-left: calc(0vw - 0%) !important; } }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .product-video .video-container {
    height: 320px; }
    .product-video .video-container iframe, .product-video .video-container object, .product-video .video-container embed {
      height: 320px; }

.hidden_video {
  display: none; }

/* The ribbons */
.corner-ribbon {
  width: 400px;
  height: 120px;
  background: #eb1478;
  position: absolute;
  top: 25px;
  left: -50px;
  padding: 5px;
  padding-top: 40px;
  text-align: center;
  line-height: 25px;
  font-size: 35px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 1031; }

/* Custom styles */
.corner-ribbon.sticky {
  position: fixed; }

.corner-ribbon.shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

/* Different positions */
.corner-ribbon.top-left {
  top: 25px;
  left: -105px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

/* Colors */
.corner-ribbon.white {
  background: #f0f0f0;
  color: #555; }

.corner-ribbon.black {
  background: #333; }

.corner-ribbon.grey {
  background: #999; }

.corner-ribbon.blue {
  background: #39d; }

.corner-ribbon.green {
  background: #2c7; }

.corner-ribbon.turquoise {
  background: #1b9; }

.corner-ribbon.purple {
  background: #95b; }

.corner-ribbon.red {
  background: #e43; }

.corner-ribbon.orange {
  background: #e82; }

.corner-ribbon.yellow {
  background: #ec0; }

.corner-ribbon.pink {
  background: #eb1478; }

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1032;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.95);
  overflow-y: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  max-width: 1000px; }

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1; }

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  z-index: 1999; }
  @media (max-width: 890px) {
    .overlay .closebtn {
      top: 0px;
      right: 10px; } }

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto; }

  .overlay a {
    font-size: 20px; }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  padding-left: 10%;
  padding-right: 10%; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

div.el-content-wrapper {
  font-size: 12px;
  color: #595959;
  text-align: center; }

div.el-content-wrapper .headline {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 32px; }

div.el-content-wrapper input[type="text"], textarea {
  min-width: 278px;
  padding: 3px;
  margin-top: 20px; }

div.el-content-wrapper select {
  padding: 3px;
  margin-top: 20px;
  height: 40px !important; }

div.el-content-wrapper input, textarea, select {
  font-size: 12px;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  color: #595959; }

div.el-content-wrapper select {
  padding: 2px; }

div.el-content-wrapper input[type="text"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border: 1px solid #e0e0e0;
  background-color: #fbfbfb;
  padding: 4px 3px 3px 7px;
  height: 40px;
  margin-left: auto;
  margin-right: auto; }

div.el-content-wrapper select {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border: 1px solid #e0e0e0;
  height: 27px;
  background-color: #fbfbfb;
  padding: 4px 3px 3px 7px;
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1); }

div.el-content-wrapper textarea {
  font-family: "courier new";
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border: 1px solid #e0e0e0;
  background-color: #fbfbfb;
  padding: 4px 3px 3px 7px;
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1); }

div.el-content-wrapper label {
  color: #595959;
  font-size: 14px;
  font-weight: normal;
  margin-right: 15px; }

div.el-content-wrapper label.radio {
  margin-right: 5px; }

div.el-content-wrapper input:-moz-placeholder {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  color: #BBBBBB;
  font-style: italic; }

div.el-content-wrapper input::-webkit-input-placeholder {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  color: #BBBBBB;
  font-style: italic; }

div.el-content-wrapper input[type="radio"] {
  margin-right: 2px; }

div.el-content-wrapper input[type="checkbox"], input[type="radio"] {
  border: none;
  padding: 0;
  min-width: inherit; }

div.el-content-wrapper input[required], textarea[required] {
  min-width: 251px;
  padding-right: 16px;
  background: #FFFFFF url(https://d3mapv06l60yob.cloudfront.net/images/icons/asterisk-small-yellow.png) no-repeat center right; }

div.el-content-wrapper input.input-number {
  min-width: 70px;
  width: 70px; }

div.el-content-wrapper textarea[required] {
  background-position: top right; }

.public_button {
  margin: auto;
  height: 40px;
  width: 100px;
  background-color: #32e8b7;
  margin-right: 8px;
  color: #FFF !important;
  padding: 4px 5px 4px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px; }

div.el-content-wrapper input.public_button:hover {
  background-color: #fff;
  color: #000 !important; }

div.el-content-wrapper .clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 0px; }

div.el-content-wrapper .nowrap {
  white-space: nowrap; }

div.el-content-wrapper .stretch {
  width: 100% !important; }

/*Headers*/
div.el-content-wrapper h1 {
  font-size: 24px;
  padding: 3px 2px;
  font-weight: 400;
  margin: 6px 0 20px 0;
  color: #343434; }

div.el-content-wrapper h2 {
  margin-bottom: 5px;
  color: #000000;
  font-weight: bold;
  font-size: 15px; }

div.el-content-wrapper h2 label {
  color: #000000;
  font-weight: bold;
  font-size: 14px; }

div.el-content-wrapper h3 {
  margin-bottom: 5px;
  color: #5A5A5A;
  font-weight: bold;
  font-size: 13px; }

div.el-content-wrapper h3 label {
  color: #5A5A5A;
  font-weight: bold;
  font-size: 13px; }

/*Content wrappers*/
div.el-content-wrapper {
  /*Default width*/
  width: 450px;
  padding: 10px; }
  @media (max-width: 890px) {
    div.el-content-wrapper {
      width: 90%; } }

div.el-content {
  /*Default width*/
  width: 99%; }

/*Forms*/
div.el-content-wrapper table.fieldset {
  margin: 0 0 0 4px;
  width: 100%; }

div.el-content-wrapper table.fieldset td {
  padding: 0 5px 6px 0;
  vertical-align: top; }

div.el-content-wrapper table.fieldset td label {
  display: inline-block;
  margin-top: 4px; }

div.el-content-wrapper table.fieldset input[type="checkbox"] {
  margin-top: 4px; }

div.el-content-wrapper table.fieldset.summary td {
  font-size: 12px;
  padding-top: 4px;
  color: #777777; }

div.el-content-wrapper table.fieldset.summary td label {
  font-weight: bold;
  color: #777777;
  margin-top: 0px;
  white-space: nowrap; }

div.el-content-wrapper table.fieldset.view td {
  padding-top: 4px; }

div.el-content-wrapper table.fieldset.view td label {
  margin-top: -1px; }

div.el-content-wrapper table.fieldset.view td.checkbox-setting {
  padding-top: 7px;
  font-size: 12px; }

div.el-content-wrapper span.error {
  position: relative;
  display: inline-block;
  padding: 3px;
  margin: -3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  background-color: #FFE3E3; }

div.el-content-wrapper span.error span {
  display: block;
  margin-top: 1px;
  text-align: right;
  color: #FF5858;
  font-size: 10px;
  font-style: italic; }

div.el-content-wrapper table.fieldset td.submit {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

div.el-content-wrapper div.field-heading.top {
  margin-bottom: 7px; }

div.el-content-wrapper div.field-heading.bottom {
  margin-bottom: 7px; }

div.el-content-wrapper div.field-heading.bottom > label {
  font-size: 12px !important;
  margin-left: 2px; }

div.el-powered-by {
  font-size: 11px;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  color: #595959; }

.el-powered-by a {
  color: #595959;
  text-decoration: none; }

.el-powered-by a:hover {
  text-decoration: underline; }

div.el-content-wrapper {
  border: 1px solid #32e8b7 !important;
  border-radius: 25px;
  padding: 30px;
  margin: auto; }

div.el-content-wrapper h1, label {
  color: #555555; }

#clockdiv {
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 80px;
  color: #848586; }

#clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  display: inline-block; }

#clockdiv div > span {
  padding: 15px;
  border-radius: 3px;
  display: inline-block; }

.smalltext {
  padding-top: 5px;
  font-size: 16px; }

.rounded {
  border-radius: 25px;
  overflow: hidden; }

.image-section {
  height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 890px) {
    .image-section {
      height: 400px;
      width: 100%; } }

@media (min-width: 1024px) {
  .hearscope-features {
    min-width: 0px; } }

@media (min-width: 1024px) {
  .hearscope-accordian {
    width: auto !important; } }

@media (min-width: 890px) {
  .features-container {
    padding: 0px; } }

@media (min-width: 890px) {
  .hearscope-accordian-item {
    width: 300px !important; }
    .hearscope-accordian-item .panel-heading {
      font-size: 5px !important; }
      .hearscope-accordian-item .panel-heading i {
        font-size: 16px !important; } }
@media (min-width: 1024px) {
  .hearscope-accordian-item {
    width: 300px !important; } }

@media (min-width: 1024px) {
  .hearscope-width {
    width: 1000px; } }

.indigogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  color: #fff; }
  @media (max-width: 890px) {
    .indigogo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.banner {
  height: 92px;
  background-color: #313c43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  .banner h1 {
    margin-bottom: 0px; }

.big-image-section {
  background-color: #fff;
  padding-top: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom; }
  .big-image-section .heardigits {
    margin-bottom: 50px; }
  .big-image-section .big-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 1em; }
    .big-image-section .big-image-container img {
      max-height: 520px; }

.sub-heading {
  text-align: center;
  line-height: 30px;
  padding: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.buy-now-section {
  height: 200px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.arrow-container {
  background-color: #313c43;
  min-height: 300px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  position: relative; }

.arrow-container:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #313c43;
  position: absolute;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 99; }

.arrow-container-grey {
  background-color: #f1f2f4;
  min-height: 300px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  position: relative; }

.arrow-container-grey:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #f1f2f4;
  position: absolute;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 99; }

.section-container.full-width {
  padding: 50px; }

.how-it-works {
  position: relative; }

.how-it-works:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #FFF;
  position: absolute;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.disease-gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 890px) {
    .disease-gallery-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .disease-gallery-container .disease-container {
    width: 230px;
    margin: 30px; }
    .disease-gallery-container .disease-container .image-container .hearscope--diseases-image {
      max-width: 100px;
      margin: 0 auto; }
    .disease-gallery-container .disease-container .heading {
      text-align: center;
      margin: 20px; }
      .disease-gallery-container .disease-container .heading h3 {
        font-size: 20px !important;
        margin-bottom: 0px !important; }
      .disease-gallery-container .disease-container .heading:after {
        content: '';
        width: 100%;
        height: 0px;
        display: block;
        border-bottom: 1px solid #d4d4d4;
        margin: auto;
        margin-top: 15px; }
    .disease-gallery-container .disease-container .description {
      text-align: center; }

.video_button {
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 890px) {
    .video_button h1 {
      line-height: 80px; } }

.video_banner {
  display: none;
  height: 800px;
  background-color: red; }

.playButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-style: solid;
  border-color: #787878;
  border-width: 2px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin-right: 20px; }

ul#howItWorks li.test {
  list-style-image: url("plug_icon.svg");
  background-position: 7px center;
  color: red; }

.hearscope--how-it-works-image {
  margin: 0 auto;
  max-width: 470px;
  margin-bottom: 3em;
  width: 100%; }

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%; }
  .intl-tel-input * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    bottom: 2.8rem;
    right: 0;
    padding: 1px;
    height: 3rem; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: relative;
      top: 7px; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #ccc; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #ccc; }
  .intl-tel-input .country-list {
    max-width: 360px;
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 60px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
    top: 16px;
    padding: 0 0 0 15px; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 40px;
  left: 0;
  right: 80px;
  width: 270px;
  height: 300px;
  position: absolute; }
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
  top: 20px; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-size: 5652px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti-flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/assets/utils/flags-0a012cf808a24573168308916092d2d4bd3f2b4af8e16b59167013cc77acee55.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-image: url("/assets/utils/flags@2x-8ab4e961a71e2a404aab37e528b0312282c258015d58f5e0eb5dec6aa4ff63d2.png"); } }

.iti-flag.np {
  background-color: transparent; }

div.flag-box .iti-flag {
  /* top: -10px; */
  margin: 0 0 13px 0px;
  position: relative;
  top: 7px; }

.blog-copy {
  max-width: 800px;
  margin: 0px auto;
  margin-bottom: 80px; }

.blog-summary {
  max-width: 800px;
  background-color: #f1f2f4;
  margin: 0px auto;
  margin-bottom: 40px;
  border-radius: 25px;
  padding: 20px; }

@media (min-width: 1024px) {
  .hearscreen-accordian {
    width: auto !important; } }

@media (min-width: 890px) {
  .hearscreen-accordian-item {
    width: 290px !important; }
    .hearscreen-accordian-item .panel-title {
      font-size: 15px !important; }
      .hearscreen-accordian-item .panel-title i {
        font-size: 15px !important; } }
@media (min-width: 1024px) {
  .hearscreen-accordian-item {
    width: 290px !important;
    margin-left: 50px; } }

@media (min-width: 1024px) {
  .hearscreen-width {
    width: 1000px; } }

.problem-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .problem-container .problem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 400px;
    min-width: 200px;
    min-height: 150px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .problem-container .problem .headline {
      font-size: 2.6rem;
      line-height: 30px;
      font-weight: 400;
      letter-spacing: 3px;
      text-transform: uppercase;
      text-align: center;
      font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
      margin: 0 0 .5em 0; }
    .problem-container .problem .sub-heading {
      padding: 0;
      max-width: 330px; }

.section-heading .registered-trademark {
  font-size: 13px;
  position: relative;
  bottom: 9px;
  right: 5px; }

.awards-banner {
  padding: 20px;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1b2e35;
  background-image: url(/assets/awards/awardBanner-a1d87440d7584f015d7b5459cfecda5a73a064fef58475d283687cb8aa639252.jpg);
  background-size: cover;
  background-position: center; }
  .awards-banner .body-copy-heading {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 4px; }
    @media (max-width: 550px) {
      .awards-banner .body-copy-heading {
        font-size: 30px; } }
  @media (max-width: 550px) {
    .awards-banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      min-height: 720px;
      height: auto;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 350px) {
    .awards-banner {
      min-height: 670px; } }
  .awards-banner h1, .awards-banner h2, .awards-banner h3, .awards-banner h4, .awards-banner h5, .awards-banner h6 {
    color: #fff;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px; }
  .awards-banner .heading .awards-banner--header--text {
    font-size: 50px;
    line-height: 60px; }
  @media (max-width: 550px) {
    .awards-banner .heading {
      margin-top: 50px; } }
  .awards-banner .heading:after {
    content: '';
    height: 0px;
    display: block;
    border-bottom: 2px solid #81dfeb;
    margin: auto;
    margin-top: -20px;
    margin-bottom: 20px; }
  .awards-banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .awards-banner .content .body-copy {
      max-width: 900px; }
    .awards-banner .content .button {
      border-radius: 20px;
      height: 50px;
      width: 200px;
      text-align: center;
      line-height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
      font-weight: 100px;
      padding: 20px;
      color: #323d43;
      font-size: 20px;
      background-color: #80deea; }
  .awards-banner .awards-logos-container {
    width: 100%;
    margin-top: 50px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 350px) {
      .awards-banner .awards-logos-container {
        padding-bottom: 40px; } }
    @media (max-width: 550px) {
      .awards-banner .awards-logos-container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .awards-banner .awards-logos-container img {
      width: 250px; }
      @media (max-width: 550px) {
        .awards-banner .awards-logos-container img {
          width: 200px;
          margin-top: 20px; } }

.product-feature-wrapper {
  min-height: 350px;
  background-color: #fff;
  background-position: center !important;
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%; }

.product-content-box {
  font-weight: 100 !important;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-radius: 25px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  margin-right: 30px; }

.product-content-box-design {
  font-weight: 100 !important;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-radius: 40px;
  text-align: center;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-left: 30px;
  margin-right: 30px; }

.product-feature-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.product-content-box.light {
  border-color: #fff;
  color: #fff; }

.product-content-box.dark {
  border-color: rgba(212, 212, 212, 0.8);
  color: #313c43; }

.easy-to-use {
  margin: 0 0 0 20%; }

.feature--image {
  max-height: 300px; }

.product-feature-image .automated-feature-hearscreen {
  max-height: 330px; }

.product-header-container {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-header-container .hearscope {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .product-header-container .heardigits {
    -ms-flex-item-align: center;
        align-self: center;
    padding-bottom: 50px; }
  .product-header-container .heartest {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 50px; }
  .product-header-container .mhealth-hero--logo img {
    max-width: 300px; }
  @media (max-width: 890px) {
    .product-header-container .mhealth-hero--logo img {
      width: 90%; } }
  .product-header-container .copy-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 300px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 890px) {
      .product-header-container .copy-container {
        margin-top: 50px; } }
    .product-header-container .copy-container .logo-container {
      max-width: 350px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .product-header-container .copy-container .headline {
      margin-top: 20px; }
      .product-header-container .copy-container .headline h1 {
        text-align: center;
        color: #fff;
        font-size: 30px;
        line-height: 30px; }
  .product-header-container .image-container {
    max-width: 400px;
    z-index: -10; }
    @media (min-width: 1024px) {
      .product-header-container .image-container {
        margin-left: 100px; } }
    @media (min-width: 890px) {
      .product-header-container .image-container {
        margin-left: 100px; } }
    @media (max-width: 890px) {
      .product-header-container .image-container {
        margin-top: 50px; } }
  .product-header-container .image-container.heardigits {
    max-width: 550px; }
    @media (max-width: 980px) {
      .product-header-container .image-container.heardigits {
        margin-left: 0px !important;
        margin-top: 40px; } }
  .product-header-container .image-container.hearscreen {
    max-width: 520px;
    margin-bottom: 50px; }
    @media (max-width: 980px) {
      .product-header-container .image-container.hearscreen {
        margin-left: 0px !important;
        margin-top: 40px; } }
    .product-header-container .image-container.hearscreen img {
      max-height: 530px; }
  .product-header-container .image-container.heartest {
    max-width: 500px;
    margin-bottom: 20px; }
    @media (max-width: 980px) {
      .product-header-container .image-container.heartest {
        margin-left: 0px !important;
        margin-top: 40px; } }

.copy-container .copy-container--tagline {
  color: white;
  font-size: 16px;
  text-align: center;
  margin: 26px auto 0; }
.copy-container .copy-container--ce-and-iso {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.copy-container--certified-image {
  max-height: 34px; }

.image-container.hearkiosk {
  max-width: 250px;
  margin-bottom: 20px; }
  @media (max-width: 890px) {
    .image-container.hearkiosk {
      margin-left: 0px !important;
      margin-top: 40px;
      max-width: 310px; } }
  .image-container.hearkiosk img {
    max-height: 500px; }

.image-container.shared-hearkiosk {
  max-width: 250px;
  margin-bottom: 20px; }
  @media (max-width: 890px) {
    .image-container.shared-hearkiosk {
      margin-left: 0px !important;
      margin-top: 40px;
      max-width: 310px; } }
  .image-container.shared-hearkiosk img {
    max-height: 500px; }

.image-container.hearscope {
  max-width: 310px; }
  @media (max-width: 980px) {
    .image-container.hearscope {
      margin-left: 0px !important;
      margin-top: 40px; } }
  .image-container.hearscope img {
    max-height: 500px; }

/* overrides */
.video-product-header-container {
  padding: 30px 10px 10px;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .video-product-header-container .hearscope {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .video-product-header-container .heardigits {
    -ms-flex-item-align: center;
        align-self: center;
    padding-bottom: 50px; }
  .video-product-header-container .heartest {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 50px; }
  @media (max-width: 890px) {
    .video-product-header-container .mhealth-hero--logo img {
      width: 90%; } }
  .video-product-header-container .copy-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 300px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 290px; }
    @media (max-width: 890px) {
      .video-product-header-container .copy-container {
        margin-top: 50px; } }
    .video-product-header-container .copy-container .logo-container {
      max-width: 350px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .video-product-header-container .copy-container .headline {
      margin-top: 20px; }
      .video-product-header-container .copy-container .headline h1 {
        text-align: center;
        color: #fff;
        font-size: 30px;
        line-height: 30px; }
  .video-product-header-container .image-container {
    max-width: 400px;
    z-index: -10; }
    @media (min-width: 1024px) {
      .video-product-header-container .image-container {
        margin-left: 100px; } }
    @media (min-width: 890px) {
      .video-product-header-container .image-container {
        margin-left: 100px; } }
    @media (max-width: 890px) {
      .video-product-header-container .image-container {
        margin-top: 50px; } }

/** hearkiosk page */
.logo-container.hearkiosk-header-logo--image img {
  max-width: 300px; }

.hearkiosk-container--content .headline {
  max-width: 350px; }

/** shared kiosk page */
.logo-container.shared-hearkiosk-logo-image img {
  max-width: 300px; }

.shared-hearkiosk-container--content .headline {
  max-width: 350px; }

/** heardigits page */
.heardigits-header-logo--image img {
  max-width: 300px; }

.heardigits-header-container--content .headline {
  max-width: 350px; }

/** hearscreen page */
.hearscreen-header-logo--image img {
  max-width: 300px; }

.hearscreen-header-container--content .headline {
  max-width: 350px; }

/** hearscreen school screening page */
.school-hearscreen-header-logo--image img {
  max-width: 300px; }

.school-hearscreen-header-container--content .headline {
  max-width: 350px; }

/** heartest page */
.heartest-header-logo--image img {
  max-width: 300px; }

.heartest-header-container--content .headline {
  max-width: 350px; }

/** hearscope page */
.hearscope-header-logo--image img {
  max-width: 300px; }

.hearscope-header-container--content .headline {
  max-width: 350px; }

/** peek vision page */
.peek-header-logo--image img {
  max-width: 220px; }

.peek-header-container--content .headline {
  max-width: 350px; }

/** mhealth page */
.hearscreen-header-background {
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  z-index: -1000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.pricing-container {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 890px) {
    .pricing-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .pricing-container .price-card {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 220px;
    margin-top: 50px;
    min-height: 714px;
    margin-left: 1px;
    margin-right: 1px;
    position: relative; }
    @media (max-width: 890px) {
      .pricing-container .price-card {
        margin-top: 50px; } }
    .pricing-container .price-card .product-image {
      display: none;
      padding-bottom: 20px; }
    .pricing-container .price-card .product-name, .pricing-container .price-card .product-name-heardigits {
      text-transform: uppercase;
      font-family: 'Bebas Neue';
      font-size: 30px; }
    .pricing-container .price-card .product-detail {
      font-size: 18px;
      margin-top: 15px; }
    .pricing-container .price-card .product-description {
      font-size: 12px;
      margin-top: 15px;
      margin-left: 30px;
      margin-right: 30px; }
    .pricing-container .price-card .content-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center; }
      .pricing-container .price-card .content-container .content-headline {
        font-family: 'Source Sans Pro';
        font-size: 17px;
        font-weight: 200;
        text-align: center;
        opacity: 0.9;
        margin-top: 10px; }
      .pricing-container .price-card .content-container .content-description {
        font-family: 'Source Sans Pro';
        font-size: 12px;
        font-weight: 200;
        text-align: left;
        margin-top: 20px;
        width: auto;
        opacity: 0.8;
        line-height: 30px; }
        .pricing-container .price-card .content-container .content-description i {
          color: #80deea;
          margin-right: 10px; }
  .pricing-container .price-card.hearscreen {
    min-height: 500px; }
    .pricing-container .price-card.hearscreen .screenings {
      margin-top: 10px; }
  .pricing-container .price-card.heartest {
    padding-bottom: 0px;
    min-height: 0px;
    padding-top: 10px; }
    .pricing-container .price-card.heartest .screenings {
      margin-top: 10px; }
    .pricing-container .price-card.heartest .extra-container {
      background-color: #9f9da1;
      height: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative; }
      .pricing-container .price-card.heartest .extra-container .plus {
        position: absolute;
        top: -25px;
        font-size: 35px;
        left: 0;
        right: 0; }
      .pricing-container .price-card.heartest .extra-container .headline {
        font-family: 'Source Sans Pro'; }
      .pricing-container .price-card.heartest .extra-container .description {
        font-family: 'Bebas Neue';
        font-size: 30px;
        margin-top: 10px;
        line-height: 30px; }
      .pricing-container .price-card.heartest .extra-container .frequency {
        font-size: 12px; }
      .pricing-container .price-card.heartest .extra-container .billing {
        font-size: 16px; }
      .pricing-container .price-card.heartest .extra-container .annual-cost {
        font-size: 14px; }
  .pricing-container .highlight {
    background-color: #fff;
    color: #313c43;
    -webkit-box-shadow: 0px 0px 35px 8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 35px 8px rgba(0, 0, 0, 0.75); }
    .pricing-container .highlight .price-card {
      padding-top: 0px; }
    .pricing-container .highlight .hidden-highlight {
      display: none; }
    .pricing-container .highlight .extra-container {
      background-color: #fff !important; }
    .pricing-container .highlight .product-image {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .pricing-container .highlight .product-name::after {
      border-bottom: 1px solid #313c43; }
  .pricing-container .promo-container-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-transform: uppercase;
    color: #313c43;
    background-color: #80deea;
    height: 40px;
    width: 100%;
    z-index: 99;
    position: absolute;
    top: -40px; }
  .pricing-container .promo-container-top.hearscreen {
    color: #fff;
    background-color: #ed5454; }
  .pricing-container .promo-container-left.hearscreen {
    color: #fff;
    background-color: #ed5454; }
  .pricing-container .promo-container-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    text-align: right;
    font-size: 20px;
    color: #313c43;
    background-color: #80deea;
    text-transform: uppercase;
    height: 100%;
    width: 40px;
    z-index: 2;
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: absolute;
    left: -40px; }

@media (max-width: 890px) {
  .pricing-mobile {
    background-color: #283338; } }

.highlight .hidden-highlight {
  display: none;
  -webkit-transition: display 1000ms ease;
  transition: display 1000ms ease; }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
span.loader:before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #07d;
  -webkit-animation: spinner .6s linear infinite;
          animation: spinner .6s linear infinite; }

.product-accordian-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  padding-bottom: 50px; }
  .product-accordian-container .image-container {
    max-width: 700px; }
  .product-accordian-container .accordian-container {
    margin-left: 50px;
    width: auto; }
    @media (max-width: 890px) {
      .product-accordian-container .accordian-container {
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        margin-top: 50px;
        margin-left: 0px; } }
    @media (max-width: 550px) {
      .product-accordian-container .accordian-container {
        width: 100%; } }
    .product-accordian-container .accordian-container .accordian-item {
      border-radius: 10px;
      width: 200px;
      margin-bottom: 5px; }
      @media (max-width: 890px) {
        .product-accordian-container .accordian-container .accordian-item {
          margin-left: 5px;
          margin-right: 5px;
          width: 100%; } }
      @media (max-width: 550px) {
        .product-accordian-container .accordian-container .accordian-item {
          width: 100%; } }

#heardigits {
  margin-left: auto;
  margin-right: auto;
  width: 80%; }
  @media (max-width: 890px) {
    #heardigits {
      width: 100%; } }

.heardigits--sign-up--banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #313c43;
  padding: 30px 1em; }
  @media (max-width: 890px) {
    .heardigits--sign-up--banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .heardigits--sign-up--banner .heardigits--banner-heading {
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 50px;
    text-align: center;
    color: white;
    margin: 0; }
    @media (max-width: 890px) {
      .heardigits--sign-up--banner .heardigits--banner-heading {
        margin: .4em; } }
  .heardigits--sign-up--banner .heardigits--banner-link {
    -webkit-transition: .2s;
    transition: .2s; }
    .heardigits--sign-up--banner .heardigits--banner-link:focus {
      outline: 0; }
  .heardigits--sign-up--banner .heardigits--banner--button {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 6px 80px;
    border-radius: 10px;
    color: #CDDC39;
    background: none;
    border-width: 2px;
    border-color: white;
    border-style: solid; }
    .heardigits--sign-up--banner .heardigits--banner--button:focus {
      outline: 0; }

.heardigits--teleaudiology {
  background-color: #313c43;
  color: white; }

.heardigits--teleaudiology .heardigits--teleaudiology--list-item {
  color: white; }

@media (min-width: 890px) {
  .heardigits--teleaudiology .image-and-box .flexible-container {
    max-width: 1210px; } }

@media (min-width: 890px) {
  .heardigits--teleaudiology .section-container > .section-heading {
    margin-bottom: 3rem; } }

.heardigits--referral-access {
  background-color: white; }

#accordion .heardigits-premium-accordion {
  border: 2px #d4d4d4 solid;
  width: 260px;
  margin: 0 auto 5px; }

.heardigits-premium-accordion a:hover {
  color: #fff;
  text-decoration: none; }

.heardigits-premium--panel-title {
  left: 50px !important; }

#accordion .accordion-item.heardigits-premium-accordion .panel-heading.heardigits-premium--panel-heading {
  color: #313c43; }

.heardigits--referrals {
  background-color: #313c43;
  color: white;
  padding-top: 60px; }

.heardigits--referrals .box-body {
  text-align: center; }

.heardigits--clients {
  background-color: white; }

.heardigits--clients .logos-container #logo-earinstitute-logo.jpg {
  max-height: 40px; }
.heardigits--clients .logos-container #logo-britzgo-logo.jpg {
  max-height: 50px; }
.heardigits--clients .logos-container #logo-ear-science-institute-australia.jpg {
  max-height: 70px; }
.heardigits--clients .logos-container #logo-shandb_logo_rgb {
  max-height: 100px;
  max-width: 310px; }
.heardigits--clients .logos-container #logo-hb {
  max-height: 70px; }

#product-sign-up-form .popia {
  max-width: 270px;
  color: #fff; }

.popia {
  font-weight: 300;
  font-family: "Raleway";
  font-style: italic;
  font-size: 12px; }
  .popia a {
    color: #CDDC39; }

.heardigits--sign-up-email-form-banner .popia {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 10px auto;
  color: rgba(255, 255, 255, 0.8); }

.image-row {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.image-row.hearscope {
  background: url("/assets/hearscope/hearscoperow-6448bf1470e14ce28e6ea61d9d5c2d9a0dd8d5ae419d98d0bdba8a2fa2717177.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.image-row.heardigits {
  background: url("/assets/products/heardigits/heardigits-image-row-5bda751ebec7f418d258410a29262ddee79929d565d794b6522ba107f829c194.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 890px) {
  .image-row.hearkisok-image-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 670px; } }
.value-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px; }

.products-banner-container {
  min-height: 180px;
  background-color: #192126;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  .products-banner-container .headline {
    margin: 20px 0 30px; }
    .products-banner-container .headline h3 {
      font-size: 30px;
      color: #fff;
      margin-bottom: 0px; }
    .products-banner-container .headline .homepage--product-solutions::after {
      content: '';
      display: block;
      height: 0;
      margin: auto;
      margin-top: 2.5rem; }
  .products-banner-container .headline::after {
    content: "";
    width: 170px;
    height: 0px;
    display: block;
    border-bottom: 1px solid #fff;
    margin: auto;
    margin-top: 5px;
    opacity: 0.5; }
  .products-banner-container .buttons-container {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    @media (max-width: 750px) {
      .products-banner-container .buttons-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
    .products-banner-container .buttons-container .button {
      cursor: pointer !important;
      text-transform: uppercase;
      font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
      font-size: 2.6rem;
      font-weight: 400;
      letter-spacing: 3px;
      color: #fff;
      padding-top: 10px;
      padding-bottom: 10px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      height: 50px;
      line-height: 50px;
      text-align: center;
      position: relative;
      background-color: #5b6469; }
      @media (max-width: 750px) {
        .products-banner-container .buttons-container .button {
          width: 100%; } }
      @media (max-width: 890px) {
        .products-banner-container .buttons-container .button {
          font-size: 2rem; } }
    .products-banner-container .buttons-container .button:hover {
      background-color: #999ea1;
      color: #323d43; }
  .products-banner-container .product-range--active {
    background-color: #999ea1 !important; }
  .products-banner-container .image-container {
    display: none;
    height: 600px;
    background-color: #1d2e36;
    background-image: radial-gradient(transparent 0%, #1d2e36 80%), url(/assets/products/product-section/hearScreen_cover-ce7d07ce65c789ba316d630d0a379ced42aff16a7cf9977acda97641f5df262a.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover; }
    .products-banner-container .image-container .product-button-container {
      height: auto;
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-line-pack: center;
          align-content: center;
      margin: auto 0 auto; }
      @media (max-width: 750px) {
        .products-banner-container .image-container .product-button-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-line-pack: center;
              align-content: center; } }
      @media (max-width: 625px) {
        .products-banner-container .image-container .product-button-container {
          height: 215px; } }
      .products-banner-container .image-container .product-button-container .pbutton {
        min-width: 270px;
        max-width: 280px;
        width: 100%;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        background-color: rgba(255, 255, 255, 0.2);
        margin-left: 1px;
        margin-right: 1px;
        cursor: pointer; }
        @media (max-width: 750px) {
          .products-banner-container .image-container .product-button-container .pbutton {
            margin-bottom: 1px;
            max-width: 100px;
            max-height: 100px;
            min-width: 100px;
            min-height: 100px;
            margin-left: 2px;
            margin-right: 2px;
            border-radius: 50% !important;
            margin-top: 2px;
            margin-bottom: 2px; } }
        .products-banner-container .image-container .product-button-container .pbutton img {
          width: 70%;
          pointer-events: none; }
          @media (max-width: 750px) {
            .products-banner-container .image-container .product-button-container .pbutton img {
              max-width: 50px; } }
        .products-banner-container .image-container .product-button-container .pbutton .description {
          position: absolute;
          top: 0; }
    .products-banner-container .image-container .details-container {
      position: absolute;
      top: 40%;
      right: 50px; }
    .products-banner-container .image-container .product-description {
      color: #fff;
      font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
      font-size: 30px;
      width: 300px;
      margin-left: auto;
      margin-right: auto; }
    .products-banner-container .image-container .linkContainer {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }
  .products-banner-container .button-shadow {
    -webkit-box-shadow: 0px 0px 35px 8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 35px 8px rgba(0, 0, 0, 0.75); }
  .products-banner-container .kiosk-background {
    background-image: radial-gradient(transparent 0%, #1d2e36 80%), url(/assets/products/product-section/hearKiosk_cover-2223e4a23ae3cfaab3d1c2ee64e2745b845101951b25a1e5fb8f998573d57cbb.jpg);
    background-size: 1200px, 900px; }
    @media (min-width: 1760px) {
      .products-banner-container .kiosk-background {
        background-size: cover, contain; } }
  .products-banner-container .test-background {
    background-image: radial-gradient(transparent 0%, #1d2e36 80%), url(/assets/products/product-section/hearTest_cover-9df38ac12226dde7f046927f8ab38d84c4a87736213d5484ed56f5436cc2480b.jpg);
    background-size: 1200px, 900px; }
    @media (min-width: 1760px) {
      .products-banner-container .test-background {
        background-size: cover, contain; } }
  .products-banner-container .digits-background {
    background-image: radial-gradient(transparent 0%, #1d2e36 80%), url(/assets/products/product-section/hearDigits_cover-aa66ef41533e14ed5f481b5922baaf1a803cdbb814ca8a19afd46701f072d51e.jpg);
    background-size: 1200px, 900px; }
    @media (min-width: 1760px) {
      .products-banner-container .digits-background {
        background-size: cover, contain; } }
  .products-banner-container .za-background {
    background-image: radial-gradient(transparent 0%, #1d2e36 80%), url(/assets/products/product-section/hearZA_cover-49f929c1f835e439ff5aaa97a9189692f9421a13480b5f4386a16b4be8c02fad.jpg);
    background-size: 1200px, 900px; }
    @media (min-width: 1760px) {
      .products-banner-container .za-background {
        background-size: cover, contain; } }
  .products-banner-container .scope-background {
    background-image: radial-gradient(transparent 0%, #1d2e36 80%), url(/assets/products/product-section/hearScope_cover-4502034b21e701c069bf50e57593700d83b375904fa2960b1571ae4fea6bb107.jpg);
    background-size: 1200px, 900px; }
    @media (min-width: 1760px) {
      .products-banner-container .scope-background {
        background-size: cover, contain; } }
  .products-banner-container .m-health-app-background {
    background-image: radial-gradient(transparent 0%, #1d2e36 80%), url(/assets/products/product-section/mHealth-App_cover-ac84686987b8545c9d13090e428d3e331491bc58dae79b2a77a986fca8df8cbd.jpg);
    background-size: 1200px, 900px; }
    @media (min-width: 1760px) {
      .products-banner-container .m-health-app-background {
        background-size: cover, contain; } }
  .products-banner-container .m-health-cloud-background {
    background-image: radial-gradient(transparent 0%, #1d2e36 80%), url(/assets/products/product-section/mHealth-Cloud_cover-357695a729031277e7712001864838eee80683f2857af53b0a683bea866f4047.jpg);
    background-size: 1200px, 900px; }
    @media (min-width: 1760px) {
      .products-banner-container .m-health-cloud-background {
        background-size: cover, contain; } }
  .products-banner-container .peek-retina-background {
    background-image: radial-gradient(transparent 0%, #1d2e36 80%), url(/assets/products/product-section/Peek_cover-c3579c9008b4fe2fd517e82818364f55db12f73c7f17a5d81f505b8a798b5d15.jpg);
    background-size: 1200px, 900px; }
    @media (min-width: 1760px) {
      .products-banner-container .peek-retina-background {
        background-size: cover, contain; } }
  .products-banner-container .sealcheck-background {
    background-image: radial-gradient(transparent 0%, #1d2e36 80%), url(/assets/products/product-section/sealCheck_cover-6e118f825db0482464c95c27eb39b72fde8068a617ce5bd8743fc1efff8cc9b0.jpg);
    background-size: 1200px, 900px; }
    @media (min-width: 1760px) {
      .products-banner-container .sealcheck-background {
        background-size: cover, contain; } }
  .products-banner-container .dbtrack-background {
    background-image: radial-gradient(transparent 0%, #1d2e36 80%), url(dbtrack_cover.png);
    background-size: 1200px, 900px; }
    @media (min-width: 1760px) {
      .products-banner-container .dbtrack-background {
        background-size: cover, contain; } }
  .products-banner-container .hearscreenusa-background {
    background-image: radial-gradient(transparent 0%, #1d2e36 80%), url(/assets/products/product-section/hearScreen_USA_Homepage_Slider-72d87bc6cf448ecbf94631679c337d3a95138636baa875eaab5c71652666afde.jpg);
    background-size: 1200px, 900px; }
    @media (min-width: 1760px) {
      .products-banner-container .hearscreenusa-background {
        background-size: cover, contain; } }
  .products-banner-container .screen-background {
    background-image: radial-gradient(transparent 0%, #1d2e36 80%), url(/assets/products/product-section/hearScreen_cover-ce7d07ce65c789ba316d630d0a379ced42aff16a7cf9977acda97641f5df262a.jpg);
    background-size: 1200px, 900px; }
    @media (min-width: 1760px) {
      .products-banner-container .screen-background {
        background-size: cover, contain; } }

.product--banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/assets/Slider_Background-d03ba84518d5c322190e00831dd1a2e5787af73c533ff597ee02888a131a8ee1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 14px; }

.product--banner .solution--container--carousel {
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2; }
.product--banner .product-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.solution--container--carousel .solution-container {
  max-width: 280px; }
.solution--container--carousel .solution--extra-styling {
  margin: 0 0 20px 0; }
  .solution--container--carousel .solution--extra-styling::after {
    content: "";
    height: 1px;
    background-color: white;
    position: absolute;
    margin: 10px 0px 0 0;
    left: 8em;
    width: 32px; }

.solution-container > .panel-heading {
  padding: 0;
  border-bottom: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin: 0;
  position: relative;
  max-width: 282px;
  left: calc(0% - 0vw); }

.panel-heading > .product-title-button {
  color: #fff; }
  .panel-heading > .product-title-button.kiosk {
    background: #02fe9b;
    color: black; }
  .panel-heading > .product-title-button.digits {
    background: #dbe887;
    color: black; }
  .panel-heading > .product-title-button.za {
    background: #75f5a7;
    color: black; }
  .panel-heading > .product-title-button.hearscreenusa {
    background: #c42e3b;
    color: black; }
  .panel-heading > .product-title-button.studio {
    background: #04a9f4;
    color: black; }
  .panel-heading > .product-title-button.screen {
    background: #ef5350;
    color: black; }
  .panel-heading > .product-title-button.test {
    background: #25c6da;
    color: black; }
  .panel-heading > .product-title-button.scope {
    background: #1de986;
    color: black; }
  .panel-heading > .product-title-button.peek {
    background: #7accc7;
    color: black; }
  .panel-heading > .product-title-button.vula {
    background: #5cc7cc;
    color: black; }
  .panel-heading > .product-title-button.sealcheck {
    background: #e58537;
    color: black; }
  .panel-heading > .product-title-button.dbtrack {
    background: #04f09c;
    color: black; }
  .panel-heading > .product-title-button:focus {
    outline: 0; }

.panel-heading .product-title-button {
  padding: 0.5em 1em;
  border: none;
  background: rgba(49, 60, 67, 0.2);
  width: 100%;
  height: 100%;
  min-width: 270px;
  min-height: 60px;
  max-width: 272px;
  max-height: 62px;
  white-space: nowrap; }

.product-title-button .product--title-header {
  margin-bottom: 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.07em; }
.product-title-button .product--title-description {
  font-size: 12px;
  margin: 0; }

.product-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.product-select .product--navigation-controls {
  max-width: 150px;
  width: 100%;
  margin: 10px; }
.product-select .product--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.product-select .product--detail-image img {
  width: auto;
  height: 100%;
  max-width: 520px;
  max-height: 560px; }
.product-select .product--detail-image small {
  font-size: 13px;
  color: #898989;
  margin: 0 auto 0; }

.product--navigation-controls .product-select-button {
  width: 60px;
  height: 60px;
  margin: 10px auto;
  padding: 10px;
  border: none;
  border-radius: 100%;
  background: rgba(49, 60, 67, 0.2);
  cursor: pointer; }
  .product--navigation-controls .product-select-button:focus {
    outline: 0; }

.product--navigation-controls .product-title {
  margin: 15px 0px 25px;
  font-size: 30px;
  color: white; }
.product--navigation-controls .product-type {
  font-size: 15px;
  color: #898989;
  margin: 15px 0 15px; }

.product--detail .product--detail-info {
  max-width: 270px;
  min-width: 170px;
  margin: 10px 30px 10px 60px; }

.product--detail-info img {
  width: 70%;
  margin: 0 auto; }
.product--detail-info h5 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.07em;
  color: white;
  margin: 20px auto; }
.product--detail-info p {
  font-size: 15px 15px; }
.product--detail-info > a > .learn-more--button {
  background-color: #313c43;
  width: 100%;
  max-width: 220px;
  max-height: 60px;
  border-radius: 25px;
  color: white;
  margin: 16px 0 0; }
  .product--detail-info > a > .learn-more--button h5 {
    font-size: 25px;
    text-align: center;
    margin: 7px auto;
    letter-spacing: 0.07em;
    font-weight: 300; }

.learn-more--button.kiosk {
  border: 4px solid #02fe9b; }
.learn-more--button.digits {
  border: 4px solid #dbe887; }
.learn-more--button.za {
  border: 4px solid #75f5a7; }
.learn-more--button.hearscreenusa {
  border: 4px solid #c42e3b; }
.learn-more--button.studio {
  border: 4px solid #04a9f4; }
.learn-more--button.screen {
  border: 4px solid #ef5350; }
.learn-more--button.test {
  border: 4px solid #25c6da; }
.learn-more--button.scope {
  border: 4px solid #1de986; }
.learn-more--button.peek {
  border: 4px solid #7accc7; }
.learn-more--button.sealcheck {
  border: 4px solid #e58537; }
.learn-more--button.dbtrack {
  border: 4px solid #04f09c; }

.carousel .carousel-cell {
  background-image: url(/assets/Slider_Background-d03ba84518d5c322190e00831dd1a2e5787af73c533ff597ee02888a131a8ee1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 14px; }

@media (max-width: 1024px) {
  .product-select .product--detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product-select .product--detail .product--detail-image img {
      width: auto;
      height: 100%;
      max-width: 200px;
      max-height: 170px; }
    .product-select .product--detail .product--detail-image .product--detail-info {
      max-width: 290px;
      min-width: 170px;
      margin: 50px 30px 10px 60px; }
      .product-select .product--detail .product--detail-image .product--detail-info button.learn-more--button {
        margin: 20px 0 0; } }
.mobile-carousel-logo {
  max-width: 200px;
  margin: 40px auto 0; }

.mobile-carousel {
  width: 100%;
  height: 590px;
  max-height: 600px;
  counter-increment: gallery-cell; }

.mobile--carousel-image {
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mobile--carousel-image > img {
    width: 100%;
    max-width: 300px; }

.mobile--product-description--content .mobile--learn-more--link > .learn-more--button {
  background-color: #313c43;
  width: 100%;
  max-width: 220px;
  max-height: 60px;
  border-radius: 25px;
  color: white;
  margin: 0 auto 10px; }
  .mobile--product-description--content .mobile--learn-more--link > .learn-more--button h5 {
    font-size: 25px;
    text-align: center;
    margin: 7px auto;
    letter-spacing: 0.07em;
    font-weight: 500; }
.mobile--product-description--content .product-description {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  width: 260px;
  margin: 0 auto 0; }

.mobile--carousel--wrapper {
  background-image: url(/assets/Slider_Background-d03ba84518d5c322190e00831dd1a2e5787af73c533ff597ee02888a131a8ee1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #252525;
  height: 590px;
  overflow: hidden;
  max-height: 600px; }
  .mobile--carousel--wrapper .carousel-component {
    max-height: 600px; }

.mobile--carousel--navigation-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  bottom: 320px; }
  .mobile--carousel--navigation-button .mobile--navigation--button {
    width: 60px;
    height: 60px;
    margin: 10px;
    padding: 10px;
    border: none;
    border-radius: 100%;
    background: rgba(49, 60, 67, 0.2);
    cursor: pointer; }
    .mobile--carousel--navigation-button .mobile--navigation--button:focus {
      outline: 0; }

.hearscreen-awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  .hearscreen-awards .even {
    background-color: #f1f2f4; }
  .hearscreen-awards .award {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 170px;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 150px;
    padding-right: 150px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 890px) {
      .hearscreen-awards .award {
        padding-left: 10px;
        padding-right: 10px;
        height: 270px; } }
    .hearscreen-awards .award .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      min-width: 700px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 890px) {
        .hearscreen-awards .award .wrapper {
          min-width: 0px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .hearscreen-awards .award .wrapper .logo {
        max-width: 200px;
        margin-right: 50px; }
        @media (max-width: 890px) {
          .hearscreen-awards .award .wrapper .logo {
            max-width: 200px;
            margin-right: 0px;
            margin: 0 0 10px 0; } }
        .hearscreen-awards .award .wrapper .logo img {
          max-width: 200px; }
      @media (max-width: 890px) {
        .hearscreen-awards .award .wrapper .copy {
          text-align: center;
          padding: 1em; } }

.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(49, 60, 67, 0.2);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: rgba(49, 60, 67, 0.2); }

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: white; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.carousel {
  height: 600px;
  background: #EEE; }

.carousel-cell {
  width: 100%;
  height: 600px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
  background-position: center;
  background-size: cover; }
  .carousel-cell .logo {
    width: 30%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; }
  .carousel-cell .product-description {
    position: relative;
    color: #fff;
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    width: 260px;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    bottom: 160px; }
  .carousel-cell .learn-more {
    background-color: #313c43;
    width: 100%;
    max-width: 220px;
    max-height: 60px;
    border-radius: 25px;
    position: relative;
    color: white;
    bottom: 160px; }
    .carousel-cell .learn-more h2 {
      font-size: 25px;
      text-align: center;
      margin: 7px auto;
      letter-spacing: 0.07em;
      font-weight: 500; }

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white; }

.cartCounter {
  margin: -1px 2px 0 4px;
  height: 22px;
  width: 22px;
  font-family: "Source Sans Pro";
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-indent: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  color: #f15b57; }

body {
  -webkit-transition: background-color 0.5s !important;
  transition: background-color 0.5s !important; }

.ordering .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .ordering .navigation .buttonContainer {
    background-color: #fff;
    border-radius: 6.5rem;
    border: 2px solid transparent;
    height: 6.5rem;
    min-width: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px;
    text-decoration: none;
    padding-left: 1rem; }
    @media (max-width: 890px) {
      .ordering .navigation .buttonContainer {
        font-size: 1.3rem;
        border-radius: 4.5rem;
        height: 4.5rem;
        min-width: 13rem;
        margin: 0.3rem 1rem; } }
    .ordering .navigation .buttonContainer .title {
      margin-left: 2px;
      font-family: "Source Sans Pro";
      font-style: normal;
      font-weight: 700; }
  .ordering .navigation .buttonContainer:hover,
  .ordering .navigation .buttonContainer.active {
    border: 2px solid #7cdeeb;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    text-decoration: none; }

.complete-order-box {
  padding: 1rem 2rem 0.5rem; }
  .complete-order-box .billing-nav {
    text-transform: uppercase;
    color: black;
    background: #fafafa;
    border: black solid 1px; }
  .complete-order-box .billing-nav.active {
    text-transform: uppercase;
    color: #fafafa;
    background: #00d4e2; }

.order-confirm-body {
  max-width: 800px;
  font-size: 1.25rem;
  background-color: #ffffff;
  padding: 3rem 5rem;
  border-radius: 5rem;
  margin-bottom: 10rem;
  color: #61636c; }
  @media (max-width: 890px) {
    .order-confirm-body {
      padding: 3rem 3rem; } }
  @media (max-width: 890px) {
    .order-confirm-body .order-doc-detail p {
      font-size: 1.25rem; } }
  @media (max-width: 320px) {
    .order-confirm-body .order-doc-detail p {
      font-size: 1.25rem; } }
  .order-confirm-body .delivery-details td.eft-details p {
    margin: 0;
    font-size: 1.25rem; }
  .order-confirm-body .delivery-details td.eft-details .flex-col:first-child {
    margin-right: 5px;
    border-right: #afafaf70 1px solid;
    padding-right: 10px; }
  @media (max-width: 768px) {
    .order-confirm-body .delivery-details td.eft-details .flex-col {
      border-right: none !important;
      margin: 0 0.5rem 1rem; }
      .order-confirm-body .delivery-details td.eft-details .flex-col:first-child {
        padding-bottom: 1.5rem; } }
  .order-confirm-body p.greeting {
    font-size: 3.5rem; }
  .order-confirm-body hr {
    border-top: #e4e4e4 1px solid; }
  .order-confirm-body p {
    font-size: 1.25rem;
    margin: 1rem 0; }
  .order-confirm-body p.details {
    font-size: 1.25rem;
    margin: 0; }
    .order-confirm-body p.details:first-child {
      margin: 1rem 0; }
    .order-confirm-body p.details a {
      text-decoration: none;
      color: #00d4e2; }
      .order-confirm-body p.details a:hover {
        text-decoration: underline; }
  .order-confirm-body .order-totals {
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .order-confirm-body .order-totals td p {
      margin: 0.3rem 0; }
    .order-confirm-body .order-totals td {
      text-align: right !important;
      padding: 0 0 0 1rem; }
    @media (max-width: 320px) {
      .order-confirm-body .order-totals p {
        font-size: 1.25rem; } }
  @media (min-width: 890px) {
    .order-confirm-body .manage-order {
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1; } }
  .order-confirm-body .product-detail-items {
    width: 95%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    @media (max-width: 890px) {
      .order-confirm-body .product-detail-items {
        width: 100%; } }
    @media (max-width: 320px) {
      .order-confirm-body .product-detail-items {
        font-size: 1.25rem; } }
    .order-confirm-body .product-detail-items .item-title {
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .order-confirm-body .product-detail-items .item-price {
      -ms-flex-item-align: end;
          align-self: flex-end; }
    .order-confirm-body .product-detail-items .product-detail-totals {
      -ms-flex-item-align: end;
          align-self: flex-end; }
  .order-confirm-body .button {
    font-family: "Source Sans Pro";
    height: 4rem;
    background-color: #40d1e3;
    border-radius: 20px;
    border: solid 2px #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 17px;
    border-radius: 45px;
    font-weight: 900;
    width: 100%;
    max-width: 160px;
    text-transform: uppercase; }
    .order-confirm-body .button:focus {
      border: none;
      outline: none; }
    @media (max-width: 320px) {
      .order-confirm-body .button {
        height: 3rem;
        font-size: 1.25rem;
        max-width: 140px; } }
  .order-confirm-body table {
    margin: auto; }
  .order-confirm-body tr {
    vertical-align: top; }
  .order-confirm-body td {
    padding: 0 1.5rem; }
  .order-confirm-body td:first-child {
    font-weight: 600;
    text-align: right; }
  .order-confirm-body td:nth-child(2) {
    text-align: left; }

.payment-method-body {
  background-color: #ffffff;
  padding: 3rem 5rem 4rem;
  border-radius: 5rem;
  margin-bottom: 10rem; }
  @media (max-width: 890px) {
    .payment-method-body {
      padding: 3rem 2rem 4rem; } }
  .payment-method-body .row, .payment-method-body .accordion-with-columns.heardigits, .payment-method-body .accordion-with-columns.peek-acuity, .payment-method-body .accordion-with-columns.hearscope {
    padding-top: 50px; }
  .payment-method-body p {
    font-size: 2.75rem;
    padding: 12rem;
    width: 75%;
    margin: 1rem auto; }
    @media (max-width: 890px) {
      .payment-method-body p {
        padding: 0;
        margin: 4rem auto; } }
  .payment-method-body .button {
    background: #00d4e2;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 900;
    border-radius: 25px;
    margin: 1rem auto;
    padding: 1.5rem;
    width: 20%;
    min-width: 250px;
    text-transform: uppercase; }

.page-headline {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  color: black;
  font-weight: 400; }

.plus {
  font-size: 10px;
  color: #cbcbcb; }
  @media (min-width: 1200px) {
    .plus:hover {
      color: #40d1e3;
      cursor: pointer;
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-transition: -webkit-transform 100ms ease-in-out;
      transition: -webkit-transform 100ms ease-in-out;
      transition: transform 100ms ease-in-out;
      transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out; } }

.plus {
  cursor: pointer;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .plus:active {
    color: #40d1e3; }

.minus {
  font-size: 10px;
  color: #cbcbcb; }
  @media (min-width: 1200px) {
    .minus:hover {
      color: #40d1e3;
      cursor: pointer;
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-transition: -webkit-transform 100ms ease-in-out;
      transition: -webkit-transform 100ms ease-in-out;
      transition: transform 100ms ease-in-out;
      transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out; } }

.minus {
  cursor: pointer;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .minus:active {
    color: #40d1e3; }

.closeButton {
  color: #ea5955;
  font-size: 23px;
  margin-left: 30px; }

.closeButton:hover {
  color: #bc4744;
  -webkit-animation: roll 500ms;
          animation: roll 500ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }
@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }
@keyframes roll {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }
.vue-checkout-payment-method {
  text-align: center; }
  .vue-checkout-payment-method .payment-method-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .vue-checkout-payment-method .payment-method-wrapper .button {
      text-transform: uppercase; }
    .vue-checkout-payment-method .payment-method-wrapper .payment-method-type {
      border-radius: 7rem;
      color: #00d4e2;
      border: 0.2rem #00d4e2 solid;
      margin: 1rem;
      height: 7rem;
      width: 33%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 250px; }
      @media (max-width: 890px) {
        .vue-checkout-payment-method .payment-method-wrapper .payment-method-type {
          width: inherit;
          height: 5rem;
          border-radius: 5rem; } }
    .vue-checkout-payment-method .payment-method-wrapper h1 {
      margin: 0;
      padding: 0;
      font-size: 3rem;
      font-weight: 400; }
    .vue-checkout-payment-method .payment-method-wrapper .payment-method-type.active {
      background-color: #00d4e2;
      color: #fafafa; }

.stripe {
  text-align: left;
  width: 350px; }

.payment-method input[type="radio"] + label:last-child {
  margin-bottom: 1rem; }
.payment-method .card-options {
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: left; }
.payment-method .card-option {
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #eee; }
  .payment-method .card-option:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .payment-method .card-option input {
    margin-right: 15px; }
  .payment-method .card-option .action-remove {
    left: auto;
    right: 20px; }
.payment-method .card-container {
  height: 20px; }
.payment-method .card-brand {
  font-weight: bold;
  margin-right: 20px; }
.payment-method .card-details {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #777;
  vertical-align: center;
  font-size: 12px; }
  @media (max-width: 460px) {
    .payment-method .card-details {
      display: block;
      margin-left: 0px;
      margin-top: 8px; } }
  .payment-method .card-details .details-label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 700; }
  .payment-method .card-details .separator {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ccc;
    font-weight: 700;
    margin-right: 7px;
    margin-left: 7px; }
.payment-method .loading-container {
  padding: 40px; }
.payment-method .loading-dark {
  margin: auto;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 0.25rem solid rgba(0, 0, 0, 0.6);
  border-top-color: #ccc;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

.payment-method.stripe .stripe-card {
  width: 95%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding-left: 5px;
  height: 28px;
  margin: auto; }
.payment-method.stripe .stripe-card.complete {
  border-color: rgba(43, 146, 109, 0.3);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(89, 191, 123, 0.5);
          box-shadow: 0px 1px 3px 1px rgba(89, 191, 123, 0.5); }

.payment-method.vcs iframe.vcs-frame body {
  width: 50%;
  margin: auto;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }
  .payment-method.vcs iframe.vcs-frame body .button.checkout-button.no-select {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-family: "Source Sans Pro";
    height: 45px;
    background-color: #40d1e3;
    border-radius: 20px;
    border: solid 2px #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 17px;
    border-radius: 45px;
    font-weight: 900;
    width: 100%;
    max-width: 200px;
    margin: 2rem auto; }
.payment-method.vcs .vcs-frame {
  border: none;
  width: 500px;
  height: 260px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }
  @media (max-width: 890px) {
    .payment-method.vcs .vcs-frame {
      width: 100%; } }
.payment-method.vcs .vcs-frame.state-vcs {
  height: 540px; }

.separator-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%; }
  .separator-container .separator {
    border-top: 1px solid #dedfe0;
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    min-width: 1px; }
  .separator-container .separator-text {
    padding: 0 10px;
    font-size: 11px;
    font-weight: 700; }

.ajax-button {
  margin: auto;
  display: block;
  cursor: pointer;
  border-radius: 25px;
  margin-top: 25px;
  background-color: #40d1e3;
  padding: 10px;
  width: 200px;
  color: #ffffff;
  font-weight: bold;
  border: none;
  font-size: 16px;
  min-height: 22px;
  text-align: center;
  outline: none !important;
  text-transform: uppercase; }
  @media (max-width: 890px) {
    .ajax-button {
      max-width: 300px;
      width: 100%; } }

.ajax-button:hover,
.ajax-button.clicked,
.selected .button {
  background-color: #32bccd; }

.ajax-button.disabled {
  cursor: not-allowed;
  background-color: #aaa !important;
  color: #eee; }

.ajax-button.clicked {
  cursor: not-allowed; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.loading {
  margin: 10 auto 0;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  border: 0.25rem solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

#main {
  -webkit-transition: margin-right .5s;
  transition: margin-right .5s; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
.shoppingCart {
  position: relative;
  padding-top: 20px;
  top: 0;
  right: 0;
  position: fixed;
  height: 100%;
  background: #dedede;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#ffffff));
  background: linear-gradient(to right, #dedede 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  z-index: 2000;
  border-left-style: solid;
  border-left-color: #bbbbbb;
  border-left-width: 1px; }
  .shoppingCart .header {
    font-family: 'Bebas Neue';
    color: #06121b;
    text-align: center;
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 890px) {
      .shoppingCart .header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        line-height: 0px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin: 2.5rem 0 0; } }
    .shoppingCart .header .icon {
      background-color: #06121b;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      color: #f2eee8;
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1.5rem; }
      @media (max-width: 890px) {
        .shoppingCart .header .icon {
          margin-bottom: 0;
          height: 40px;
          width: 40px; } }
  .shoppingCart .productWrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: hidden;
    overflow-x: hidden; }
  .shoppingCart .cartProductSection {
    margin-top: 10px; }
    .shoppingCart .cartProductSection .sectionTitle {
      font-weight: 900;
      color: #40d1e3;
      text-transform: uppercase;
      margin-left: 20px;
      margin-bottom: 10px;
      font-size: 20px;
      letter-spacing: normal; }
    .shoppingCart .cartProductSection .productContainer {
      font-family: "Source Sans Pro";
      background-color: rgba(0, 0, 0, 0.03);
      border-style: solid;
      border-color: #c1c1c2;
      border-width: 0px;
      border-top-width: 1px;
      border-bottom-width: 1px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      margin-top: -1px; }
      .shoppingCart .cartProductSection .productContainer .productImage {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        border-color: #1ce8b5;
        border-width: 1px;
        border-style: solid;
        background-color: #fff; }
        @media (max-width: 890px) {
          .shoppingCart .cartProductSection .productContainer .productImage {
            display: none; } }
      .shoppingCart .cartProductSection .productContainer .infoContainer {
        margin-left: 20px;
        width: 70%; }
        .shoppingCart .cartProductSection .productContainer .infoContainer .name {
          font-weight: 700;
          font-size: 1.5rem;
          color: #06121b; }
          @media (min-width: 1024px) {
            .shoppingCart .cartProductSection .productContainer .infoContainer .name {
              font-size: 1.8rem; } }
        .shoppingCart .cartProductSection .productContainer .infoContainer .description {
          font-weight: 300;
          font-size: 1.2rem;
          color: #06121b; }
          @media (min-width: 1024px) {
            .shoppingCart .cartProductSection .productContainer .infoContainer .description {
              font-size: 1.7rem; } }
        .shoppingCart .cartProductSection .productContainer .infoContainer .priceContainer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          color: #1b2037;
          font-size: 1.3rem; }
          @media (min-width: 1024px) {
            .shoppingCart .cartProductSection .productContainer .infoContainer .priceContainer {
              font-size: 1.6rem; } }
          .shoppingCart .cartProductSection .productContainer .infoContainer .priceContainer .price {
            font-weight: 900; }
      .shoppingCart .cartProductSection .productContainer .quantityContainer {
        font-family: "Source Sans Pro";
        margin-left: 20px;
        font-weight: 700;
        font-size: 20px;
        color: #1b2037;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .shoppingCart .cartProductSection .productContainer:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  .shoppingCart .shoppingcartPriceSection {
    margin-top: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    bottom: 0px; }
    .shoppingCart .shoppingcartPriceSection .lineItem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #1b2037;
      font-weight: 400;
      height: 20px; }
    .shoppingCart .shoppingcartPriceSection .divider {
      height: 1px;
      width: 100%;
      background-color: #bbbbbb;
      margin-left: auto;
      margin-right: auto;
      margin-top: 5px;
      margin-bottom: 5px; }
    .shoppingCart .shoppingcartPriceSection .button {
      background-color: #40d1e3;
      height: 40px;
      border-radius: 40px;
      font-weight: 900;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      margin-top: 20px;
      max-width: 160px;
      -ms-flex-item-align: end;
          align-self: flex-end;
      padding: 0 10rem; }
      @media (max-width: 768px) {
        .shoppingCart .shoppingcartPriceSection .button {
          max-width: 375px;
          width: 100%;
          margin: 4rem auto; } }
    .shoppingCart .shoppingcartPriceSection .button:hover {
      background-color: #32bccd; }

.mainProductWrapper {
  padding: 4rem 2rem 4rem;
  background-color: #f1f2f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 890px) {
    .mainProductWrapper {
      padding: 4rem 0; } }
  .mainProductWrapper #slide-wrapper {
    width: 1080px;
    margin: auto;
    overflow: hidden;
    position: relative; }
    @media (max-width: 890px) {
      .mainProductWrapper #slide-wrapper {
        width: 360px; } }
    @media (max-width: 320px) {
      .mainProductWrapper #slide-wrapper {
        width: 100%; } }
    .mainProductWrapper #slide-wrapper #products-slider {
      position: relative;
      -webkit-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
      left: 0; }
    .mainProductWrapper #slide-wrapper .slide-ctrl {
      padding: 5px;
      color: black;
      position: absolute;
      top: 110px;
      cursor: pointer;
      z-index: 2;
      width: 4rem;
      height: 4rem;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border: 4px solid #f1f2f4;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
    .mainProductWrapper #slide-wrapper #ctrl-prev {
      left: 40px;
      border-top: none;
      border-right: none;
      -webkit-animation-name: bounceLeft;
              animation-name: bounceLeft;
      -webkit-animation-duration: 500ms;
              animation-duration: 500ms;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
              animation-direction: alternate;
      -webkit-animation-iteration-count: 5;
              animation-iteration-count: 5; }
      .mainProductWrapper #slide-wrapper #ctrl-prev:hover,
      .mainProductWrapper #slide-wrapper #ctrl-prev :focus {
        left: 35px; }
@-webkit-keyframes bounceLeft {
  0% {
    left: 40px; }
  75% {
    left: 30px; }
  100% {
    left: 35px; } }
@keyframes bounceLeft {
  0% {
    left: 40px; }
  75% {
    left: 30px; }
  100% {
    left: 35px; } }
    .mainProductWrapper #slide-wrapper #ctrl-next {
      right: 40px;
      border-bottom: none;
      border-left: none;
      -webkit-animation-name: bounceRight;
              animation-name: bounceRight;
      -webkit-animation-duration: 500ms;
              animation-duration: 500ms;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
              animation-direction: alternate;
      -webkit-animation-iteration-count: 2;
              animation-iteration-count: 2; }
      .mainProductWrapper #slide-wrapper #ctrl-next:hover,
      .mainProductWrapper #slide-wrapper #ctrl-next :focus {
        right: 35px; }
@-webkit-keyframes bounceRight {
  0% {
    right: 40px; }
  75% {
    right: 30px; }
  100% {
    right: 35px; } }
@keyframes bounceRight {
  0% {
    right: 40px; }
  75% {
    right: 30px; }
  100% {
    right: 35px; } }
  .mainProductWrapper .product {
    margin-right: 10px;
    color: #fff;
    background-color: #73747e;
    background-image: none;
    background-image: url(/assets/ordering/orderingProductBackground-ffd152db702ac00e30d1ae1acdd5c212ba06d055c19fcc4ff7e59a5964215473.jpg);
    border-radius: 25px;
    min-width: 350px;
    max-width: 350px;
    max-height: 100%;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    background-size: cover;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px; }
    @media (max-width: 890px) {
      .mainProductWrapper .product {
        margin-left: 5px;
        margin-right: 5px; } }
    @media (max-width: 320px) {
      .mainProductWrapper .product {
        min-width: 300px;
        max-width: 300px; } }
    .mainProductWrapper .product .billing-selector {
      font-size: 2rem;
      width: 80%;
      max-width: 13rem;
      border: none !important;
      background-color: #4c5a6370 !important;
      height: 4.5rem !important; }
      .mainProductWrapper .product .billing-selector:first-child {
        color: #fafafa95;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .mainProductWrapper .product .billing-selector:first-child.active {
          border: none !important;
          background-color: #2f3b43 !important;
          color: #fafafa; }
      .mainProductWrapper .product .billing-selector:last-child {
        color: #fafafa95;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .mainProductWrapper .product .billing-selector:last-child.active {
          border: none !important;
          background-color: #2f3b43 !important;
          color: #fafafa; }
    .mainProductWrapper .product .productImage {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 150px;
      height: 150px;
      background-color: #fff;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 100%;
      border-width: 4px;
      border-style: solid;
      -webkit-transition: width 1s, height 1s;
      transition: width 1s, height 1s; }
    .mainProductWrapper .product .productName {
      font-family: "Bebas Neue";
      font-size: 3rem;
      margin-top: 3rem;
      text-align: center;
      line-height: 3.5rem; }
      .mainProductWrapper .product .productName:after {
        content: "";
        width: 130px;
        height: 0px;
        display: block;
        border-bottom: 1px solid #fff;
        margin: auto;
        margin-top: 10px; }
    .mainProductWrapper .product .price {
      font-size: 5rem;
      font-family: "Source Sans Pro";
      font-weight: 500; }
    .mainProductWrapper .product .price sub {
      bottom: 0rem;
      font-size: 40%; }
    .mainProductWrapper .product .terms {
      font-size: 1.5rem;
      text-align: center; }
    .mainProductWrapper .product .button {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 170px;
      height: 60px;
      background-color: #2f3b43;
      margin: 2rem auto 2rem;
      border-radius: 20px;
      border: solid 2px #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.5rem;
      color: #fff; }
      .mainProductWrapper .product .button .copy {
        white-space: nowrap;
        display: block;
        max-width: 0px;
        -webkit-transition: max-width 250ms ease-out;
        transition: max-width 250ms ease-out;
        overflow: hidden; }
    .mainProductWrapper .product .button:hover {
      background-color: #4c5a63; }
      .mainProductWrapper .product .button:hover .copy {
        max-width: 100px; }
    .mainProductWrapper .product .click {
      text-align: center;
      font-size: 1.5rem;
      margin-top: 1rem;
      margin-bottom: 2rem;
      line-height: 1.4rem; }
    .mainProductWrapper .product .descriptionWrapper {
      -webkit-transition: max-height 1s;
      transition: max-height 1s;
      overflow: hidden;
      padding: 0 2rem;
      max-width: 330px; }
      .mainProductWrapper .product .descriptionWrapper .descriptionHeadline {
        text-align: center;
        margin-top: 10px;
        min-height: 6rem; }
      .mainProductWrapper .product .descriptionWrapper .descriptionHeadline > h3 {
        margin-bottom: 0;
        font-size: 50px;
        line-height: 60px;
        font-weight: 300; }
      .mainProductWrapper .product .descriptionWrapper .descriptionHeadline > .small-description {
        font-size: 18px;
        text-align: center; }
    .mainProductWrapper .product .features {
      overflow: hidden;
      max-height: 0px;
      -webkit-transition: max-height 1s;
      transition: max-height 1s;
      max-height: 100%;
      margin-bottom: 2rem; }
      .mainProductWrapper .product .features .feature {
        font-size: 1.5rem;
        margin: 0.5rem 2rem; }
        .mainProductWrapper .product .features .feature i {
          color: #fafafa; }

.mainProductWrapper .product .description {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content; }

.dg-main-content {
  max-width: 40% !important; }
  @media (max-width: 890px) {
    .dg-main-content {
      max-width: 80% !important; } }
  .dg-main-content .dg-content {
    text-align: center; }
  .dg-main-content .dg-content-footer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
    .dg-main-content .dg-content-footer .dg-btn {
      background-color: #80deea !important;
      color: #fff !important;
      border-radius: 25px !important;
      border-color: #80deea !important;
      text-transform: uppercase;
      width: 45% !important;
      max-width: 45% !important;
      margin: 0 !important;
      width: 100% !important;
      margin-bottom: 1rem !important;
      max-width: 300px !important; }
      .dg-main-content .dg-content-footer .dg-btn:hover {
        background-color: #32bccd !important;
        border-color: #32bccd !important; }
      @media (max-width: 320px) {
        .dg-main-content .dg-content-footer .dg-btn {
          font-size: 1.4rem; } }

.mainProductWrapper .header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-weight: 600; }

.header {
  font-family: 'Bebas Neue';
  color: #06121b;
  margin: 0 auto;
  text-align: center;
  font-size: 35px;
  line-height: 35px; }

.orderingFormWrapper {
  background-color: #f1f2f4;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 800px; }
  @media (max-width: 890px) {
    .orderingFormWrapper {
      padding: 50px 10px; } }
  .orderingFormWrapper .orderingFormContainer {
    background-color: #fff;
    min-width: 500px;
    border-radius: 25px;
    overflow: hidden;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1366px;
    height: auto; }
    @media (max-width: 890px) {
      .orderingFormWrapper .orderingFormContainer {
        min-width: 100%; } }
    @media (max-width: 1024px) and (min-width: 890px) {
      .orderingFormWrapper .orderingFormContainer {
        min-width: 100%;
        min-height: 80vh; } }
    .orderingFormWrapper .orderingFormContainer .formMenuContainer {
      text-align: center;
      border-right-width: 1px;
      border-right-style: solid;
      border-right-color: #cccccc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #fff;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 890px) {
        .orderingFormWrapper .orderingFormContainer .formMenuContainer {
          display: none !important; } }
      .orderingFormWrapper .orderingFormContainer .formMenuContainer .formButton {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #cccccc;
        font-family: 'Bebas Neue';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 25px;
        color: #1b2037;
        line-height: 30px;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        min-width: 150px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .orderingFormWrapper .orderingFormContainer .formMenuContainer .formButton .buttonStatus {
          border-width: 1px;
          border-style: solid;
          border-color: #cccccc;
          width: 40px;
          height: 40px;
          background-color: #fff;
          position: absolute;
          right: -20px;
          border-radius: 50%;
          color: #f15b57;
          font-size: 14px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      .orderingFormWrapper .orderingFormContainer .formMenuContainer .formButton.active {
        background-color: #49d1e1;
        color: #fff;
        font-weight: 900; }
      .orderingFormWrapper .orderingFormContainer .formMenuContainer .formButton.disabled {
        background-color: #eeeeee; }
    .orderingFormWrapper .orderingFormContainer .formContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 4;
          -ms-flex: 4;
              flex: 4;
      position: relative;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 25px;
      max-width: 80%; }
      @media (max-width: 890px) {
        .orderingFormWrapper .orderingFormContainer .formContainer {
          max-width: 100%; } }
      .orderingFormWrapper .orderingFormContainer .formContainer .v-select {
        border-bottom: 3px #e7e8ea solid !important;
        position: relative !important;
        bottom: 6px !important;
        height: 34px !important; }
        @media (max-width: 890px) {
          .orderingFormWrapper .orderingFormContainer .formContainer .v-select {
            bottom: 0px !important;
            margin-bottom: 4rem; } }
        .orderingFormWrapper .orderingFormContainer .formContainer .v-select .dropdown-toggle {
          font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
          font-size: 1.75rem !important;
          border: none !important; }
          .orderingFormWrapper .orderingFormContainer .formContainer .v-select .dropdown-toggle .selected-tag {
            color: #171e2f !important;
            padding: 1px 0em !important; }
          .orderingFormWrapper .orderingFormContainer .formContainer .v-select .dropdown-toggle input[type="search"] {
            margin-bottom: 0 !important;
            border: none !important; }
            .orderingFormWrapper .orderingFormContainer .formContainer .v-select .dropdown-toggle input[type="search"]:focus {
              border: none !important;
              padding: 0 !important; }
          .orderingFormWrapper .orderingFormContainer .formContainer .v-select .dropdown-toggle button.clear {
            right: 45px !important;
            bottom: 6px !important; }
          .orderingFormWrapper .orderingFormContainer .formContainer .v-select .dropdown-toggle i.open-indicator {
            bottom: 4px !important; }
      .orderingFormWrapper .orderingFormContainer .formContainer .headline {
        color: #1b2037;
        font-family: 'Bebas Neue';
        margin-top: 20px;
        top: 50px;
        font-size: 35px;
        text-align: center; }
        @media (max-width: 320px) {
          .orderingFormWrapper .orderingFormContainer .formContainer .headline {
            font-size: 2.5rem; } }
      .orderingFormWrapper .orderingFormContainer .formContainer .headline::after {
        content: '';
        width: 80px;
        height: 0px;
        display: block;
        border-bottom: 2px solid #40d1e3;
        margin: auto;
        margin-top: 5px;
        opacity: 0.5; }
      .orderingFormWrapper .orderingFormContainer .formContainer form {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 80%;
        padding: 0 4rem; }
        @media (max-width: 320px) {
          .orderingFormWrapper .orderingFormContainer .formContainer form {
            width: 100%;
            padding: 0; } }
        @media (max-width: 890px) {
          .orderingFormWrapper .orderingFormContainer .formContainer form {
            width: 100%;
            padding: 0 2rem; } }
      .orderingFormWrapper .orderingFormContainer .formContainer form.account-login-form {
        padding: 0;
        max-width: 375px;
        width: 100%; }
        @media (max-width: 768px) {
          .orderingFormWrapper .orderingFormContainer .formContainer form.account-login-form {
            padding: 0; } }
        .orderingFormWrapper .orderingFormContainer .formContainer form.account-login-form .social-btn {
          -webkit-box-shadow: 0 2px 2px 0 rgba(41, 48, 59, 0.24), 0 0 2px 0 rgba(41, 48, 59, 0.12);
          box-shadow: 0 2px 2px 0 rgba(41, 48, 59, 0.24), 0 0 2px 0 rgba(41, 48, 59, 0.12);
          border-radius: 2px;
          margin-top: 10px;
          padding: 0.5rem 1rem;
          color: #333;
          background: #f5f5f5;
          text-decoration: none;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; }
          .orderingFormWrapper .orderingFormContainer .formContainer form.account-login-form .social-btn:hover {
            text-decoration: none;
            color: #333f46;
            -webkit-box-shadow: 0 3px 3px 0 rgba(41, 48, 59, 0.24), 0 0 2px 0 rgba(41, 48, 59, 0.12);
            box-shadow: 0 3px 3px 0 rgba(41, 48, 59, 0.24), 0 0 2px 0 rgba(41, 48, 59, 0.12); }
        .orderingFormWrapper .orderingFormContainer .formContainer form.account-login-form .logo-container {
          background: url(/assets/favicons/favicon_64-750c88ef3bcea30de95f2b4917aa60dbd3e371f4ed6f0738a9e3aaf296555577.jpg) no-repeat center;
          -ms-flex-item-align: auto;
              align-self: auto;
          vertical-align: middle;
          width: 40px;
          height: 40px;
          background-size: contain;
          margin-right: 1rem; }
        .orderingFormWrapper .orderingFormContainer .formContainer form.account-login-form .text-container {
          width: 80%;
          margin: auto; }
        .orderingFormWrapper .orderingFormContainer .formContainer form.account-login-form a.link {
          text-underline-position: under;
          color: #3f99a9;
          font-weight: 600; }
      .orderingFormWrapper .orderingFormContainer .formContainer .floating-input-wrapper {
        position: relative; }
        .orderingFormWrapper .orderingFormContainer .formContainer .floating-input-wrapper label.floating {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 1.75rem;
          font-weight: 100;
          color: #a3a3a3;
          -webkit-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out;
          pointer-events: none; }
        .orderingFormWrapper .orderingFormContainer .formContainer .floating-input-wrapper input:focus ~ label,
        .orderingFormWrapper .orderingFormContainer .formContainer .floating-input-wrapper input:valid ~ label {
          -webkit-transform: translate(0rem, -1.25rem);
                  transform: translate(0rem, -1.25rem);
          left: 0;
          font-size: 1.25rem; }
      .orderingFormWrapper .orderingFormContainer .formContainer input,
      .orderingFormWrapper .orderingFormContainer .formContainer select {
        border-style: none !important;
        border-bottom: solid !important;
        border-bottom-color: #e7e8ea !important;
        border-bottom-width: 2px;
        margin-bottom: 25px;
        font-size: 1.75rem;
        color: #171e2f;
        text-indent: 5px;
        outline: none !important;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
        width: 100%;
        border-radius: 0;
        background: transparent;
        font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }
        .orderingFormWrapper .orderingFormContainer .formContainer input option,
        .orderingFormWrapper .orderingFormContainer .formContainer select option {
          font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
          font-weight: 100; }
      .orderingFormWrapper .orderingFormContainer .formContainer input.is-danger {
        border-bottom: 3px solid salmon !important; }
      .orderingFormWrapper .orderingFormContainer .formContainer input[type="text"]:disabled {
        background-color: transparent; }
      .orderingFormWrapper .orderingFormContainer .formContainer input[type="radio"] {
        width: auto; }
      .orderingFormWrapper .orderingFormContainer .formContainer input[type="email"]:invalid:not(:focus) {
        border-bottom: salmon 1px solid !important; }
      @media (max-width: 890px) {
        .orderingFormWrapper .orderingFormContainer .formContainer input.ref-friends {
          width: 100% !important; } }
      @media (min-width: 890px) {
        .orderingFormWrapper .orderingFormContainer .formContainer input.ref-friends {
          width: 100% !important; } }
      @media (min-width: 1024px) {
        .orderingFormWrapper .orderingFormContainer .formContainer input.ref-friends {
          width: 46% !important; } }
      @media (max-width: 890px) {
        .orderingFormWrapper .orderingFormContainer .formContainer .ref-friends-email-container {
          width: 100%;
          position: relative; } }
      .orderingFormWrapper .orderingFormContainer .formContainer input:focus {
        border-bottom: 3px #40d1e3 solid !important; }
      .orderingFormWrapper .orderingFormContainer .formContainer input.smaller {
        width: 95%; }
        @media (max-width: 890px) {
          .orderingFormWrapper .orderingFormContainer .formContainer input.smaller {
            width: 100%; } }
      .orderingFormWrapper .orderingFormContainer .formContainer input::-webkit-input-placeholder {
        color: #afafaf; }
      .orderingFormWrapper .orderingFormContainer .formContainer input::-moz-placeholder {
        color: #afafaf; }
      .orderingFormWrapper .orderingFormContainer .formContainer input:-ms-input-placeholder {
        color: #afafaf; }
      .orderingFormWrapper .orderingFormContainer .formContainer input::-ms-input-placeholder {
        color: #afafaf; }
      .orderingFormWrapper .orderingFormContainer .formContainer input::placeholder {
        color: #afafaf; }
      .orderingFormWrapper .orderingFormContainer .formContainer input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #afafaf; }
      .orderingFormWrapper .orderingFormContainer .formContainer input::-moz-placeholder {
        /* Firefox 19+ */
        color: #afafaf; }
      .orderingFormWrapper .orderingFormContainer .formContainer input:-ms-input-placeholder {
        /* IE 10+ */
        color: #afafaf; }
      .orderingFormWrapper .orderingFormContainer .formContainer input:-moz-placeholder {
        /* Firefox 18- */
        color: #afafaf; }
      .orderingFormWrapper .orderingFormContainer .formContainer input.coupon {
        margin-left: 3rem; }
      .orderingFormWrapper .orderingFormContainer .formContainer input.button.disabled {
        background-color: #b1e0e6;
        cursor: not-allowed; }
      .orderingFormWrapper .orderingFormContainer .formContainer .button {
        font-family: "Source Sans Pro";
        height: 45px;
        background-color: #40d1e3;
        border-radius: 20px;
        border: solid 2px #fff;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #fff;
        font-size: 17px;
        border-radius: 45px;
        font-weight: 900;
        width: 100%;
        max-width: 200px; }
        @media (max-width: 890px) {
          .orderingFormWrapper .orderingFormContainer .formContainer .button {
            max-width: 300px; } }
        .orderingFormWrapper .orderingFormContainer .formContainer .button:hover {
          background-color: #32bccd; }
  .orderingFormWrapper .signIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px;
    max-width: 600px; }
    .orderingFormWrapper .signIn input {
      border-style: none;
      margin-bottom: 10px !important;
      text-indent: 15px !important;
      background-color: #e7e8ea;
      height: 40px;
      border-radius: 40px; }
    .orderingFormWrapper .signIn .link {
      text-align: center;
      color: #1b2037;
      font-size: 13px; }
      .orderingFormWrapper .signIn .link a {
        color: #06121b; }

.form-error {
  position: absolute;
  top: 22px;
  color: #f00;
  font-size: 12px;
  padding: 5px; }

.intl-tel-input-error {
  position: absolute;
  color: #f00;
  font-size: 12px;
  line-height: 9px; }

/* Checkbox styles */
input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 4rem;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s; }

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Radio button styles */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

input[type="radio"] + label:last-child {
  margin-bottom: 4rem; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  margin-bottom: 1rem;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-weight: normal; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #6cc0e5;
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background: #6cc0e5;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.help.is-danger {
  display: block;
  font-size: 11px;
  margin-top: 5px; }

i.fa-trash.ref-friends {
  font-size: 2rem;
  bottom: 0;
  color: #333;
  position: relative; }
  i.fa-trash.ref-friends:hover {
    color: salmon;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out; }
  @media (max-width: 890px) {
    i.fa-trash.ref-friends {
      position: absolute;
      right: 0;
      text-align: right;
      width: 20px;
      top: 0; } }
  @media (min-width: 1024px) {
    i.fa-trash.ref-friends {
      bottom: 12px; } }

.success-msg {
  padding: 1rem 0;
  text-align: center;
  width: 100%;
  color: green;
  border: 2px solid green;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 25px; }

.fail-msg {
  padding: 1rem 2rem;
  text-align: center;
  width: 100%;
  color: red;
  border: 2px solid red;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 25px; }

.warn-big-msg {
  padding: 1rem 2rem;
  text-align: center;
  width: 100%;
  color: orange;
  border: 2px solid orange;
  margin-bottom: 2rem;
  font-weight: 600;
  border-radius: 25px; }

.orderingCartWrapper {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  position: relative; }
  @media (min-width: 890px) {
    .orderingCartWrapper {
      margin-left: 50px; } }
  @media (max-width: 1024px) and (min-width: 890px) {
    .orderingCartWrapper {
      margin-left: 0px;
      margin-top: 2rem;
      min-width: 100%;
      max-width: 100%; } }
  @media (max-width: 890px) {
    .orderingCartWrapper {
      margin-left: 0px;
      margin-top: 2rem;
      min-width: 100%;
      max-width: 100%; } }
  .orderingCartWrapper .header {
    margin-top: 25px;
    font-family: 'Bebas Neue';
    color: #06121b;
    text-align: center;
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 890px) {
      .orderingCartWrapper .header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        line-height: 0px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin: 2.5rem 0 0; } }
    .orderingCartWrapper .header .icon {
      background-color: #06121b;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      color: #f2eee8;
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1.5rem; }
      @media (max-width: 890px) {
        .orderingCartWrapper .header .icon {
          margin-bottom: 0;
          height: 40px;
          width: 40px; } }
  .orderingCartWrapper .productWrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 25px; }
  .orderingCartWrapper .cartProductSection {
    margin-top: 10px; }
    .orderingCartWrapper .cartProductSection .sectionTitle {
      font-weight: 900;
      color: #1b2037;
      text-transform: uppercase;
      margin-left: 20px;
      margin-bottom: 10px;
      font-size: 20px;
      letter-spacing: normal; }
    .orderingCartWrapper .cartProductSection .productContainer {
      font-family: "Source Sans Pro";
      background-color: rgba(0, 0, 0, 0.03);
      border-style: solid;
      border-color: #c1c1c2;
      border-width: 0px;
      border-top-width: 1px;
      border-bottom-width: 1px;
      margin-top: -1px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px; }
      .orderingCartWrapper .cartProductSection .productContainer .productImage {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border-color: #1ce8b5;
        border-width: 1px;
        border-style: solid;
        background-color: #fff; }
        @media (max-width: 890px) {
          .orderingCartWrapper .cartProductSection .productContainer .productImage {
            display: none; } }
      .orderingCartWrapper .cartProductSection .productContainer .infoContainer {
        margin-left: 20px;
        width: 230px; }
        .orderingCartWrapper .cartProductSection .productContainer .infoContainer .name {
          font-weight: 700;
          font-size: 1.5rem;
          color: #06121b; }
        .orderingCartWrapper .cartProductSection .productContainer .infoContainer .description {
          font-weight: 300;
          font-size: 1.25rem;
          color: #06121b; }
        .orderingCartWrapper .cartProductSection .productContainer .infoContainer .priceContainer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          color: #40d1e3;
          font-size: 1.3rem; }
          .orderingCartWrapper .cartProductSection .productContainer .infoContainer .priceContainer .price {
            font-weight: 900; }
      .orderingCartWrapper .cartProductSection .productContainer .quantityContainer {
        font-family: "Source Sans Pro";
        margin-left: 15px;
        font-weight: 700;
        font-size: 20px;
        color: #1b2037;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .orderingCartWrapper .cartProductSection .productContainer .quantityContainer .plus, .orderingCartWrapper .cartProductSection .productContainer .quantityContainer .minus {
          display: none !important;
          font-size: 0px; }
        .orderingCartWrapper .cartProductSection .productContainer .quantityContainer::before {
          content: 'x  '; }
      .orderingCartWrapper .cartProductSection .productContainer .closeButton {
        color: #ea5955;
        font-size: 23px;
        margin-left: 15px;
        display: none; }
      .orderingCartWrapper .cartProductSection .productContainer .closeButton:hover {
        color: #bc4744; }
    .orderingCartWrapper .cartProductSection .productContainer:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  .orderingCartWrapper .cartProductSection::-webkit-scrollbar {
    display: none; }
  .orderingCartWrapper .shoppingcartPriceSection {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    position: relative;
    bottom: 0px; }
    .orderingCartWrapper .shoppingcartPriceSection .lineItem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #1b2037;
      font-weight: 400;
      height: 20px; }
    .orderingCartWrapper .shoppingcartPriceSection .divider {
      height: 1px;
      width: 100%;
      background-color: #bbbbbb;
      margin-left: auto;
      margin-right: auto;
      margin-top: 5px;
      margin-bottom: 5px; }
    .orderingCartWrapper .shoppingcartPriceSection .button {
      background-color: #40d1e3;
      height: 40px;
      border-radius: 40px;
      font-weight: 900;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      margin-top: 20px;
      -ms-flex-item-align: end;
          align-self: flex-end;
      padding: 0 4rem; }
    .orderingCartWrapper .shoppingcartPriceSection .button:hover {
      background-color: #32bccd; }

.button, .formButton {
  cursor: pointer; }

#agileForm .app-form,
#agileForm #app,
#agileForm #app-consultant,
#agileConsultantForm .app-form,
#agileConsultantForm #app,
#agileConsultantForm #app-consultant {
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-radius: 25px;
  max-width: 500px; }
  #agileForm .app-form .popia,
  #agileForm #app .popia,
  #agileForm #app-consultant .popia,
  #agileConsultantForm .app-form .popia,
  #agileConsultantForm #app .popia,
  #agileConsultantForm #app-consultant .popia {
    font-weight: 300;
    font-family: "Raleway";
    font-style: italic;
    font-size: 12px;
    max-width: 300px;
    margin: 10px auto 30px;
    color: #848586;
    text-align: left;
    width: 100%; }
    #agileForm .app-form .popia a,
    #agileForm #app .popia a,
    #agileForm #app-consultant .popia a,
    #agileConsultantForm .app-form .popia a,
    #agileConsultantForm #app .popia a,
    #agileConsultantForm #app-consultant .popia a {
      color: #80deea;
      font-size: 12px;
      padding: 0px;
      display: inline; }
  #agileForm .app-form .headline,
  #agileForm #app .headline,
  #agileForm #app-consultant .headline,
  #agileConsultantForm .app-form .headline,
  #agileConsultantForm #app .headline,
  #agileConsultantForm #app-consultant .headline {
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    padding-top: 50px !important;
    font-size: 37px !important;
    line-height: 35px !important;
    background-color: #fff !important;
    color: #848586 !important; }
  #agileForm .app-form .subheading,
  #agileForm #app .subheading,
  #agileForm #app-consultant .subheading,
  #agileConsultantForm .app-form .subheading,
  #agileConsultantForm #app .subheading,
  #agileConsultantForm #app-consultant .subheading {
    font-size: 15px !important;
    text-align: center;
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  #agileForm .app-form input,
  #agileForm #app input,
  #agileForm #app-consultant input,
  #agileConsultantForm .app-form input,
  #agileConsultantForm #app input,
  #agileConsultantForm #app-consultant input {
    background-color: #ececec;
    height: 40px;
    border: none;
    -webkit-box-shadow: inset 0px 0px 0px 0px red;
            box-shadow: inset 0px 0px 0px 0px red; }
  #agileForm .app-form textArea,
  #agileForm #app textArea,
  #agileForm #app-consultant textArea,
  #agileConsultantForm .app-form textArea,
  #agileConsultantForm #app textArea,
  #agileConsultantForm #app-consultant textArea {
    background-color: #ececec;
    height: 40px;
    border: none;
    -webkit-box-shadow: inset 0px 0px 0px 0px red;
            box-shadow: inset 0px 0px 0px 0px red; }
  #agileForm .app-form textArea::-webkit-input-placeholder, #agileForm #app textArea::-webkit-input-placeholder, #agileForm #app-consultant textArea::-webkit-input-placeholder, #agileConsultantForm .app-form textArea::-webkit-input-placeholder, #agileConsultantForm #app textArea::-webkit-input-placeholder, #agileConsultantForm #app-consultant textArea::-webkit-input-placeholder {
    color: #000;
    font-weight: lighter; }
  #agileForm .app-form textArea::-moz-placeholder, #agileForm #app textArea::-moz-placeholder, #agileForm #app-consultant textArea::-moz-placeholder, #agileConsultantForm .app-form textArea::-moz-placeholder, #agileConsultantForm #app textArea::-moz-placeholder, #agileConsultantForm #app-consultant textArea::-moz-placeholder {
    color: #000;
    font-weight: lighter; }
  #agileForm .app-form textArea:-ms-input-placeholder, #agileForm #app textArea:-ms-input-placeholder, #agileForm #app-consultant textArea:-ms-input-placeholder, #agileConsultantForm .app-form textArea:-ms-input-placeholder, #agileConsultantForm #app textArea:-ms-input-placeholder, #agileConsultantForm #app-consultant textArea:-ms-input-placeholder {
    color: #000;
    font-weight: lighter; }
  #agileForm .app-form textArea::-ms-input-placeholder, #agileForm #app textArea::-ms-input-placeholder, #agileForm #app-consultant textArea::-ms-input-placeholder, #agileConsultantForm .app-form textArea::-ms-input-placeholder, #agileConsultantForm #app textArea::-ms-input-placeholder, #agileConsultantForm #app-consultant textArea::-ms-input-placeholder {
    color: #000;
    font-weight: lighter; }
  #agileForm .app-form textArea::placeholder,
  #agileForm #app textArea::placeholder,
  #agileForm #app-consultant textArea::placeholder,
  #agileConsultantForm .app-form textArea::placeholder,
  #agileConsultantForm #app textArea::placeholder,
  #agileConsultantForm #app-consultant textArea::placeholder {
    color: #000;
    font-weight: lighter; }
  #agileForm .app-form .submit-button,
  #agileForm .app-form button,
  #agileForm #app .submit-button,
  #agileForm #app button,
  #agileForm #app-consultant .submit-button,
  #agileForm #app-consultant button,
  #agileConsultantForm .app-form .submit-button,
  #agileConsultantForm .app-form button,
  #agileConsultantForm #app .submit-button,
  #agileConsultantForm #app button,
  #agileConsultantForm #app-consultant .submit-button,
  #agileConsultantForm #app-consultant button {
    background-color: #a5dbe6;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border: none;
    -webkit-box-shadow: inset 0px 0px 0px 0px red;
            box-shadow: inset 0px 0px 0px 0px red; }

#agileConsultantForm .form-control.invalid {
  border: 2px solid red !important; }

.app-form .form-control.invalid {
  border: 2px solid red !important; }

#agileThankYou .app-form,
#agileThankYou #app {
  background-color: #fff;
  padding: 0 70px 0;
  border-radius: 25px;
  max-width: 500px; }

#agileThankYou .app-form .headline,
#agileThankYou #app .headline {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  padding-top: 50px !important;
  font-size: 37px !important;
  line-height: 35px !important;
  background-color: #fff !important;
  color: #848586 !important; }
  #agileThankYou .app-form .headline::after,
  #agileThankYou #app .headline::after {
    content: "";
    width: 100px;
    margin-top: 1.5rem; }
#agileThankYou .app-form .subheading,
#agileThankYou #app .subheading {
  font-size: 15px !important;
  text-align: center;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  max-width: 210px; }
#agileThankYou .app-form button,
#agileThankYou #app button {
  background-color: #a5dbe6;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: none;
  -webkit-box-shadow: inset 0px 0px 0px 0px red;
          box-shadow: inset 0px 0px 0px 0px red;
  margin: 50px 0 40px 0; }

#agileForm .app-form .submit-button,
#agileForm #app .submit-button,
#agileForm #app-consultant .submit-button,
#agileConsultantForm .app-form .submit-button,
#agileConsultantForm #app .submit-button,
#agileConsultantForm #app-consultant .submit-button {
  margin-bottom: 0; }
#agileForm .app-form .response-message,
#agileForm #app .response-message,
#agileForm #app-consultant .response-message,
#agileConsultantForm .app-form .response-message,
#agileConsultantForm #app .response-message,
#agileConsultantForm #app-consultant .response-message {
  text-align: center;
  font-size: 12px;
  min-height: unset;
  margin-top: 6px; }
#agileForm .app-form .error-message,
#agileForm #app .error-message,
#agileForm #app-consultant .error-message,
#agileConsultantForm .app-form .error-message,
#agileConsultantForm #app .error-message,
#agileConsultantForm #app-consultant .error-message {
  color: red; }

.enquire-popup-form--group {
  color: #393939; }

.google-banner-container {
  width: 100%;
  height: auto;
  cursor: pointer; }
  .google-banner-container .google-banner-img {
    width: 100%; }

/* distinct name for file finding purposes : _navigation-header.scss */
.navbar {
  z-index: 99999; }

.marginBottom-0 {
  margin-bottom: 0; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  border-radius: 0 16px 16px 16px; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.desktop-navigator .dropdown-submenu > a:after {
  margin-top: -15px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #555; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 16px 16px 16px; }

div.navbar-collapse.in {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.3); }
  div.navbar-collapse.in::-webkit-scrollbar {
    width: 5px; }
  div.navbar-collapse.in::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3); }
  div.navbar-collapse.in::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.7); }

.desktop-navigator li.navigation--tabs {
  font-size: 16px;
  padding: 0; }
  .desktop-navigator li.navigation--tabs a {
    line-height: 29px; }
    @media (max-width: 890px) {
      .desktop-navigator li.navigation--tabs a {
        line-height: 25px; } }
.desktop-navigator .currency-sel .dropdown.flex-row {
  padding: 10px 4px; }

@media (min-width: 890px) {
  .repositioning--element-right {
    position: relative;
    right: 0; } }

.shopping-cart-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.currency-sel {
  background: none;
  display: inline-block;
  position: relative; }
  .currency-sel::after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    top: 13px;
    right: 8px;
    /* z-index: 5; */
    font-size: 13px; }
  .currency-sel select {
    padding: 2px 24px 2px 0;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    z-index: 10; }
    .currency-sel select::-ms-expand {
      display: none; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  width: 99%;
  background-color: rgba(128, 128, 128, 0.3) !important;
  color: #80deea !important;
  border-radius: 0; }

@media (min-width: 890px) {
  .navbar-nav > li > .dropdown-menu a.product--selection-container.dropdown--forth-sub-level {
    padding: 8px 8px 2px 15px; } }
.dropdown-submenu > ul.dropdown-menu {
  border-radius: 28px; }

.navbar-nav > li > .dropdown-menu > li:hover,
.navbar-nav > li > .dropdown-menu > li.dropdown:focus {
  border-radius: 28px; }

@media (min-width: 890px) {
  .navbar-nav > li > .dropdown-menu a.product--selection-container.dropdown--third-sub-level:hover {
    background-color: whitesmoke; } }
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: rgba(121, 103, 103, 0); }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent; }

.navigation--section-title {
  cursor: pointer; }

.dropdown--second-sub-level--image-container .dropdown--third-level--image {
  max-width: 50px; }

.desktop-navigator .dropdown--second-sub-level--image-container .dropdown--third-level {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 220px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.desktop-navigator .dropdown--third-level--paragraph {
  margin: 0;
  font-size: 14px;
  line-height: normal;
  margin: 0 10px; }

@media (max-width: 890px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 6px 15px 5px 25px; } }
@media (min-width: 890px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus {
    padding: 1.1rem 1.2rem; } }
@media (max-width: 960px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus {
    padding: 1.1rem 0.6rem; } }
@media (min-width: 890px) {
  .scrolled .navbar-nav > li > ul.dropdown-menu {
    margin-top: 10px; } }
@media (min-width: 890px) {
  .navbar-nav > li > .dropdown-menu {
    top: 53px; } }

@media (min-width: 890px) {
  .navbar-collapse.collapse {
    display: none !important; } }
.currency-tag {
  top: 28px;
  right: 104px; }

.cart-tag {
  right: 28px;
  top: 28px; }

.menu-tag {
  top: 28px;
  right: -38px; }

.nav-tag-line {
  font-family: "Raleway";
  position: absolute;
  color: #c4c4c4;
  letter-spacing: normal;
  font-weight: 900;
  font-size: 9px; }

#video-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1031;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.video-section--wrapper {
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.video-player {
  position: relative;
  width: 75%;
  z-index: 10;
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 890px) {
    .video-player {
      width: 100%; } }
  @media (min-width: 890px) {
    .video-player .video-player--iframe {
      width: 100%;
      height: 40vw;
      max-height: 700px; } }
  @media (max-width: 890px) {
    .video-player .video-player--iframe {
      width: 100%;
      height: 350px; } }

.agile-form-button-wrapper {
  position: fixed;
  z-index: 1;
  width: 9.5em;
  height: 2em;
  right: -60px;
  vertical-align: middle;
  top: 47%;
  background-color: #0298a7;
  text-transform: uppercase;
  text-align: center;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  border-radius: 10px 10px 0px 0px; }
  .agile-form-button-wrapper h3 {
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    color: white;
    margin: 0;
    padding: 0;
    position: relative;
    top: 2px; }
  .agile-form-button-wrapper a#onHideAgileFormButton {
    text-decoration: none;
    font-size: 20px;
    color: white;
    position: absolute;
    right: 14px;
    top: 0; }

div.count-up--section-wrapper {
  color: white;
  background-image: url(/assets/section-intro-background3-333fe170a54def6a8324b735d26fbdc7c6ff74852e170d4c053fe9afaaeb67c7.jpg);
  background-size: cover; }

.impact--counter-wrapper {
  color: white;
  padding: 0 1em 0 1em; }
  @media (max-width: 890px) {
    .impact--counter-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .impact--counter-wrapper .impact--counter-number h3 {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 90px;
    line-height: 90px;
    font-weight: 900;
    text-align: left; }
    @media (max-width: 890px) {
      .impact--counter-wrapper .impact--counter-number h3 {
        font-size: 70px;
        line-height: 90px; } }
    @media (min-width: 1200px) {
      .impact--counter-wrapper .impact--counter-number h3 {
        font-size: 9rem; } }

.impact--counter-number {
  position: static; }
  @media (max-width: 890px) {
    .impact--counter-number {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.impact--counter-number .counter-number--number-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .impact--counter-number .counter-number--number-details p {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    max-width: 90px;
    margin: 0 0 0 20px; }

.count-up--section-wrapper .center-content .count-up--section-description {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 17px;
  margin: 1em 1em 4em;
  font-weight: 300; }

.flexible-container .impact--world-map img {
  position: relative;
  min-width: 130%;
  max-width: 140%;
  bottom: 20px;
  left: 14px; }
  @media (min-width: 1200px) {
    .flexible-container .impact--world-map img {
      position: relative;
      min-width: 76rem;
      width: 80rem;
      max-width: 80rem;
      left: 10px;
      bottom: 23px; } }
  @media (max-width: 890px) {
    .flexible-container .impact--world-map img {
      display: block;
      max-width: 100%;
      min-width: 100%;
      height: auto;
      top: 0;
      bottom: 0; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/hearscope/ajax-loader-e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot);
  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot?#iefix) format("embedded-opentype"), url(/assets/slick-26726bac4060abb1226e6ceebc1336e84930fe7a7af1b3895a109d067f5b5dcc.woff) format("woff"), url(/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf) format("truetype"), url(/assets/slick-12459f221a0b787bf1eaebf2e4c48fca2bd9f8493f71256c3043e7a0c7e932f6.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  overflow: visible !important;
  position: absolute;
  display: block;
  height: 44px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 30%;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
    overflow: visible !important; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #343f45;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0px; }
  .slick-prev:before {
    content: url("/assets/hearscope/previous-line-8f20cd442a7cafb29ffa223efa2c7b5a3840932772c0dd8789f11416e62f3c6c.svg"); }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 0px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }
  [dir="rtl"] .slick-next {
    left: 0px;
    right: auto; }
  .slick-next:before {
    content: url("/assets/hearscope/previous-line-8f20cd442a7cafb29ffa223efa2c7b5a3840932772c0dd8789f11416e62f3c6c.svg"); }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  margin-top: 30px; }

.slick-dots {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
@media (max-width: 890px) {
  .slide-container {
    padding: 0px; } }
@media (min-width: 890px) {
  .slide-container {
    padding-left: 100px;
    padding-right: 100px; } }
@media (min-width: 1024px) {
  .slide-container {
    padding-left: 100px;
    padding-right: 100px; } }

.slider {
  width: 100%;
  margin: 100px auto; }
  @media (max-width: 890px) {
    .slider {
      width: 100%; } }

.slick-slide {
  margin-left: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  @media (max-width: 890px) {
    .slick-slide {
      margin: 0px; } }

.slick-slide img {
  width: 50%;
  margin-left: auto;
  margin-right: auto; }

.slick-prev:before,
.slick-next:before {
  color: black; }

.slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.2; }

.slick-active {
  opacity: 1; }

.slick-current {
  opacity: 1;
  font-size: 20px !important;
  min-width: 150px;
  max-width: 475px; }
  @media (max-width: 890px) {
    .slick-current {
      max-width: unset;
      max-width: 180px; } }
  .slick-current .title {
    font-size: 50px; }
  .slick-current .image-container {
    padding: 5px;
    border-radius: 100%;
    border: 3px #1eebb7 solid;
    overflow: hidden; }
  .slick-current img {
    width: 100%; }

@media (max-width: 890px) {
  .home-page .slick-current {
    max-width: unset;
    max-width: 100%; } }

.slick-prev:before,
.slick-next:before {
  color: #343f45; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow {
  z-index: 100;
  overflow: visible; }

.slick-arrow.slick-hidden {
  display: none; }

.blog-slick {
  width: 80%;
  max-width: 1400px; }
  @media (max-width: 890px) {
    .blog-slick {
      width: unset; } }

.blog-slide-container .slider {
  background-color: #f1f2f4;
  margin-top: 0px; }
  .blog-slide-container .slider .slick-next {
    right: -40px !important; }
    @media (max-width: 890px) {
      .blog-slide-container .slider .slick-next {
        right: 30px !important; } }
  .blog-slide-container .slider .slick-prev {
    left: -40px !important; }
    @media (max-width: 890px) {
      .blog-slide-container .slider .slick-prev {
        left: 30px !important; } }
  .blog-slide-container .slider .slick-list {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    overflow: hidden;
    background-color: #f1f2f4; }
    .blog-slide-container .slider .slick-list .slick-track {
      background-color: #f1f2f4; }
      @media (max-width: 890px) {
        .blog-slide-container .slider .slick-list .slick-track .slick-slide {
          margin-left: 20px;
          margin-right: 20px;
          width: 255px;
          min-height: 480px; } }
      .blog-slide-container .slider .slick-list .slick-track .slick-slide.slick-slide {
        opacity: 1 !important; }
        .blog-slide-container .slider .slick-list .slick-track .slick-slide.slick-slide img {
          width: unset; }
      .blog-slide-container .slider .slick-list .slick-track .slick-slide.slick-current {
        opacity: 1;
        font-size: unset !important;
        min-width: unset;
        max-width: unset; }
        .blog-slide-container .slider .slick-list .slick-track .slick-slide.slick-current img {
          width: unset; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none; }
  @media (max-width: 890px) {
    .slick-dots {
      margin-top: 20px;
      bottom: -45px !important; } }
  .slick-dots li {
    margin: 0 0.25rem; }
  .slick-dots button {
    display: block;
    width: 8px !important;
    height: 8px !important;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #c1c2c3 !important;
    text-indent: -9999px; }
  .slick-dots li.slick-active button {
    background-color: #1ce9b6 !important; }

.south-africa {
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
  /* IE8 */ }

.shared-hearkiosk--providers {
  background-color: #f1f2f4;
  padding: 60px 40px; }

.shared-hearkiosk--providers .providers--title {
  color: #313c43;
  margin: 0 auto;
  text-align: center;
  max-width: 500px; }
  .shared-hearkiosk--providers .providers--title::after {
    content: "";
    display: block;
    height: 2px;
    margin: 1em auto;
    width: 70%;
    max-width: 460px;
    background-color: #d4d4d4; }

.providers--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px auto 30px; }

@media (max-width: 890px) {
  .providers--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto; } }
.providers--content .providers--content--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 890px) {
    .providers--content .providers--content--image {
      margin: 40px 20px 0; } }
  .providers--content .providers--content--image .providers--logo {
    max-height: 70px;
    max-width: 284px; }

#providers--image-1::after,
#providers--image-2::after {
  content: "";
  display: block;
  width: 2px;
  background-color: black;
  margin: 0 3vw; }
  @media (max-width: 1120px) {
    #providers--image-1::after,
    #providers--image-2::after {
      margin: 0 20px; } }
  @media (max-width: 890px) {
    #providers--image-1::after,
    #providers--image-2::after {
      display: none; } }

.shared-hearkiosk--model {
  background-color: #313c43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px; }

.hearkiosk--model--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 1100px; }

.hearkiosk--model--image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 120px;
  max-height: 120px;
  margin: 0 50px 0 0; }
  .hearkiosk--model--image .model--image {
    width: 110px;
    height: 110px; }

.hearkiosk--model--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 80%; }
  .hearkiosk--model--text .model--text {
    font-size: 23px;
    color: white; }

.hearkiosk--benefits {
  background-color: white; }

.hearkiosk--locations {
  background-color: #f1f2f4;
  padding: 60px; }

.hearkiosk--locations .hearkiosk--location--subtitle {
  color: #313c43;
  max-width: 460px;
  font-size: 23px;
  margin: 0 auto 40px;
  text-align: center; }

.hearkiosk--locations .hearkiosk--location--image {
  margin: 0 auto; }

.hearkiosk--unallocated {
  background-color: #10212c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.hearkiosk--unallocated .box-buttons {
  margin: 70px auto 70px;
  background: none;
  border: none; }
  .hearkiosk--unallocated .box-buttons:focus {
    outline: 0; }

.hearkiosk--locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.hearkiosk--locations .box-buttons {
  margin: 70px auto 70px;
  background: none;
  border: none; }
  .hearkiosk--locations .box-buttons:focus {
    outline: 0; }

.hearkiosk--location--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .hearkiosk--location--content .location--content--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin: 0;
    white-space: nowrap; }
  .hearkiosk--location--content .unallocated--text {
    color: white; }
  .hearkiosk--location--content .located--text {
    color: #313c43; }

.hearkiosk--locations--subheading {
  font-size: 35px;
  color: #313c43;
  margin: 60px auto;
  text-transform: uppercase;
  max-width: 300px;
  text-align: center; }

.section-container .hearkiosk--pricing {
  background: none; }

@media (max-width: 890px) {
  .shared-hearkiosk--providers {
    padding: 2em 1em; }

  .shared-hearkiosk--model {
    padding: 2em 1em; }

  .hearkiosk--locations {
    padding: 2em 1em; } }
@media (max-width: 890px) {
  .hearkiosk--model--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .hearkiosk--model--content .hearkiosk--model--text {
      text-align: center;
      max-width: 90%;
      margin: 0 auto; }
    .hearkiosk--model--content .hearkiosk--model--image {
      margin: 0 auto; } }
@media (max-width: 890px) {
  .hearkiosk--locations .hearkiosk--location--image,
  .hearkiosk--unallocated .hearkiosk--location--image {
    padding: 0 2em; }
  .hearkiosk--locations .hearkiosk--location--content,
  .hearkiosk--unallocated .hearkiosk--location--content {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .hearkiosk--locations .hearkiosk--location--content .location--content--text,
    .hearkiosk--unallocated .hearkiosk--location--content .location--content--text {
      font-size: 4vw;
      line-height: 5vw;
      white-space: nowrap;
      margin: 10px 0; } }
/* extended - map */
.south-africa {
  max-width: 90%;
  width: 800px;
  height: 700px;
  margin: 0 auto 0;
  padding: 1em; }
  @media (max-width: 890px) {
    .south-africa {
      height: 370px; } }
  .south-africa .sa-province {
    fill: #313c43;
    stroke: white;
    stroke-width: 2; }
    .south-africa .sa-province.on_map {
      fill: #7e858a;
      -webkit-transform: translate(0px, -3px);
              transform: translate(0px, -3px);
      /* animation-duration: 4s; */ }
  .south-africa .province--text {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
    font-size: 17px;
    color: white;
    font-weight: 500; }

div.newsletter--popup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none; }
  div.newsletter--popup .popia {
    font-weight: 300;
    font-family: "Raleway";
    font-style: italic;
    font-size: 12px;
    max-width: 300px;
    margin: 10px auto 30px;
    color: #848586;
    text-align: left;
    width: 100%; }
    div.newsletter--popup .popia a {
      color: #80deea;
      font-size: 12px;
      padding: 0px;
      display: inline; }
  div.newsletter--popup .newsletter--popup-container {
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-radius: 25px;
    max-width: 500px;
    -webkit-box-shadow: 0px 1px 2px rgba(113, 125, 127, 0.4);
            box-shadow: 0px 1px 2px rgba(113, 125, 127, 0.4); }
    div.newsletter--popup .newsletter--popup-container .headline {
      font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
      padding-top: 50px !important;
      font-size: 37px !important;
      line-height: 35px !important;
      background-color: #fff !important;
      color: #848586 !important;
      border: none; }
    div.newsletter--popup .newsletter--popup-container .subheading {
      font-size: 15px !important;
      text-align: center;
      margin-top: 25px !important;
      margin-bottom: 25px !important; }
    div.newsletter--popup .newsletter--popup-container input {
      background-color: #ececec;
      height: 40px;
      border: none;
      -webkit-box-shadow: inset 0px 0px 0px 0px red;
              box-shadow: inset 0px 0px 0px 0px red;
      padding: 8px 10px;
      border-radius: 6px;
      width: 100%; }
    div.newsletter--popup .newsletter--popup-container textarea {
      background-color: #ececec;
      height: 40px;
      border: none;
      -webkit-box-shadow: inset 0px 0px 0px 0px red;
              box-shadow: inset 0px 0px 0px 0px red; }
    div.newsletter--popup .newsletter--popup-container textarea::-webkit-input-placeholder {
      color: #000;
      font-weight: lighter; }
    div.newsletter--popup .newsletter--popup-container textarea::-moz-placeholder {
      color: #000;
      font-weight: lighter; }
    div.newsletter--popup .newsletter--popup-container textarea:-ms-input-placeholder {
      color: #000;
      font-weight: lighter; }
    div.newsletter--popup .newsletter--popup-container textarea::-ms-input-placeholder {
      color: #000;
      font-weight: lighter; }
    div.newsletter--popup .newsletter--popup-container textarea::placeholder {
      color: #000;
      font-weight: lighter; }
    div.newsletter--popup .newsletter--popup-container button {
      background-color: #5be1ec;
      width: 100%;
      height: 50px;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      border: none;
      -webkit-box-shadow: inset 0px 0px 0px 0px red;
              box-shadow: inset 0px 0px 0px 0px red; }

#agileThankYou .app-form,
#agileThankYou #app {
  background-color: #fff;
  padding: 0 70px 0;
  border-radius: 25px;
  max-width: 500px; }

#agileThankYou .app-form .headline,
#agileThankYou #app .headline {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  padding-top: 50px !important;
  font-size: 37px !important;
  line-height: 35px !important;
  background-color: #fff !important;
  color: #848586 !important;
  border: none; }
  #agileThankYou .app-form .headline::after,
  #agileThankYou #app .headline::after {
    content: "";
    width: 100px;
    margin-top: 1.5rem; }
#agileThankYou .app-form .subheading,
#agileThankYou #app .subheading {
  font-size: 15px !important;
  text-align: center;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  max-width: 210px; }
#agileThankYou .app-form button,
#agileThankYou #app button {
  background-color: #5be1ec;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: none;
  -webkit-box-shadow: inset 0px 0px 0px 0px red;
          box-shadow: inset 0px 0px 0px 0px red;
  margin: 50px 0 40px 0;
  min-width: 220px; }

.overlay .newsletter--close-button {
  position: relative;
  top: 30px;
  left: 240px;
  font-size: 50px;
  z-index: 1999;
  line-height: 40px;
  border-radius: 100%;
  background-color: #5be1ec;
  padding: 1px 8px;
  color: white; }
  @media (max-width: 890px) {
    .overlay .newsletter--close-button {
      top: 20px;
      left: 0; } }

.insightly-newsletter-popup-form-input-js.invalid {
  border: 2px solid #cc3131 !important; }

.sign-up-form-error {
  color: red;
  font-size: 12px;
  text-align: center; }

.user-testimonials--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff; }

.user-testimonials--container .user-testimonials-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
  position: relative; }

.testimonial--image {
  height: 100%;
  max-width: 1200px;
  width: 100%; }

.testimonial-button-container {
  position: absolute;
  top: 38%;
  left: 0;
  padding: 0 1em;
  width: 100%;
  z-index: 2; }

.testimonial-button {
  background-color: rgba(143, 143, 143, 0.07);
  border: none;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle; }
  @media (max-width: 890px) {
    .testimonial-button {
      width: 25px;
      height: 25px; } }
  .testimonial-button:focus {
    outline: 0; }
  .testimonial-button#testimonial-button-right {
    position: absolute;
    right: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 890px) {
      .testimonial-button#testimonial-button-right {
        right: 5px; } }
  .testimonial-button#testimonial-button-left {
    position: absolute;
    left: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 890px) {
      .testimonial-button#testimonial-button-left {
        left: 5px; } }

@-webkit-keyframes animation-fade-in {
  0% {
    opacity: .6; }
  100% {
    opacity: 1; } }
@keyframes animation-fade-in {
  0% {
    opacity: .6; }
  100% {
    opacity: 1; } }
.animation-fade-in {
  -webkit-animation: animation-fade-in 0.6s cubic-bezier(0.15, 0.16, 0.81, 0.88) both;
          animation: animation-fade-in 0.6s cubic-bezier(0.15, 0.16, 0.81, 0.88) both; }

@-webkit-keyframes move-up-map {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0); } }

@keyframes move-up-map {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0); } }
.animation-move-up-map {
  -webkit-animation: move-up-map 0.2s cubic-bezier(0.15, 0.16, 0.81, 0.88) both;
          animation: move-up-map 0.2s cubic-bezier(0.15, 0.16, 0.81, 0.88) both; }

.thank-you--page {
  height: 90vh;
  min-height: 540px;
  padding: 25vh 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.thank-you--image--container .thank-you--image {
  max-width: 400px;
  width: 100%;
  padding: 0 10px; }

.thank-you--title {
  font-size: 30px;
  margin: 2em auto 0;
  letter-spacing: 8px; }

.thank-you-description {
  font-size: 24px;
  max-width: 340px;
  text-align: center; }

.covid-banner-container {
  height: 173px;
  background-color: #f1f2f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-image: url("/assets/Soundwave-background-54d925b21194bd18e698a427c4e4830913a15840449873f6322985b6147d5219.png");
  background-size: contain;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 890px) {
    .covid-banner-container {
      min-height: 480px;
      padding-top: 20px; } }
  .covid-banner-container .content-wrapper {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 890px) {
      .covid-banner-container .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .covid-banner-container .content-wrapper .left-container {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 890px) {
        .covid-banner-container .content-wrapper .left-container {
          text-align: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (max-width: 890px) {
        .covid-banner-container .content-wrapper .left-container .copy-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .covid-banner-container .content-wrapper .left-container .copy-container .headline-container {
        font-family: 'Bebas Neue';
        font-size: 41px;
        color: #2f3b42;
        letter-spacing: 0.03em;
        line-height: 46px;
        font-weight: 400;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      .covid-banner-container .content-wrapper .left-container .copy-container .headline-container:after {
        content: '';
        width: auto;
        display: block;
        left: 0;
        bottom: -10px;
        border-color: #80deea;
        border-width: 0 0 2px;
        border-style: solid; }
      .covid-banner-container .content-wrapper .left-container .copy-container .body-container {
        margin-top: 10px;
        font-family: 'Bebas Neue';
        font-weight: 100;
        font-size: 31px;
        color: #2f3b42;
        letter-spacing: 0.03em;
        line-height: 46px; }
    .covid-banner-container .content-wrapper .right-container {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .covid-banner-container .content-wrapper .right-container button {
        font-size: 19px;
        color: #fff;
        height: 77px;
        width: 222px;
        background-color: #2f3b42;
        border: 4px solid #ffffff;
        border-radius: 28px; }

.covid-banner--link {
  outline: 0; }

.covid-banner--button {
  outline: 0; }

.webinars-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 50px 50px 50px;
  padding-bottom: 100px;
  background-color: #fff; }
  .webinars-container .webinar-container {
    max-width: 1000px; }
    .webinars-container .webinar-container .content-wrapper {
      color: #45515b;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      @media (max-width: 890px) {
        .webinars-container .webinar-container .content-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .webinars-container .webinar-container .content-wrapper .image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 300px;
        height: auto;
        background-size: cover;
        max-height: 200px;
        border-radius: 20px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        cursor: pointer; }
        @media (max-width: 890px) {
          .webinars-container .webinar-container .content-wrapper .image-container {
            height: 200px;
            margin-bottom: 40px;
            width: 300px; } }
        .webinars-container .webinar-container .content-wrapper .image-container .icon-container {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-line-pack: center;
              align-content: center; }
      .webinars-container .webinar-container .content-wrapper .content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-left: 40px; }
        @media (max-width: 890px) {
          .webinars-container .webinar-container .content-wrapper .content-container {
            margin-left: 0px; } }
        .webinars-container .webinar-container .content-wrapper .content-container .header-container {
          font-family: 'Source Sans Pro',sans-serif;
          font-weight: 700;
          font-size: 21px; }
          .webinars-container .webinar-container .content-wrapper .content-container .header-container a {
            font-size: 21px;
            color: #45515b;
            cursor: pointer; }
        .webinars-container .webinar-container .content-wrapper .content-container .credits-container {
          font-family: 'Source Sans Pro';
          font-weight: 400;
          font-size: 17px; }
        .webinars-container .webinar-container .content-wrapper .content-container .date-container {
          font-family: "Source Sans Pro";
          font-weight: 300;
          font-size: 17px; }
        .webinars-container .webinar-container .content-wrapper .content-container .description {
          margin-top: 30px;
          font-family: 'Source Sans Pro';
          font-size: 19px;
          font-weight: 400; }
  .webinars-container .hr-container {
    height: 1px;
    background-color: #979797;
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px; }

/*------------------------------------*\
#FREE RESOURCES
\*------------------------------------*/
.free-resources {
  background-color: #fff;
  padding-bottom: 50px;
  padding-left: 45px;
  padding-right: 45px; }
  .free-resources .subheading {
    font-family: 'Source Sans Pro';
    font-size: 30px;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center; }
  .free-resources .body {
    font-family: 'Source Sans Pro';
    font-size: 20px;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center; }
  .free-resources .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px; }
    @media (max-width: 890px) {
      .free-resources .content-wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .free-resources .content-wrapper .next {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 256px; }
    .free-resources .content-wrapper .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      width: 256px;
      margin-bottom: 40px; }
      @media (max-width: 890px) {
        .free-resources .content-wrapper .item {
          margin-bottom: 40px; } }
      .free-resources .content-wrapper .item .number {
        position: absolute;
        z-index: 1000; }
      .free-resources .content-wrapper .item .image {
        min-width: 256px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .free-resources .content-wrapper .item .copy {
        font-family: 'Source Sans Pro';
        font-size: 25px;
        font-weight: 100;
        color: #2e434f;
        text-align: center;
        line-height: 30px;
        margin-top: 20px; }
      .free-resources .content-wrapper .item .button {
        text-decoration: underline;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: 'Source Sans Pro';
        font-size: 25px;
        color: #2e434f;
        font-weight: 400;
        text-align: center; }
        .free-resources .content-wrapper .item .button img {
          margin-right: 20px; }

.blog-post-wrapper {
  background-image: url(/assets/blog/blog-wave-background-221bfd0accbd54a4c13d814b04a47513089b56bb196a74e1e1982ffb722f1671.jpg);
  background-position: bottom;
  background-repeat: no-repeat; }
  .blog-post-wrapper .blog-post-container {
    font-family: "Raleway";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 890px) {
      .blog-post-wrapper .blog-post-container {
        max-width: 80%; } }
    .blog-post-wrapper .blog-post-container .image-container {
      border-radius: 50px;
      width: 100%;
      height: 430px; }
      @media (max-width: 890px) {
        .blog-post-wrapper .blog-post-container .image-container {
          border-radius: 25px;
          margin-left: auto;
          margin-right: auto;
          background-repeat: no-repeat;
          background-size: contain !important;
          height: 200px; } }
    .blog-post-wrapper .blog-post-container .headline-container {
      margin-top: 40px;
      font-weight: 700;
      line-height: 1.2;
      font-size: 50px;
      color: #222f35;
      text-transform: uppercase;
      position: relative; }
      @media (max-width: 890px) {
        .blog-post-wrapper .blog-post-container .headline-container {
          margin-left: auto;
          margin-right: auto;
          font-size: 38px; } }
    .blog-post-wrapper .blog-post-container .subheadline-container {
      font-family: "Raleway";
      font-size: 25px;
      font-weight: 300;
      font-style: italic;
      color: #25c6da;
      margin-top: 20px; }
      .blog-post-wrapper .blog-post-container .subheadline-container a {
        font-style: italic;
        font-weight: 500;
        color: #25c6da; }
    .blog-post-wrapper .blog-post-container .border-container {
      top: -15px;
      position: absolute;
      width: 100%;
      height: 50px;
      border-top: 5px solid #5fbed1;
      border-right: 5px solid #5fbed1; }
    .blog-post-wrapper .blog-post-container .social-nav-container {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 890px) {
        .blog-post-wrapper .blog-post-container .social-nav-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .blog-post-wrapper .blog-post-container .social-nav-container .date-container {
        color: #222f35;
        font-size: 30px;
        font-weight: 400; }
      .blog-post-wrapper .blog-post-container .social-nav-container .social-icons-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 200px; }
        @media (max-width: 890px) {
          .blog-post-wrapper .blog-post-container .social-nav-container .social-icons-container {
            margin-top: 20px; } }
        .blog-post-wrapper .blog-post-container .social-nav-container .social-icons-container .button {
          width: 35px; }
          .blog-post-wrapper .blog-post-container .social-nav-container .social-icons-container .button img {
            width: 35px;
            height: 35px; }
    .blog-post-wrapper .blog-post-container .copy-container {
      color: #5c5f62;
      margin-top: 50px;
      font-size: 25px; }
      .blog-post-wrapper .blog-post-container .copy-container a {
        font-weight: 600 !important; }
      @media (max-width: 890px) {
        .blog-post-wrapper .blog-post-container .copy-container {
          font-size: 20px;
          margin-left: auto;
          margin-right: auto; } }
    .blog-post-wrapper .blog-post-container .line {
      background-color: #5fc5d7;
      height: 5px;
      width: 100%;
      margin-top: 30px;
      margin-bottom: 30px; }
    .blog-post-wrapper .blog-post-container .references {
      font-size: 14px;
      color: #969b9d;
      width: 90%; }
      @media (max-width: 890px) {
        .blog-post-wrapper .blog-post-container .references {
          font-size: 10px; } }
    .blog-post-wrapper .blog-post-container .writer-container {
      margin-top: 50px;
      margin-bottom: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      @media (max-width: 890px) {
        .blog-post-wrapper .blog-post-container .writer-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .blog-post-wrapper .blog-post-container .writer-container .writer-image-container {
        width: 200px;
        margin-right: 25px; }
        .blog-post-wrapper .blog-post-container .writer-container .writer-image-container img {
          width: 100%; }
      .blog-post-wrapper .blog-post-container .writer-container .writer-image-container.styled img {
        border-radius: 100vw;
        max-width: 200px;
        -webkit-box-shadow: 0px 0px 0px 5px #80deea;
                box-shadow: 0px 0px 0px 5px #80deea;
        border: 9px solid white; }
      .blog-post-wrapper .blog-post-container .writer-container .writer-copy-container {
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #242c31;
        width: 100%; }
        @media (max-width: 890px) {
          .blog-post-wrapper .blog-post-container .writer-container .writer-copy-container {
            margin-top: 20px;
            margin-left: 0px; } }
        .blog-post-wrapper .blog-post-container .writer-container .writer-copy-container .headline {
          font-size: 25px;
          color: #5dc2d3;
          line-height: 1; }
        .blog-post-wrapper .blog-post-container .writer-container .writer-copy-container .title {
          font-size: 25px; }
        .blog-post-wrapper .blog-post-container .writer-container .writer-copy-container .info {
          margin-top: 15px;
          font-size: 20px;
          line-height: 1;
          max-width: 90%;
          word-break: break-word; }
    .blog-post-wrapper .blog-post-container .quote-container img {
      width: 100%; }
    .blog-post-wrapper .blog-post-container .links-container {
      margin-bottom: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 250px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 890px) {
        .blog-post-wrapper .blog-post-container .links-container {
          margin-left: auto;
          margin-right: auto; } }
      .blog-post-wrapper .blog-post-container .links-container .button {
        width: auto;
        height: 35px; }
        .blog-post-wrapper .blog-post-container .links-container .button img {
          width: 35px;
          max-width: unset;
          max-height: 35px; }

.section-container.new-style {
  padding-top: 0px; }
  .section-container.new-style .blog-post-wrapper:not(.writer-x) {
    background-image: url(/assets/blog/x-background-3-216232626a7c8e559bb91452a14ab065e07c57adacd11d3ca1880ff58d0dc8ff.svg);
    background-position-x: 93%;
    background-position-y: 86%;
    background-size: 21rem; }
    @media (max-width: 890px) {
      .section-container.new-style .blog-post-wrapper:not(.writer-x) {
        background-image: none; } }
    @media (min-width: 1024px) {
      .section-container.new-style .blog-post-wrapper:not(.writer-x) {
        background-position: bottom 347px right 100px; } }
    @media (min-width: 1024px) {
      .section-container.new-style .blog-post-wrapper:not(.writer-x) {
        background-position: bottom 360px right 100px; } }
    @media (min-width: 1400px) {
      .section-container.new-style .blog-post-wrapper:not(.writer-x) {
        background-position: bottom 305px right 100px; } }
  .section-container.new-style .writer-x {
    background-image: none !important; }
    @media (max-width: 890px) {
      .section-container.new-style .writer-x {
        background-image: none; } }
    .section-container.new-style .writer-x .no-writer-x {
      background-image: url(/assets/blog/x-background-3-216232626a7c8e559bb91452a14ab065e07c57adacd11d3ca1880ff58d0dc8ff.svg);
      background-position-x: 93%;
      background-position-y: 86%;
      background-size: 21rem; }
      @media (max-width: 890px) {
        .section-container.new-style .writer-x .no-writer-x {
          background-image: none; } }
    .section-container.new-style .writer-x .writer-container .writer-image-container ~ .writer-copy-container {
      position: relative; }
      .section-container.new-style .writer-x .writer-container .writer-image-container ~ .writer-copy-container::after {
        content: "";
        position: absolute;
        top: 50%;
        left: calc(100% - 20rem);
        -webkit-transform: translate(0px, -50%);
                transform: translate(0px, -50%);
        width: 25rem;
        height: 31rem;
        background-image: url(/assets/blog/x-background-2-853eb7214d1cb07a2ce297db20ec8f0baaee7e229581124d2950eb02177a8c01.svg);
        background-repeat: no-repeat;
        background-size: 24rem; }
  .section-container.new-style img.figure-image {
    margin: 40px auto 10px auto; }
  .section-container.new-style .image-container {
    position: relative;
    max-height: 640px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 6rem; }
    .section-container.new-style .image-container::before {
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(/assets/x-background-790c62bae391a295ab286c5e1512212411872d31a3d0edbb6d0fae190d856025.svg);
      background-position-x: 100%;
      background-position-y: 100%;
      background-repeat: no-repeat;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media (max-width: 890px) {
        .section-container.new-style .image-container::before {
          display: none; } }
    .section-container.new-style .image-container.right::before {
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(/assets/blog/right-x-88bf62237adc40b7275b1801f86eb9c753a27c459149a8afb20797e17178fa4d.svg);
      background-position-x: 100%;
      background-position-y: 0%;
      background-repeat: no-repeat;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
      @media (max-width: 890px) {
        .section-container.new-style .image-container.right::before {
          display: none; } }
    .section-container.new-style .image-container:not(.no-blue-line)::after {
      content: "";
      position: absolute;
      bottom: 20%;
      right: 0px;
      width: 30%;
      height: 150px;
      background-color: rgba(0, 150, 167, 0.4); }
      @media (max-width: 890px) {
        .section-container.new-style .image-container:not(.no-blue-line)::after {
          display: none; } }
    .section-container.new-style .image-container img {
      width: 100%; }
  .section-container.new-style .blog-post-container {
    max-width: 80%; }
    @media (max-width: 890px) {
      .section-container.new-style .blog-post-container {
        max-width: 90%; } }
    .section-container.new-style .blog-post-container .image-container,
    .section-container.new-style .blog-post-container .border-container {
      display: none; }
    .section-container.new-style .blog-post-container .headline-container {
      position: relative;
      text-transform: none; }
      .section-container.new-style .blog-post-container .headline-container span {
        display: inline-block;
        position: relative;
        z-index: 2;
        font-weight: bolder;
        line-height: normal; }
        .section-container.new-style .blog-post-container .headline-container span span {
          display: block;
          font-weight: 400; }
        .section-container.new-style .blog-post-container .headline-container span p {
          margin: 0px;
          font-weight: 600;
          font-size: 0.85em; }
        .section-container.new-style .blog-post-container .headline-container span div {
          position: absolute;
          top: 16px;
          left: 30px;
          width: 100%;
          height: calc(100% - 10px);
          background-color: rgba(128, 222, 234, 0.5);
          z-index: -1; }
          @media (max-width: 890px) {
            .section-container.new-style .blog-post-container .headline-container span div {
              width: 90%; } }
    .section-container.new-style .blog-post-container .copy-container {
      font-size: 22px; }
      .section-container.new-style .blog-post-container .copy-container .heading {
        position: relative;
        font-family: inherit;
        font-size: 1.5em;
        z-index: 1;
        display: inline-block;
        font-weight: 800; }
        .section-container.new-style .blog-post-container .copy-container .heading div {
          position: absolute;
          top: 16px;
          left: 10px;
          width: 100%;
          height: calc(100% - 20px);
          background-color: rgba(128, 222, 234, 0.5);
          z-index: -1; }
          @media (max-width: 890px) {
            .section-container.new-style .blog-post-container .copy-container .heading div {
              width: 90%; } }
    .section-container.new-style .blog-post-container .social-icons-container .button {
      width: auto;
      height: 35px; }
      .section-container.new-style .blog-post-container .social-icons-container .button img {
        width: 35px;
        max-width: unset;
        max-height: 35px; }

.image-logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 170px; }
  @media (max-width: 890px) {
    .image-logo {
      width: 120px; } }

.quote-text-ctn {
  display: inline-block;
  margin: 10px auto;
  max-width: 90%;
  word-break: break-word; }
  .quote-text-ctn .quote-text {
    position: relative;
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 900px; }
    .quote-text-ctn .quote-text p {
      display: inline-block;
      margin: auto;
      font-size: 28px;
      font-weight: 500;
      font-style: italic;
      text-align: left; }
    .quote-text-ctn .quote-text a {
      font-style: normal; }
    .quote-text-ctn .quote-text span {
      display: inline-block;
      font-weight: 900;
      font-style: normal;
      color: #25c6da;
      font-size: 80px;
      height: 56px;
      line-height: normal; }
    .quote-text-ctn .quote-text .start-quote {
      position: absolute;
      right: 100%;
      top: -30px; }
    .quote-text-ctn .quote-text .end-quote {
      position: absolute;
      left: 100%;
      bottom: 10px; }
  .quote-text-ctn .source {
    font-size: 30px;
    font-weight: 500;
    color: #25c6da;
    margin: 0px; }

.disclaimer {
  padding-bottom: 2rem;
  text-align: left; }

.copy-container li::marker {
  font-weight: bold; }

.social-media-container {
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  font-family: "Source Sans Pro";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/assets/3410709-01-892460d69f67210405fa5646163555012989c069aeff3b89ccdc7ceb973c09d7.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 890px) {
    .social-media-container {
      height: 400px; } }
  .social-media-container .content-wrapper {
    max-width: 90%;
    width: 820px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 890px) {
      .social-media-container .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .social-media-container .content-wrapper .image-container {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative; }
      @media (max-width: 890px) {
        .social-media-container .content-wrapper .image-container {
          width: 200px;
          height: 200px; } }
      .social-media-container .content-wrapper .image-container img {
        position: absolute;
        top: -50px; }
    .social-media-container .content-wrapper .copy-container {
      margin-top: 20px;
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; }
      @media (max-width: 890px) {
        .social-media-container .content-wrapper .copy-container {
          text-align: center;
          margin-top: 30px; } }
      .social-media-container .content-wrapper .copy-container .headline {
        font-size: 35px;
        color: #243038;
        font-weight: 900; }
      .social-media-container .content-wrapper .copy-container .body {
        font-size: 20px;
        font-weight: 300;
        color: #273239;
        line-height: 25px; }
      .social-media-container .content-wrapper .copy-container .download-button {
        margin-top: 20px; }
        @media (max-width: 890px) {
          .social-media-container .content-wrapper .copy-container .download-button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }

.published-research-header {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  font-family: "Raleway";
  padding: 4rem 0rem; }
  @media (max-width: 900px) {
    .published-research-header {
      padding: 4rem 2rem; } }
  .published-research-header p {
    font-family: inherit !important;
    margin: 2rem auto 0 auto;
    padding: 0;
    font-size: 28px;
    text-align: center;
    color: #323232;
    max-width: 54ch; }
    @media (max-width: 900px) {
      .published-research-header p {
        font-size: 16px; } }

@media (max-width: 900px) {
  .published-research-header.mobile-background {
    background-image: url(/assets/mobile-header-x-18242eeac6e4d96cf1af973bf4ba27335e137c46c2bcfe75efee475ec5a99e23.svg);
    background-position: 4px -9rem;
    background-repeat: no-repeat; } }

.published-research-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .published-research-container .navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 125px;
    background-color: #e4e5e6;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .published-research-container .navigation-container .navigation-item {
      margin-top: 10px;
      margin-bottom: 10px;
      height: 66px;
      width: 212px;
      background-color: #ffffff;
      border-radius: 33px;
      font-family: "Source Sans Pro";
      font-size: 16px;
      color: #323e47;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 900;
      margin-left: 20px;
      margin-right: 20px;
      padding-left: 10px;
      padding-right: 10px;
      text-decoration: none !important; }
    .published-research-container .navigation-container .navigation-item a {
      color: #323e47;
      text-decoration: none; }
    .published-research-container .navigation-container .navigation-item:hover {
      text-decoration: none !important;
      -webkit-box-shadow: 0px 0px 10px #80deea;
              box-shadow: 0px 0px 10px #80deea;
      text-decoration: none; }
    .published-research-container .navigation-container .highlight {
      text-decoration: none !important;
      -webkit-box-shadow: 0px 0px 10px #80deea;
              box-shadow: 0px 0px 10px #80deea;
      text-decoration: none; }
  .published-research-container .navigation-filter-container {
    position: relative;
    z-index: 10;
    font-family: "Source Sans Pro";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    min-height: 100px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (max-width: 890px) {
      .published-research-container .navigation-filter-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .published-research-container .navigation-filter-container .filter-item {
      font-family: "Source Sans Pro";
      position: relative;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 20px;
      margin-right: 20px; }
      @media (max-width: 890px) {
        .published-research-container .navigation-filter-container .filter-item {
          margin-top: 20px;
          margin-bottom: 20px; } }
      .published-research-container .navigation-filter-container .filter-item input {
        border: none;
        margin-left: 20px; }
      .published-research-container .navigation-filter-container .filter-item input:focus {
        outline: none; }
      .published-research-container .navigation-filter-container .filter-item .search:after {
        height: 2px;
        display: block;
        width: 100px;
        background: #343e46;
        border-right: 1px black;
        content: ""; }
      .published-research-container .navigation-filter-container .filter-item .title {
        font-family: "Source Sans Pro";
        font-size: 18px;
        color: #323e47;
        font-weight: 600; }
      .published-research-container .navigation-filter-container .filter-item .arrow-icon-container {
        margin-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .published-research-container .navigation-filter-container .result-nav-container {
      padding-top: 10px;
      position: absolute;
      height: 220px;
      width: 212px;
      background-color: #ffffff;
      border-radius: 11px;
      -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.34);
      box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.34);
      top: 70px;
      display: none;
      overflow: scroll; }
      .published-research-container .navigation-filter-container .result-nav-container a {
        font-family: "Source Sans Pro";
        font-weight: 300;
        color: #323e47 !important; }
      .published-research-container .navigation-filter-container .result-nav-container a:hover {
        text-decoration: none; }
      .published-research-container .navigation-filter-container .result-nav-container .result-item {
        font-size: 13px;
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 20px;
        line-height: 13px; }
        .published-research-container .navigation-filter-container .result-nav-container .result-item a {
          font-family: "Source Sans Pro";
          font-weight: 300;
          color: #323e47 !important; }
      .published-research-container .navigation-filter-container .result-nav-container .result-item:hover {
        background-color: #e4e5e6;
        font-weight: 600; }
  .published-research-container .copy-container {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .published-research-container .copy-container .headline-container {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #fff;
      margin-left: auto;
      margin-right: auto;
      color: #364048;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 30px; }
    .published-research-container .copy-container .headline-container:after {
      height: 2px;
      display: block;
      width: 200px;
      background: #343e46;
      border-right: 1px black;
      content: "";
      margin-bottom: 20px; }
    .published-research-container .copy-container .subheadline {
      font-family: "Source Sans Pro";
      font-size: 20px;
      color: #59595b;
      text-align: center;
      background-color: #fff;
      max-width: 400px;
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-right: 20px; }
  .published-research-container .result-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .published-research-container .result-container .result {
      margin: 20px;
      width: 486px;
      background-color: #f5f5f5;
      border-radius: 19px;
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 230px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .published-research-container .result-container .result-title {
      font-family: "Source Sans Pro";
      font-size: 20px;
      color: #323e47;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 22px; }
    .published-research-container .result-container .content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px; }
      @media (max-width: 890px) {
        .published-research-container .result-container .content-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .published-research-container .result-container .content-wrapper .image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 120px !important;
        height: 150px;
        background-size: cover;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        border-radius: 15px; }
        @media (max-width: 890px) {
          .published-research-container .result-container .content-wrapper .image-container {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px; } }
      .published-research-container .result-container .content-wrapper .info-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-left: 20px;
        padding-bottom: 20px; }
        .published-research-container .result-container .content-wrapper .info-container .authors {
          font-size: 16px;
          color: #59595b; }
        .published-research-container .result-container .content-wrapper .info-container .journal {
          color: #339aa8;
          font-size: 18px; }
        .published-research-container .result-container .content-wrapper .info-container .date {
          font-size: 20px;
          color: #59595b; }

.blog-ribbon-section {
  min-height: 400px;
  background-color: #F1F2F4;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "Raleway"; }
  .blog-ribbon-section .blog-slide-container .blog-ribbon-item {
    width: 410px;
    height: 703px;
    background-color: #fff;
    border-radius: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    -webkit-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.3); }
    @media (max-width: 890px) {
      .blog-ribbon-section .blog-slide-container .blog-ribbon-item {
        width: unset;
        height: 563px; } }
    .blog-ribbon-section .blog-slide-container .blog-ribbon-item .image-container {
      width: 100%;
      height: 250px;
      border-radius: 19px;
      border: 1px solid #363f44; }
      @media (max-width: 890px) {
        .blog-ribbon-section .blog-slide-container .blog-ribbon-item .image-container {
          width: 100%;
          height: 30%; } }
    .blog-ribbon-section .blog-slide-container .blog-ribbon-item .headline-container {
      font-size: 25px;
      color: #343F45;
      font-weight: 700;
      text-align: center;
      margin-top: 20px;
      line-height: 30px; }
      @media (max-width: 890px) {
        .blog-ribbon-section .blog-slide-container .blog-ribbon-item .headline-container {
          font-size: 14px;
          line-height: 15px; } }
      .blog-ribbon-section .blog-slide-container .blog-ribbon-item .headline-container:after {
        content: '';
        width: 80%;
        height: 0px;
        display: block;
        border-bottom: 2px solid #EF5350;
        margin: auto;
        margin-top: 2.5rem; }
      .blog-ribbon-section .blog-slide-container .blog-ribbon-item .headline-container.hearscope:after {
        content: '';
        width: 80%;
        height: 0px;
        display: block;
        margin: auto;
        margin-top: 2.5rem;
        border-bottom: 2px solid #14DAA8; }
        @media (max-width: 890px) {
          .blog-ribbon-section .blog-slide-container .blog-ribbon-item .headline-container.hearscope:after {
            margin-top: 5px; } }
      .blog-ribbon-section .blog-slide-container .blog-ribbon-item .headline-container.hearscreen:after {
        content: '';
        width: 80%;
        height: 0px;
        display: block;
        margin: auto;
        margin-top: 2.5rem;
        border-bottom: 2px solid #EF5350; }
        @media (max-width: 890px) {
          .blog-ribbon-section .blog-slide-container .blog-ribbon-item .headline-container.hearscreen:after {
            margin-top: 5px; } }
      .blog-ribbon-section .blog-slide-container .blog-ribbon-item .headline-container.stk:after {
        content: '';
        width: 80%;
        height: 0px;
        display: block;
        margin: auto;
        margin-top: 2.5rem;
        border-bottom: 2px solid #80DEEA; }
        @media (max-width: 890px) {
          .blog-ribbon-section .blog-slide-container .blog-ribbon-item .headline-container.stk:after {
            margin-top: 5px; } }
      .blog-ribbon-section .blog-slide-container .blog-ribbon-item .headline-container.heartest-occ:after {
        content: '';
        width: 80%;
        height: 0px;
        display: block;
        margin: auto;
        margin-top: 2.5rem;
        border-bottom: 2px solid #25c6da; }
        @media (max-width: 890px) {
          .blog-ribbon-section .blog-slide-container .blog-ribbon-item .headline-container.heartest-occ:after {
            margin-top: 5px; } }
    .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-container {
        margin-top: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 890px) {
          .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-container {
            font-size: 12px; } }
      .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        padding-top: 25px; }
        .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #EF5350;
          font-weight: 700; }
          .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.hearscope {
            color: #14DAA8; }
            .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.hearscope a {
              color: #1CE9B6; }
          .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.hearscreen {
            color: #EF5350; }
            .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.hearscreen a {
              color: #EF5350;
              width: 120px; }
              @media (max-width: 890px) {
                .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.hearscreen a {
                  width: 100px; } }
            .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.hearscreen img {
              max-width: 20px;
              max-height: 20px; }
          .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.stk {
            color: #80DEEA; }
            .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.stk a {
              color: #80DEEA;
              width: 120px; }
              @media (max-width: 890px) {
                .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.stk a {
                  width: 100px; } }
            .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.stk img {
              max-width: 20px;
              max-height: 20px; }
          .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.heartest-occ {
            color: #25c6da; }
            .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.heartest-occ a {
              color: #25c6da;
              width: 120px; }
              @media (max-width: 890px) {
                .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.heartest-occ a {
                  width: 100px; } }
            .blog-ribbon-section .blog-slide-container .blog-ribbon-item .content-wrapper .copy-footer .rm-button.heartest-occ img {
              max-width: 20px;
              max-height: 20px; }

.translation-banner {
  background-color: #343F45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 166px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 890px) {
    .translation-banner {
      height: 260px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .translation-banner .text-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-family: "Raleway";
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    font-size: 36px;
    -webkit-box-flex: 7;
        -ms-flex: 7;
            flex: 7; }
    @media (max-width: 890px) {
      .translation-banner .text-section {
        font-size: 26px; } }
    .translation-banner .text-section .text-wrapper .bold {
      color: #EF5350 !important;
      font-weight: 900; }
  .translation-banner .image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    height: unset;
    width: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .translation-banner .image-section img {
      margin: 10px; }

.promo-world-hearing-day__root {
  width: 100%;
  position: relative;
  min-height: 0px; }

.promo-world-hearing-day__image {
  --width: 150px;
  max-width: var(--width);
  position: absolute;
  z-index: 9999;
  top: 1px;
  right: max(15px, 10vw - var(--width)); }

.promo_world_safety_and_health_day--root {
  width: 100%;
  position: relative;
  min-height: 0px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #40d1e3;
  padding: 1rem;
  font-family: "Raleway";
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.promo_world_safety_and_health_day--root a {
  display: contents; }

.promo_world_safety_and_health_day--text,
.promo_world_safety_and_health_day--divider {
  font-size: clamp(1.5rem, 3vw, 2rem);
  text-align: center;
  color: #455a64;
  line-height: 1rem; }

.promo_world_safety_and_health_day--discount {
  color: #fff;
  white-space: nowrap; }

.promo_world_safety_and_health_day--row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.promo_world_safety_and_health_day--subtext {
  font-size: 1rem;
  color: #455a64; }

@media (min-width: 891px) {
  .promo_world_safety_and_health_day--root {
    background-color: #40d1e3;
    padding: 1rem;
    position: absolute;
    z-index: 9999;
    top: 64px;
    left: 17vw;
    max-width: 150px;
    border-bottom-left-radius: 99999px;
    border-bottom-right-radius: 99999px;
    padding-bottom: 30px; }

  .promo_world_safety_and_health_day--text {
    font-size: 1.6rem;
    text-align: center;
    color: #455a64;
    line-height: 2.2rem; }

  .promo_world_safety_and_health_day--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3rem;
    gap: 0.6rem; }

  .promo_world_safety_and_health_day--discount {
    font-weight: 800;
    white-space: pre-wrap;
    color: #fff;
    font-size: 2.2rem;
    line-height: 2rem;
    text-transform: uppercase;
    display: grid;
    gap: 0.5rem; }

  .promo_world_safety_and_health_day--discount span {
    font-size: 3rem; }

  .promo_world_safety_and_health_day--divider {
    display: none; }

  .promo_world_safety_and_health_day--subtext {
    font-size: 0.4875rem;
    margin-top: 1rem; } }
.promo-nsc_safety--root {
  padding-block: 6px;
  width: 100vw;
  background-color: #e0e0e1; }

.promo-nsc_safety--root > a {
  text-decoration: none; }

.promo-nsc_safety--content {
  text-align: center;
  display: grid;
  gap: 6px; }

.promo-nsc_safety--divider:first-of-type {
  display: none; }

.promo-nsc_safety--details > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.promo-nsc_safety--divider {
  border-color: #6dbb43;
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-top: none;
  min-width: 70%;
  margin-inline: auto; }

.promo-nsc_safety--see-you-at {
  color: #323232;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  font-family: "Raleway";
  line-height: 24px; }

.promo-nsc_safety--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-block: 2px; }
  .promo-nsc_safety--title div {
    font-family: Roboto;
    line-height: 36px; }
  .promo-nsc_safety--title div:nth-child(2) {
    font-size: 36px;
    color: #6dbb43;
    font-weight: 500; }
  .promo-nsc_safety--title div:nth-child(3) {
    color: #00843d;
    font-size: 25px; }

.promo-nsc_safety--details {
  font-family: "Raleway"; }
  .promo-nsc_safety--details div:nth-child(1) {
    font-size: 23px;
    font-weight: 500;
    color: #323232;
    line-height: 27px; }
  .promo-nsc_safety--details > div:nth-child(2) {
    font-size: 21px;
    font-weight: 500;
    color: #00843d;
    line-height: 37px; }

@media (min-width: 891px) {
  .promo-nsc_safety--details > div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px; }

  .promo-nsc_safety--root {
    padding-block: 6px;
    position: absolute;
    z-index: 9999;
    top: 64px;
    left: 5vw;
    max-width: 245px;
    background-color: #e0e0e1;
    border-bottom-left-radius: 39px;
    border-bottom-right-radius: 39px;
    border-color: #00843d;
    border-width: 2px;
    border-style: solid; }

  .promo-nsc_safety--root > a {
    text-decoration: none; }

  .promo-nsc_safety--content {
    text-align: center;
    display: grid;
    gap: 6px; }

  .promo-nsc_safety--divider {
    border-color: #6dbb43;
    border-width: 1px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-top: none;
    min-width: 70%;
    margin-inline: auto; }

  .promo-nsc_safety--see-you-at {
    display: block; }

  .promo-nsc_safety--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    margin-block: 2ox; }
    .promo-nsc_safety--title div {
      font-family: Roboto;
      line-height: 36px; }
    .promo-nsc_safety--title div:nth-child(2) {
      font-size: 36px;
      color: #6dbb43;
      font-weight: 500; }
    .promo-nsc_safety--title div:nth-child(3) {
      color: #00843d;
      font-size: 25px; } }
[v-cloak] {
  display: none; }

.pointer {
  cursor: pointer; }

@media (max-width: 890px) {
  .hidden-phone {
    display: none !important; } }

@media (max-width: 1120px) {
  .hidden-navigation-phone {
    display: none; } }

@media (max-width: 890px) {
  .display-phone {
    display: block !important; } }

@media (max-width: 1024px) and (min-width: 890px) {
  .hidden-tablet-landscape {
    display: none !important; } }

@media (min-width: 890px) {
  .hidden-tablet {
    display: none !important; } }

@media (max-width: 1024px) {
  .hidden-desktop-larger {
    display: none !important; } }

@media (min-width: 1024px) {
  .hidden-desktop {
    display: none !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.font-regular {
  font-weight: 400; }

.content-white {
  background-color: #fff;
  color: #313c43; }

.content-light {
  background-color: #feffff;
  color: #848586; }

.content-gray {
  background-color: #f1f2f4;
  color: #848586; }

.content-dark {
  background-color: #333f46;
  color: #feffff; }

.content-darker {
  background-color: #273238;
  color: #feffff; }

.content-dark-transparent {
  background-color: #333f46;
  color: #feffff;
  background-color: rgba(28, 46, 53, 0.5); }

.content-dark-clear {
  background-color: #333f46;
  color: #feffff;
  background-color: transparent; }

.center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.bottom-margin-1 {
  margin-bottom: 2.5rem; }

.bottom-margin-2 {
  margin-bottom: 5rem; }

.bottom-margin-3 {
  margin-bottom: 7.5rem; }

.top-margin-1 {
  margin-top: 2.5rem; }

.top-margin-2 {
  margin-top: 5rem; }

.top-margin-3 {
  margin-top: 7.5rem; }

.img-full {
  width: 100%; }

.row-no-padding {
  margin-left: 0;
  margin-right: 0; }
  .row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.bold {
  font-weight: 600; }

.bold_i {
  font-weight: 600 !important; }

.half-width {
  width: 50%;
  margin: 0 auto !important; }

.full-width {
  width: 100%; }

.pos-absolute {
  position: absolute; }

.pos-relative {
  position: relative; }

.flex-spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

@media (max-width: 768px) {
  .mobile-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media (max-width: 768px) {
  .mobile-flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 768px) {
  .mobile-flex-column-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (min-width: 768px) {
  .tablet-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media (min-width: 768px) {
  .tablet-flex-row-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media (min-width: 1024px) {
  .desktop-flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (min-width: 1024px) {
  .desktop-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media (min-width: 1024px) {
  .desktop-flex-row-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.flex-center-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-self-right {
  -ms-flex-item-align: right;
      align-self: right; }

.flex-center-space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (max-width: 890px) {
  .half-input {
    width: 100% !important; } }
@media (min-width: 890px) {
  .half-input {
    width: 100% !important; } }
@media (min-width: 1024px) {
  .half-input {
    width: 49% !important; } }

.text-alignment-left {
  text-align: left; }

.text-alignment-right {
  text-align: right; }

.text-alignment-center {
  text-align: center; }

.section-clients {
  background-color: white; }
  @media (max-width: 890px) {
    .section-clients .logos-container {
      margin-bottom: 2.5rem; } }

.section-research {
  background-color: #feffff;
  color: #848586; }
  @media (max-width: 890px) {
    .section-research .flexible-container {
      margin-bottom: 2.5rem; } }

.section-impact {
  background: #273238 url(/assets/international-impact-2-27504a8fd9e6c2f2abee2ce2165b2d118675d524e54c6344323562bb72e2c2a8.jpg) center no-repeat;
  background-size: cover; }
  @media (min-width: 890px) {
    .section-impact {
      background-attachment: fixed; } }
  .section-impact.alternative {
    background-image: url(/assets/landscape_photo-5df9c837025b6871f5a7addaf2375101eeaaacabecbc94cdec63c1352c05618c.jpg); }

@media (max-width: 890px) {
  .section-map img {
    margin-bottom: 2.5rem; } }

.section-testimonials {
  background: transparent;
  color: #feffff; }

.section-stories {
  background-color: #f1f2f4;
  color: #848586; }

.section-apps {
  background-color: #f1f2f4;
  color: #848586; }

.section-partners {
  background-color: #feffff;
  color: #848586; }
  @media (max-width: 890px) {
    .section-partners .logos-container {
      margin-bottom: 2.5rem; } }

@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-light.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 100; }
@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-book.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400; }
/** raleway font collection goes here*/
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Thin.ttf") format("opentype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-ThinItalic.ttf") format("opentype");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-LightItalic.ttf") format("opentype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-RegularItalic.ttf") format("opentype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-MediumItalic.ttf") format("opentype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-SemiBoldItalic.ttf") format("opentype");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-BoldItalic.ttf") format("opentype");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Black.ttf") format("opentype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-BlackItalic.ttf") format("opentype");
  font-weight: 900;
  font-style: italic; }
html {
  font-size: 62.65%; }

/* See https://www.sitepoint.com/understanding-and-using-rem-units-in-css/ */
body {
  font-size: 1.6rem;
  font-weight: 300; }

/* 14px */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 2.5rem; }

h1 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  word-spacing: 4px;
  font-size: 35px;
  line-height: 40px; }
  @media (min-width: 890px) {
    h1 {
      font-size: 45px;
      line-height: 55px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 50px;
      line-height: 60px; } }

h2 {
  font-size: 1.9rem; }

h3 {
  font-size: 2.6rem;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 3px; }

h4 {
  font-size: 1.2rem; }

.subheading {
  font-weight: 300;
  font-size: 1.9rem; }

.section-heading {
  text-transform: uppercase;
  text-align: center; }
  .section-heading:after {
    content: "";
    width: 180px;
    height: 0px;
    display: block;
    border-bottom: 2px solid #d4d4d4;
    margin: auto;
    margin-top: 2.5rem; }

.who-are-we-header .section-heading:after {
  max-width: 30vw; }

.section--heading-no-copy-text {
  margin-top: 2.5rem; }

.heardigits-international-brands.section-heading:after {
  content: "";
  position: relative;
  right: 2px; }

.lead-text-header.section-heading {
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 20px; }

.section--title-subheading {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
  font-size: 20px;
  letter-spacing: 0;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 20px; }

.placeholdertextgrey ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1;
  /* Firefox */
  font-family: "Arial";
  font-size: 12px; }

.placeholdertextgrey ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1;
  /* Firefox */
  font-family: "Arial";
  font-size: 12px; }

.placeholdertextgrey :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1;
  /* Firefox */
  font-family: "Arial";
  font-size: 12px; }

.placeholdertextgrey ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1;
  /* Firefox */
  font-family: "Arial";
  font-size: 12px; }

.placeholdertextgrey ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1;
  /* Firefox */
  font-family: "Arial";
  font-size: 12px; }
.placeholdertextgrey :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-family: "Arial";
  font-size: 12px; }
.placeholdertextgrey ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
  font-family: "Arial";
  font-size: 12px; }

html {
  scroll-behavior: smooth; }

body {
  max-width: 100vw;
  overflow-x: hidden; }

#site-main {
  margin-top: 62px; }
  @media (min-width: 890px) {
    #site-main {
      margin-top: 62px; } }

#shop-cart-mobile {
  opacity: 0;
  pointer-events: none; }

.manual_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Bebas Neue";
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px; }

.theme3 {
  background-color: #fff !important;
  color: #848586 !important; }
  .theme3 input,
  .theme3 textarea {
    background-color: #ececec !important; }
  .theme3 legend {
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    padding-top: 50px !important;
    font-size: 37px !important;
    line-height: 35px !important;
    background-color: #fff !important;
    color: #848586 !important; }
  .theme3 button {
    background-color: #96dce8 !important;
    border-color: #96dce8 !important; }

.iso {
  height: 150px;
  background: url("/assets/soundwave-5ed02cb1ef14556303c834af687767b247a7a117e7fa3805b6a7e3269a91f582.jpg");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .iso img {
    max-width: 400px; }
    @media (min-width: 890px) {
      .iso img {
        max-width: 400px; } }
    @media (max-width: 890px) {
      .iso img {
        max-width: 300px; } }

body {
  background: url(/assets/section-intro-background3-333fe170a54def6a8324b735d26fbdc7c6ff74852e170d4c053fe9afaaeb67c7.jpg) top;
  background-color: #273238;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  letter-spacing: 0.6px; }
  @media (min-width: 890px) {
    body {
      background-attachment: fixed;
      background-size: cover;
      background-position: center; } }

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

button::-moz-focus-inner {
  border: 0; }

.anchor:before {
  display: block;
  content: " ";
  margin-top: -120px;
  height: 120px;
  visibility: hidden; }

.slick-slide:focus {
  outline: none; }

.iti-flag {
  background-image: url(/assets/utils/flags-0a012cf808a24573168308916092d2d4bd3f2b4af8e16b59167013cc77acee55.png) !important; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url(/assets/utils/flags@2x-8ab4e961a71e2a404aab37e528b0312282c258015d58f5e0eb5dec6aa4ff63d2.png) !important; } }
@media print {
  .navbar.navbar-default.navbar-fixed-top.collapsed.scrolled,
  nav.navbar.navbar-default,
  .shoppingCart.sidenav,
  input.button.print,
  p.details,
  footer.page-footer {
    display: none !important; }

  .section-container {
    padding-top: 2rem !important; }

  .order-totals p {
    margin: 0; }

  .eft-details > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
    .eft-details > div .flex-row:first-child {
      margin-right: 5px;
      border-bottom: none !important;
      border-right: #afafaf70 1px solid;
      padding-right: 10px; } }
@media (min-width: 1024px) {
  .toast-mask {
    position: absolute;
    top: 50px !important;
    z-index: 2000; } }
.blog-copy p {
  font-size: 1.1em;
  line-height: 1.6em;
  color: #606264; }
