@charset "UTF-8";
/* source-sans-pro-200 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/source-sans-pro-v12-latin-200.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"), url("../fonts/source-sans-pro-v12-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v12-latin-200.woff2") format("woff2"), url("../fonts/source-sans-pro-v12-latin-200.woff") format("woff"), url("../fonts/source-sans-pro-v12-latin-200.ttf") format("truetype"), url("../fonts/source-sans-pro-v12-latin-200.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-pro-v12-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../fonts/source-sans-pro-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v12-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro-v12-latin-300.woff") format("woff"), url("../fonts/source-sans-pro-v12-latin-300.ttf") format("truetype"), url("../fonts/source-sans-pro-v12-latin-300.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../fonts/source-sans-pro-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v12-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v12-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v12-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v12-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
html, body {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-size: 1.4rem !important;
  overflow-y: scroll;
  overflow-x: hidden;
}

html body {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
}

header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.2;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.btn {
  border: 0 none;
}
.btn-goup-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-primary {
  background-color: #c00525;
  color: #fff;
}
.btn-primary:hover {
  opacity: 0.9;
}
.btn-secondary {
  background-color: #fff;
  color: #3373a8;
}
.btn-secondary:hover {
  opacity: 0.9;
}

.font-astral {
  color: #3373a8 !important;
}
.font-white {
  color: #fff;
}
.font-white a {
  color: #fff;
}
.font-white a:hover {
  color: #fff;
  opacity: 0.85;
}
.font-typewriter {
  font-family: "Lucida Sans Typewriter", "American Typewriter", monospace;
}

.prescription-text {
  line-height: 1;
  font-size: 13px;
  position: absolute;
  top: 39px;
  left: 59px;
}
@media (min-width: 580px) {
  .prescription-text {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .prescription-text {
    font-size: 10px;
    top: 26px;
    left: 49px;
  }
}
@media (min-width: 992px) {
  .prescription-text {
    font-size: 14px;
    top: 31px;
    left: 49px;
  }
}
@media (min-width: 1200px) {
  .prescription-text {
    font-size: 17px;
    top: 38px;
    left: 60px;
  }
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}

img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}

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

.img-partner {
  width: auto;
  height: auto;
  max-height: 95px;
  margin: 0 auto;
}

.artromot-product {
  max-height: 380px;
  text-align: right;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table td, table th, table li {
  padding: 0.25em 0.5em;
  font-size: 1.2rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  table td, table th, table li {
    font-size: 1.5rem;
  }
}
@media (min-width: 999px) {
  table td, table th, table li {
    font-size: 1.8rem;
  }
}

table tbody td {
  background-color: #EDEFF6;
  border-bottom: 1px solid #fff;
}
table tbody td:not(:first-child), table tbody td:not(:last-child) {
  border-right: 1px solid #fff;
}

table thead th {
  background-color: #6F9CC4;
  color: #fff;
}
table thead th:not(:first-child), table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

table ul, table li {
  margin-bottom: 0;
}

footer * {
  font-size: 1rem;
}

footer a {
  color: rgba(0, 0, 0, 0.8);
}

.hero {
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hero-artro {
    width: 50%;
    height: auto;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 1220px) {
  .hero-artro {
    display: none;
  }
}
.hero .container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
@media (min-width: 768px) {
  .hero .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hero .container-wrap {
  max-width: 1180px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .hero .container-wrap {
    padding-top: 8vw;
  }
}
.hero img {
  -o-object-fit: cover;
  object-fit: cover;
}
.hero p {
  font-size: 1.8rem;
}

p, ul, li, strong {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  p, ul, li, strong {
    font-size: 1.6rem;
  }
}

h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 999px) {
  h1 {
    font-size: 5rem;
  }
}

h2, .display-2 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h2, .display-2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 999px) {
  h2, .display-2 {
    font-size: 3.5rem;
  }
}

h3, .display-3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h3, .display-3 {
    font-size: 2rem;
  }
}
@media (min-width: 999px) {
  h3, .display-3 {
    font-size: 2.25rem;
  }
}

h4, .display-4 {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  h4, .display-4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 999px) {
  h4, .display-4 {
    font-size: 1.8rem;
  }
}

ul {
  padding-left: 1em;
  list-style: none;
}
ul li::before {
  content: "•";
  color: #3b72a7;
  font-weight: bold;
  display: inline-block;
  width: 0.5em;
  margin-left: -0.5em;
  font-size: 3rem;
  line-height: 0;
  position: relative;
  top: 4px;
}

li {
  margin-bottom: 0.25em;
}

.badge {
  background-color: #c00525;
  display: inline-block;
  color: #fff !important;
  padding: 0.1em 0.25em 0;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfdaea+0,ffffff+100 */
  background: #cfdaea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cfdaea 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cfdaea 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cfdaea 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cfdaea", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.card-header {
  background-color: #2a80b1;
  color: #fff;
  padding: 0.75rem 1.25rem;
}
.card-body {
  padding: 0.75rem 1.25rem;
}

.section-cta {
  background-color: #3b72a7;
}
.section-grey {
  background-color: #cfdaea;
}
.section-grey-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfdaea+0,ffffff+100 */
  background: #cfdaea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cfdaea 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cfdaea 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cfdaea 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cfdaea", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.section-grey-medium {
  background-color: rgba(0, 0, 0, 0.15);
}

/*# sourceMappingURL=style.css.map */
