@charset "UTF-8";
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
/* added a tag for change the curser in download */
a {
  cursor: pointer;
}
.list-unstyled {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.footnotes {
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 767px) {
  .footnotes {
    padding: 0 1em;
  }
}
.footnotes.no-symbol {
  padding-left: 0;
}
.footnotes ul {
  margin: 0;
  list-style: none !important;
  padding-left: 0;
  position: relative;
}
.footnotes ul li {
  margin-left: 0;
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  font-size: 14.22222px;
  color: #333e47;
}
@media (min-width: 1681px) {
  .footnotes ul li {
    font-size: 16px;
  }
}
.footnotes ul li .symbol {
  position: absolute;
  left: -0.45em;
}
.footnotes ul li .strong,
.footnotes ul li .symbol.strong {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}
.footnotes.only-asterisk ul li:before {
  content: "*";
  position: absolute;
  margin-left: -0.5em;
}
.footnotes li.move-left {
  margin-left: -0.3em;
}
.bullets {
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 767px) {
  .bullets {
    padding: 0 1em;
  }
}
.bullets .header {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #666;
}
.bullets ul {
  list-style: disc;
  color: #906;
  padding-left: 1.2em;
  text-transform: none;
  margin: 1em 0 0;
}
.bullets ul li span,
.bullets ul li strong {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  color: #333e47;
}
.bullets ul li .italic {
  font-style: italic;
}
.bullets ul .sub {
  list-style: none;
}
.bullets ul .sub li:before {
  content: "–";
  position: absolute;
  margin-left: -1.1em;
}
.bullets ul .sub li span,
.bullets ul .sub li strong {
  color: #333e47;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body.gray {
  background-color: #f4f6f7;
}
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;
  color: #906;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.no-touchevents a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
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%;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  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"] {
  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;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.ie9 img[src$=".svg"] {
  width: 100%;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  img[src$=".svg"] {
    width: 100%;
  }
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
html.noscroll,
html.noscroll #viewport,
html.noscroll body {
  overflow: hidden;
}
body {
  background: #fff;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
  color: #333e47;
}
@media (min-width: 1681px) {
  body {
    font-size: 20px;
  }
}
body.noJS .slider-banner {
  display: none;
}
body.noJS noscript .hero .hero-content .subh1 {
  position: relative;
  font-size: 2em;
  margin: 0.67em auto;
  text-align: center;
  font-size: 64px;
  color: #000;
  width: 100%;
  max-width: 860px;
  height: auto;
}
body.noJS noscript .hero .hero-content .subh1 .strong {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.noJS noscript .hero .hero-content .subh1 {
    font-size: 45px;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  body.noJS noscript .hero .hero-content .subh1 {
    font-size: 21px;
    max-width: 80%;
  }
}
body.error .speaker-program,
body.error .stay-informed,
body.search-results .speaker-program,
body.search-results .stay-informed,
body.sitemap .speaker-program,
body.sitemap .stay-informed {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
  font-weight: 400;
  margin: 0 0 20px;
}
h1 {
  font-size: 2.2em;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2em;
  }
}
h3 {
  font-size: 1.35em;
}
.clearfix:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
.content-wrapper {
  position: relative;
}
.copy-wrapper {
  text-align: center;
}
.copy-wrapper .strong {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}
.copy-wrapper.blurb {
  color: #666;
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .copy-wrapper.blurb {
    max-width: 100%;
  }
}
.copy-wrapper.footnote {
  color: #666;
  max-width: 60%;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .copy-wrapper.footnote {
    max-width: 100%;
  }
}
.layout-content-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  position: relative;
  z-index: 3;
}
.layout-content-header:after {
  clear: both;
  content: "";
  display: table;
}
.kern--reduce {
  letter-spacing: -5px;
}
@media (max-width: 767px) {
  .kern--reduce {
    letter-spacing: -2px;
  }
}
.main-section {
  text-align: left;
  padding: 0 15px;
  max-width: 1230px;
  margin: 0 auto;
}
.main-section h3 {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 21px;
  margin-top: 35px;
  text-align: center;
  color: #906;
}
@media (max-width: 1024px) {
  .main-section {
    max-width: 100%;
  }
}
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.6em;
}
.noscript #noscript-message {
  display: block;
  background-color: #fff;
  color: red;
  text-align: center;
  padding: 10px;
  margin: 10px;
}
.ampm {
  font-size: 70%;
  vertical-align: baseline;
}
.italic {
  font-family: Kanit, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-style: italic;
  font-weight: 400;
}
.italic-not-bold {
  font-style: italic;
}
.normal {
  font-weight: 200 !important;
}
input[type="button"],
input[type="search"],
input[type="submit"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
#body .dg.ac {
  z-index: 10000;
}
@media (max-width: 1024px) {
  input,
  input:focus,
  select,
  select:focus,
  textarea,
  textarea:focus {
    font-size: 16px !important;
  }
}
@keyframes pop-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.section-header {
  position: relative;
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  margin: 0 auto;
  text-align: center;
  font-size: 46.22222px;
  letter-spacing: -2px;
}
@media (min-width: 1681px) {
  .section-header {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .section-header {
    font-size: 26px;
  }
}
.section-header .content {
  padding: 44.44444px 0;
}
.section-header .strong {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #906;
  letter-spacing: 1px;
}
.section-header.gray {
  background-color: #f4f6f7;
}
.breakline {
  position: absolute;
  height: 50px;
  width: 100%;
  z-index: 10;
  bottom: -25px;
  display: none !important;
}
.breakline.gray {
  background-color: #f4f6f7;
}
.breakline.inactive {
  background-color: transparent;
}
.breakline .line {
  position: absolute;
  background-color: #cccfd1;
  height: 1px;
  top: 50%;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breakline .arrow {
  cursor: pointer;
  background-image: url(/assets/img/up-arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.breakline .arrow.gray {
  background-image: url(/assets/img/up-arrow_gray.png);
}
.breakline .arrow.inactive {
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.collapsable-header {
  min-height: 0;
}
.collapsable-content {
  padding: 44.44444px 0;
  display: block;
}
.collapsable-content.no-top-pad {
  padding-top: 0;
}
.collapsable-content.no-horiz-pad {
  padding-left: 0;
  padding-right: 0;
}
.collapsable-content.inactive {
  display: none;
}
@media (max-width: 1024px) {
  .collapsable-content {
    padding: 25px 0;
    overflow: hidden;
  }
  .collapsable-content.mobile-nopad {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}
.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: inline !important;
  }
}
.desktop-menu-container {
  z-index: 9999;
  background-image: url(/assets/img/nav_bar.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 75px;
}
.desktop-menu-container.error,
.desktop-menu-container.search-results,
.desktop-menu-container.sitemap {
  background-image: url(/assets/img/nav_bar-alt.png);
}
.desktop-menu-container.sticky {
  position: fixed;
  top: 0;
  left: 0;
}
.desktop-menu-container ul {
  max-width: 1440px;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1230px;
  list-style: none;
  padding: 0;
}
.desktop-menu-container ul:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 767px) {
  .desktop-menu-container ul {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.desktop-menu-container ul:after {
  clear: unset;
  content: unset;
  display: unset;
}
.desktop-menu-container ul li {
  float: left;
  line-height: 75px;
  position: relative;
  font-size: 16px;
}
@media (-ms-high-contrast: active), not all and (-ms-high-contrast: none) {
  .desktop-menu-container ul li {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 1681px) {
  .desktop-menu-container ul li {
    font-size: 18px;
  }
}
.desktop-menu-container ul li a {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
@media (-ms-high-contrast: active), not all and (-ms-high-contrast: none) {
  .desktop-menu-container ul li a {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}
.desktop-menu-container ul li a:not(.active):not(.no-effect):hover {
  color: #50afc4;
}
.desktop-menu-container ul li a.active {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  color: #50afc4;
}
.desktop-menu-container ul li a.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #906;
  content: "";
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  -ms-transform: translateY(25px);
  transform: translateY(25px);
}
.desktop-menu-container ul li a.active.animate:after {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 767px) {
  .desktop-menu-container ul li {
    display: none;
    max-width: 100px;
  }
  .desktop-menu-container ul li.active-on-mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .desktop-menu-container ul li {
    display: none;
    max-width: 100px;
  }
  .desktop-menu-container ul li.active-on-mobile {
    display: block;
  }
}
.desktop-menu-container.hover ul li.active:after {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.desktop-menu-container.hover ul li.hover-menu-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 6px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
@media (max-width: 1024px) {
  .desktop-menu-container {
    display: none;
  }
}
header #top_links,
header #top_links_mobile {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0 0.25em 0 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  header #top_links,
  header #top_links_mobile {
    position: relative;
    background-color: #333e47;
    padding: 0.5em 0;
    margin-right: unset;
  }
}
header #top_links_mobile ul,
header #top_links ul {
  list-style: none;
}
@media (max-width: 1024px) {
  header #top_links_mobile ul,
  header #top_links ul {
    padding: 0;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
  }
}
header #top_links_mobile ul li,
header #top_links ul li {
  display: inline-block;
}
@media (max-width: 1024px) {
  header #top_links_mobile ul li,
  header #top_links ul li {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: left;
  }
}
header #top_links_mobile ul li a,
header #top_links ul li a {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #906;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12.44444px;
}
@media (min-width: 1681px) {
  header #top_links_mobile ul li a,
  header #top_links ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  header #top_links_mobile ul li a,
  header #top_links ul li a {
    color: #fff;
    text-decoration: underline;
    font-size: 11px;
  }
}
header #top_links_mobile ul li a:hover,
header #top_links ul li a:hover {
  text-decoration: underline;
}
header #top_links_mobile ul li:not(:last-of-type),
header #top_links ul li:not(:last-of-type) {
  border-right: 2px solid #333e47;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  header #top_links_mobile ul li:not(:last-of-type),
  header #top_links ul li:not(:last-of-type) {
    border-right: unset;
    padding-right: 0;
  }
}
header #top_links_mobile ul li:not(:first-of-type),
header #top_links ul li:not(:first-of-type) {
  padding-left: 12px;
}
@media (max-width: 1024px) {
  header #top_links_mobile ul li:not(:first-of-type),
  header #top_links ul li:not(:first-of-type) {
    padding-left: 0;
  }
}
header #top_links {
  display: block;
}
@media (max-width: 1024px) {
  header #top_links {
    display: none;
  }
}
header #top_links_mobile {
  display: none;
}
@media (max-width: 1024px) {
  header #top_links_mobile {
    display: block;
  }
}
header .mega-menu .mega-menu-expander-container {
  position: relative;
  z-index: 11;
}
header .mega-menu .mega-menu-expander-container .mega-menu-expander {
  opacity: 0;
  display: none;
  position: absolute;
  width: 100%;
  background-color: #d0d1d0;
}
@media (max-width: 1024px) {
  header .mega-menu .mega-menu-expander-container .mega-menu-expander {
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
  }
}
header .mega-menu .mega-menu-expander-nav-container {
  padding: 10px 20px;
}
header .mega-menu .mega-menu-header-container {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
  max-height: 200px;
  display: block;
}
header .mega-menu .mega-menu-header-container.hidden {
  max-height: 0;
  display: none;
}
header .mega-menu .mega-menu-header-container .mega-menu-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
header .mega-menu .mega-menu-header-container .mega-menu-header:after {
  clear: both;
  content: "";
  display: table;
  content: none;
}
header .mega-menu .mega-menu-header-container .mega-menu-header .site-logo {
  margin-left: -0.25em;
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .site-logo:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .site-logo
  .svg-amzeeq-logo {
  width: 200.24px;
  height: auto;
  margin: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  header
    .mega-menu
    .mega-menu-header-container
    .mega-menu-header
    .site-logo
    .svg-amzeeq-logo {
    width: 129.36px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  header
    .mega-menu
    .mega-menu-header-container
    .mega-menu-header
    .site-logo
    .svg-amzeeq-logo {
    width: 107.8px;
    margin-top: 15px;
    top: 0;
    left: 0;
    position: absolute;
  }
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1025px) and (max-width: 1680px) {
  header
    .mega-menu
    .mega-menu-header-container
    .mega-menu-header
    .mobile-menu-button-container {
    display: none;
  }
}
@media (min-width: 1681px) {
  header
    .mega-menu
    .mega-menu-header-container
    .mega-menu-header
    .mobile-menu-button-container {
    display: none;
  }
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .hamburger-container {
  margin: 0.5em 1em 0;
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .hamburger-container
  p {
  text-align: center;
  margin: 0;
}
@media (max-width: 1024px) {
  header
    .mega-menu
    .mega-menu-header-container
    .mega-menu-header
    .mobile-menu-button-container
    .hamburger-container {
    z-index: 15;
  }
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  border: none;
  background: transparent;
  width: 50px;
  height: 50px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  overflow: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.3s;
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger:focus {
  outline: none;
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger
  span {
  display: block;
  position: absolute;
  top: 15px;
  left: 7px;
  right: 7px;
  height: 2px;
  background: #906;
  transition-delay: 0s, 0.3s;
  transition: background 0s 0.3s;
  font-size: 0;
  text-indent: -9999px;
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger
  span:after,
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger
  span:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #906;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger
  span:before {
  transition-property: top, transform;
  top: -10px;
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger
  span:after {
  transition-property: bottom, transform;
  bottom: -10px;
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger.active
  span {
  background: none;
  transition-delay: 0s;
  transition: background 0s;
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger.active
  span:before {
  top: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger.active
  span:after {
  bottom: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger.active
  span:after,
header
  .mega-menu
  .mega-menu-header-container
  .mega-menu-header
  .mobile-menu-button-container
  .mobile-menu-hamburger.active
  span:before {
  transition-delay: 0s, 0.3s;
}
@media (max-width: 767px) {
  header .mega-menu .mega-menu-header-container .mega-menu-header {
    display: block;
  }
}
header .mega-menu .mega-menu-header-container.mobileNavOpen {
  position: absolute;
  z-index: auto;
}
header .mega-menu .mega-menu-body-container {
  position: relative;
  background: #d0d1d0;
}
@media (min-width: 1025px) and (max-width: 1680px) {
  header .mega-menu .mega-menu-body-container {
    display: none;
  }
  header .mega-menu .mega-menu-body-container.show-desktop {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1680px) {
  header .mega-menu .mega-menu-body-container {
    height: 555px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .mega-menu .mega-menu-body-container.show-desktop {
    display: none;
  }
}
@media (max-width: 1024px) {
  header .mega-menu .mega-menu-body-container {
    background: transparent;
  }
  header .mega-menu .mega-menu-body-container.show-desktop {
    display: none;
  }
}
header .mega-menu .mega-menu-body-container .mega-menu-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  position: relative;
  z-index: 2;
}
header .mega-menu .mega-menu-body-container .mega-menu-body:after {
  clear: both;
  content: "";
  display: table;
}
header
  .mega-menu
  .mega-menu-body-container
  .mega-menu-body
  .navigation
  > ul
  > li {
  margin-right: 30px;
  margin-bottom: 13px;
  position: relative;
}
header
  .mega-menu
  .mega-menu-body-container
  .mega-menu-body
  .navigation
  > ul
  > li
  svg {
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  top: 0.2em;
  left: -1.2em;
}
header
  .mega-menu
  .mega-menu-body-container
  .mega-menu-body
  .navigation
  > ul
  > li
  > ul {
  margin-top: 8px;
}
header
  .mega-menu
  .mega-menu-body-container
  .mega-menu-body
  .navigation
  > ul
  > li
  > ul
  > li {
  margin-bottom: 5px;
}
header .mega-menu .mega-menu-body-container .mega-menu-body .navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  header
    .mega-menu
    .mega-menu-body-container
    .mega-menu-body
    .navigation
    > ul
    > li {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  header
    .mega-menu
    .mega-menu-body-container
    .mega-menu-body
    .navigation:not(.first-child) {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape) {
  header
    .mega-menu
    .mega-menu-body-container
    .mega-menu-body
    .navigation:not(.first-child) {
    margin-top: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1680px) {
  header .mega-menu .mega-menu-body-container .mega-menu-body {
    padding: 20px 30px 35px;
  }
  header .mega-menu .mega-menu-body-container .mega-menu-body .navigation {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  header
    .mega-menu
    .mega-menu-body-container
    .mega-menu-body
    .navigation:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1680px) {
  header .mega-menu .mega-menu-body-container .mega-menu-body,
  header .mega-menu .mega-menu-body-container .mega-menu-body .navigation {
    height: 100%;
  }
  header .mega-menu .mega-menu-body-container .mega-menu-body .navigation > ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
  }
  header
    .mega-menu
    .mega-menu-body-container
    .mega-menu-body
    .navigation
    > ul
    > li {
    width: 100%;
  }
  header .mega-menu .mega-menu-body-container .mega-menu-body .navigation ul {
    width: 220px;
  }
}
@media (min-width: 1025px) and (max-width: 1680px) {
  header .mega-menu .mega-menu-body-container .mega-menu-body .bubble {
    left: 111px;
    margin-top: 20px;
  }
  header .mega-menu .mega-menu-body-container .mega-menu-body .bubble .syringe {
    width: 480px;
    bottom: -130px;
    left: -60px;
  }
}
@media (max-width: 1024px) {
  header .mega-menu .mega-menu-body-container .mega-menu-body .bubble .syringe {
    bottom: -110px;
    left: -22px;
    width: 420px;
  }
}
@media (max-width: 1024px) {
  header .mega-menu .mega-menu-body-container .mega-menu-body {
    padding: 10px 0;
  }
  header .mega-menu .mega-menu-body-container .mega-menu-body .navigation {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    height: 100%;
    width: 100%;
  }
  header
    .mega-menu
    .mega-menu-body-container
    .mega-menu-body
    .navigation:last-child {
    margin-right: 0;
  }
  header .mega-menu .mega-menu-body-container .mega-menu-body .navigation a {
    text-transform: uppercase;
    text-decoration: none;
  }
  header .mega-menu .mega-menu-body-container .mega-menu-body .navigation > a {
    color: #1c1c1c;
    cursor: pointer;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  header .mega-menu .mega-menu-body-container .mega-menu-body .navigation > a {
    color: #fff;
  }
  header
    .mega-menu
    .mega-menu-body-container
    .mega-menu-body
    .navigation
    > a.active {
    color: #906;
  }
}
@media (max-width: 1024px) {
  header .mega-menu .mega-menu-body-container .mega-menu-body .navigation > ul {
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  header
    .mega-menu
    .mega-menu-body-container
    .mega-menu-body
    .navigation
    > ul
    > li {
    cursor: pointer;
  }
  header
    .mega-menu
    .mega-menu-body-container
    .mega-menu-body
    .navigation
    > ul
    > li
    > ul
    > li {
    display: none;
  }
  header .mega-menu .mega-menu-body-container .mega-menu-body .navigation ul {
    width: 100%;
  }
  header
    .mega-menu
    .mega-menu-body-container
    .mega-menu-body
    .navigation.open
    hr {
    display: block;
  }
  header
    .mega-menu
    .mega-menu-body-container
    .mega-menu-body
    .navigation.open
    > ul {
    height: auto;
  }
}
@media (max-width: 1024px) {
  header .mega-menu .mega-menu-body-container .mega-menu-body {
    text-align: center;
  }
}
footer {
  background-color: #fff;
  padding: 0;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.site-footer {
  background-color: #2f3a40;
  color: #fff;
  display: table;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
.site-footer .footer-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  position: relative;
  z-index: 2;
}
.site-footer .footer-inner:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1024px) {
  .site-footer .footer-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    display: block;
  }
}
.site-footer p {
  font-size: 14px;
  line-height: 1.5;
}
.site-footer p a {
  text-decoration: underline;
  color: #fff;
}
.site-footer .site-footer-links {
  font-size: 14px;
}
.site-footer .site-footer-links a {
  margin-left: 1rem;
  margin-right: 1rem;
  text-decoration: underline;
  color: #fff;
}
.site-footer .site-footer-links a:first-child {
  margin-left: 0;
}
.site-footer .site-footer-links a:last-child {
  margin-right: 0;
}
.site-footer .site-footer-logo {
  text-align: right;
}
@media (max-width: 767px) {
  .site-footer .site-footer-logo {
    text-align: center;
  }
}
.site-footer .site-footer-logo .svg-vyne-logo {
  width: 174.5px;
  height: auto;
}
@media (max-width: 767px) {
  .site-footer .site-footer-logo .svg-vyne-logo {
    width: 116.32px;
  }
}
.site-footer .site-footer-copy {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  height: 71px;
}
@media (max-width: 767px) {
  .site-footer .site-footer-copy {
    display: block;
    text-align: center;
    height: auto;
    margin-bottom: 2em;
  }
}
.site-footer .site-footer-copy .site-footer-links {
  margin-bottom: 1em;
  line-height: 22px;
  color: #999;
}
.site-footer .site-footer-copy .site-footer-links a {
  font-size: 12.44444px;
  line-height: 22px;
  color: #906;
  text-decoration: underline;
  margin: 0 15px;
}
.site-footer .site-footer-copy .site-footer-links a:hover {
  text-decoration: none;
}
.site-footer .site-footer-copy .site-footer-links a:first-of-type {
  margin-left: 0;
}
.site-footer .site-footer-copy .site-footer-links a:last-of-type {
  margin-right: 0;
}
@media (min-width: 1681px) {
  .site-footer .site-footer-copy .site-footer-links a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .site-footer .site-footer-copy .site-footer-links a {
    font-size: 7px;
    margin: 0 3px;
  }
}
.site-footer .site-footer-copy .site-footer-copyright {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #999;
  font-size: 10.66667px;
}
@media (min-width: 1681px) {
  .site-footer .site-footer-copy .site-footer-copyright {
    font-size: 12px;
  }
}
.sticky-footer-isi-container {
  position: fixed;
  z-index: 100000000;
  bottom: 0;
  width: 100%;
}
.sticky-footer-isi-container .sticky-footer-isi {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #333e47;
  width: 100%;
}
.sticky-footer-isi-container .sticky-footer-isi .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 45px;
}
.sticky-footer-isi-container .sticky-footer-isi .content:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1024px) {
  .sticky-footer-isi-container .sticky-footer-isi .content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.sticky-footer-isi-container .sticky-footer-isi .content .isi-body {
  margin: 0 150px;
}
@media (max-width: 767px) {
  .sticky-footer-isi-container .sticky-footer-isi .content .isi-body {
    margin: 0;
  }
}
.sticky-footer-isi-container .sticky-footer-isi .header {
  border-top: 4px solid #c1c5c7;
  width: 100%;
  padding: 1em 0 5px;
}
.sticky-footer-isi-container .sticky-footer-isi .header .header-title {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  font-size: 35.55556px;
  margin-left: 150px;
}
@media (min-width: 1681px) {
  .sticky-footer-isi-container .sticky-footer-isi .header .header-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sticky-footer-isi-container .sticky-footer-isi .header .header-title {
    font-size: 20px;
    max-width: 90%;
    margin-left: 0;
  }
}
.sticky-footer-isi-container .sticky-footer-isi .header .touch_of_minocycline {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 304.33333px;
  height: 27px;
  background-image: url(/assets/img/touch_of_minocycline.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .sticky-footer-isi-container
    .sticky-footer-isi
    .header
    .touch_of_minocycline {
    display: none;
  }
}
.sticky-footer-isi-container .sticky-footer-isi .header .isi-close-button {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.sticky-footer-isi-container .sticky-footer-isi .header .header-nav-mobile {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 0.9em;
  float: right;
}
@media (min-width: 768px) {
  .sticky-footer-isi-container .sticky-footer-isi .header .header-nav-mobile {
    display: none;
  }
}
.sticky-footer-isi-container .sticky-footer-isi .header .header-nav-mobile a {
  float: left;
  margin-left: 10px;
  color: #333e47;
  text-decoration: none;
  font-size: 2em;
  line-height: 0;
  top: 0.2em;
  position: relative;
}
.sticky-footer-isi-container
  .sticky-footer-isi
  .header
  .header-nav-mobile
  a:not(:first-of-type) {
  margin-left: 0;
}
.sticky-footer-isi-container
  .sticky-footer-isi
  .header
  .header-nav-mobile
  .isi-collapse-button {
  top: 0.35em;
  font-size: 1.3em;
  font-weight: 700;
  right: 1em;
}
.sticky-footer-isi-container
  .sticky-footer-isi
  .header
  .header-nav-mobile
  .minus-button {
  display: none;
  font-size: 1.3em;
}
@media (max-width: 767px) {
  .sticky-footer-isi-container .sticky-footer-isi .header .header-nav-mobile {
    position: absolute;
    right: 1em;
    top: 0.35em;
  }
}
.sticky-footer-isi-container .sticky-footer-isi .header .open-menu {
  display: none;
}
.sticky-footer-isi-container .sticky-footer-isi .header .closed-menu {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media (max-width: 767px) {
  .sticky-footer-isi-container .sticky-footer-isi .header .closed-menu {
    display: none;
  }
}
.sticky-footer-isi-container .sticky-footer-isi .header .closed-menu .btn {
  display: inline-block;
  cursor: pointer;
}
.sticky-footer-isi-container .sticky-footer-isi .header .closed-menu .btn img {
  width: 30px;
  height: 30px;
}
.sticky-footer-isi-container .sticky-footer-isi .header.active .plus-button {
  cursor: pointer;
  display: none;
}
.sticky-footer-isi-container .sticky-footer-isi .header.active .minus-button {
  cursor: pointer;
  display: inline;
}
.sticky-footer-isi-container .sticky-footer-isi .header.active .closed-menu {
  display: none;
}
.sticky-footer-isi-container .sticky-footer-isi .header.active .header-title {
  margin-left: 140px;
}
@media (max-width: 767px) {
  .sticky-footer-isi-container .sticky-footer-isi .header.active .header-title {
    margin-left: 0;
  }
}
.sticky-footer-isi-container .sticky-footer-isi .header.active .open-menu {
  width: 100%;
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media (max-width: 767px) {
  .sticky-footer-isi-container .sticky-footer-isi .header.active .open-menu {
    display: none;
  }
}
.sticky-footer-isi-container .sticky-footer-isi .body .content {
  padding-top: 4px;
  padding-bottom: 40px;
}
.sticky-footer-isi-container .sticky-footer-isi .body div.isi-row {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  width: 100%;
}
.sticky-footer-isi-container
  .sticky-footer-isi
  .body
  div.isi-row
  .isi-section-header {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  font-size: 1em;
  display: block;
  color: #50afc4;
  text-transform: uppercase;
}
.sticky-footer-isi-container .sticky-footer-isi .body h3 {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  margin-bottom: 15px;
}
.sticky-footer-isi-container .sticky-footer-isi .body h4 {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 1em;
  margin-bottom: 20px;
}
.footer-isi-banner .isi-footer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  position: relative;
  z-index: 2;
  padding-top: 44.44444px;
}
.footer-isi-banner .isi-footer:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1024px) {
  .footer-isi-banner .isi-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .footer-isi-banner .isi-footer {
    font-size: 0.85em;
    padding-top: 44.44444px;
  }
}
.footer-isi-banner .isi-footer h3 {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  margin-bottom: 20px;
  font-size: 35.55556px;
}
@media (min-width: 1681px) {
  .footer-isi-banner .isi-footer h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .footer-isi-banner .isi-footer h3 {
    font-size: 20px;
  }
}
.footer-isi-banner .isi-footer h4 {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
}
.footer-isi-banner .isi-footer a {
  color: #906;
  text-decoration: underline;
}
.footer-isi-banner .isi-footer a:hover {
  text-decoration: none;
}
.footer-isi-banner .isi-footer .isi-section-header {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  display: block;
  width: 100%;
  margin: 0;
  color: #50afc4;
  text-transform: uppercase;
}
.footer-isi-banner .isi-footer .small-version-only {
  display: none;
}
.footer-isi-banner .limitations-of-use,
.sticky-footer-isi-container .limitations-of-use {
  margin-top: 1em;
}
.footer-isi-banner div.isi-row,
.sticky-footer-isi-container div.isi-row {
  margin-bottom: 15px !important;
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  margin-bottom: 30px;
}
.footer-isi-banner div.isi-row .row-header,
.sticky-footer-isi-container div.isi-row .row-header {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #906;
}
.footer-isi-banner div.isi-row .warning div:not(:first-of-type),
.sticky-footer-isi-container div.isi-row .warning div:not(:first-of-type) {
  margin-top: 0.5em;
}
.footer-isi-banner div.isi-row .strong,
.sticky-footer-isi-container div.isi-row .strong {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}
.footer-isi-banner div.isi-row .italic,
.sticky-footer-isi-container div.isi-row .italic {
  font-style: italic;
}
@media (max-width: 767px) {
  .footer-isi-banner div.isi-row,
  .sticky-footer-isi-container div.isi-row {
    margin-bottom: 15px;
  }
}
.footer-isi-banner div.isi-row ul,
.sticky-footer-isi-container div.isi-row ul {
  margin: 0.5em 0 0;
  list-style: disc;
  color: #906;
  padding-left: 1.2em;
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}
.footer-isi-banner div.isi-row ul li span,
.sticky-footer-isi-container div.isi-row ul li span {
  color: #333e47;
}
.footer-isi-banner div.isi-row ol,
.sticky-footer-isi-container div.isi-row ol {
  margin: 0.5em 0 0;
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #333e47;
  padding-left: 1.2em;
}
.footer-isi-banner div.isi-row ol li span,
.sticky-footer-isi-container div.isi-row ol li span {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  color: #333e47;
}
#cookiebar {
  background-color: #f2f5f6;
  opacity: 0;
  padding: 0;
  max-height: 0;
}
#cookiebar #cookiebar-copy {
  color: #333e47;
  font-size: 16px;
  font-weight: 200;
  line-height: 19.2px;
  padding: 10px 40px 10px 10px;
}
#cookiebar #cookiebar-close {
  font-weight: 300;
  font-size: 38px;
  position: absolute;
  top: -4px;
  right: 10px;
  display: block;
  cursor: pointer;
  line-height: 1;
}
#cookiebar.cookiebar-active {
  opacity: 1;
  max-height: 150px;
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 100000001;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox .close-btn {
  cursor: pointer;
  position: absolute;
  font-size: 30px;
  padding: 20px 10px;
  top: -8px;
  right: -3px;
  line-height: 0;
}
.lightbox .offsite-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  max-height: 90%;
  overflow: hidden;
  overflow-y: auto;
  width: 90%;
  max-width: 900px;
  padding: 30px;
}
.lightbox .offsite-popup h2,
.lightbox .offsite-popup p {
  margin-bottom: 40px;
}
.lightbox .offsite-popup .continue-btn {
  margin-left: 10px;
}
#search_wrapper {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  right: 0;
  bottom: 0.75em;
  margin-right: 0.25em;
}
@media (max-width: 1024px) {
  #search_wrapper {
    display: none;
  }
}
#search_wrapper-mobile {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 2em;
}
#search_query,
#search_query-mobile {
  border: 1px solid #ccc;
  line-height: 30px;
  -ms-flex: 1;
  flex: 1;
  padding: 0 2em 0 0.5em;
  color: #95999c;
  min-width: 250px;
  background-image: linear-gradient(#f4f6f7, #fff);
}
#search_button,
#search_button-mobile {
  right: 10px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  background-color: #fff;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/assets/img/search_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
#search_results_wrapper {
  min-height: 300px;
}
#search_results_wrapper #search_results_header {
  font-size: 20px;
  font-weight: 700;
}
#search_results_wrapper #search_results {
  display: table;
}
#search_results_wrapper #search_results .row {
  display: table-row;
}
@media (max-width: 767px) {
  #search_results_wrapper #search_results .row {
    display: block;
  }
}
#search_results_wrapper #search_results .col {
  display: table-cell;
  padding: 20px;
}
#search_results_wrapper #search_results .col.title {
  white-space: nowrap;
}
@media (max-width: 767px) {
  #search_results_wrapper #search_results .col {
    display: block;
    padding: 0 0 1em;
  }
  #search_results_wrapper #search_results .col.blank,
  #search_results_wrapper #search_results .col.num {
    display: none;
  }
}
@media (max-width: 767px) {
  #search_results_wrapper #search_results {
    display: block;
  }
}
.hero {
  overflow: hidden;
  min-height: 577.77778px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/assets/img/hero_background.jpg);
  position: relative;
}
.hero:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 767px) {
  .hero {
    min-height: 325px;
  }
}
.hero .hero-container {
  position: absolute;
  width: 100%;
  max-width: 1230px;
  overflow: hidden;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .hero .hero-container {
    position: relative;
    max-width: 100%;
    overflow: unset;
  }
}
.hero .hero-container .hero-content .fingerprint {
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(/assets/img/fingerprint.png);
  height: 667px;
  width: 471px;
}
@media (max-width: 767px) {
  .hero .hero-container .hero-content .fingerprint {
    right: -2em;
    height: 333.5px;
    width: 235.5px;
  }
}
.hero .hero-container .hero-content .header-container {
  position: absolute;
  left: 0;
  top: 10em;
  width: 100%;
}
@media (min-width: 1681px) {
  .hero .hero-container .hero-content .header-container {
    top: 8em;
  }
}
@media (max-width: 767px) {
  .hero .hero-container .hero-content .header-container {
    top: 2em;
    -ms-transform: unset;
    transform: unset;
  }
}
.hero .hero-container .hero-content .header-container .red-box-container {
  padding: 0;
  height: auto;
  margin-bottom: 1em;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}
@media (max-width: 767px) {
  .hero .hero-container .hero-content .header-container .red-box-container {
    margin-bottom: 1em;
  }
}
.hero
  .hero-container
  .hero-content
  .header-container
  .red-box-container
  .red-box {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(/assets/img/red_box.jpg);
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  color: #fff;
  font-size: 18.39556px;
  line-height: 53.33333px;
  padding: 0 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 1681px) {
  .hero
    .hero-container
    .hero-content
    .header-container
    .red-box-container
    .red-box {
    line-height: 60px;
    font-size: 20.695px;
  }
}
@media (max-width: 767px) {
  .hero
    .hero-container
    .hero-content
    .header-container
    .red-box-container
    .red-box {
    line-height: 30px;
    font-size: 10.3475px;
  }
}
.hero .hero-container .hero-content .header-container h1 {
  padding-left: 0.3em;
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  font-size: 71.11111px;
  text-align: left;
  color: #fff;
  margin: 0;
  height: auto;
  text-shadow: 2px 4px 4px rgba(51, 62, 71, 0.3);
}
.hero .hero-container .hero-content .header-container h1 .strong {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}
@media (min-width: 1681px) {
  .hero .hero-container .hero-content .header-container h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero .hero-container .hero-content .header-container h1 {
    font-size: 40px;
    max-width: 100%;
    padding-left: 0.6em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero .hero-container .hero-content .header-container h1 {
    padding-left: 0.6em;
  }
}
.hero .hero-container .hero-content .hero-cta {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3em !important;
}
@media (max-width: 1024px) {
  .hero .hero-container .hero-content .hero-cta {
    display: none;
  }
}
.hero .hero-container .hero-content .hero-cta .learn-more-caret {
  width: 85.5px;
  height: auto;
  cursor: pointer;
}
.hero .hero-container .hero-content .hero-cta svg {
  cursor: pointer;
  width: 85.5px;
  height: 37.5px;
}
.ba-slider {
  position: relative;
  overflow: hidden;
  width: 479px;
  height: 710px;
}
@media (max-width: 767px) {
  .ba-slider {
    width: 100%;
    height: auto;
  }
}
.ba-slider img {
  width: 100%;
  display: block;
}
.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.handle {
  position: absolute;
  left: 50%;
  top: -61px;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: #fff;
  cursor: ew-resize;
}
@media (max-width: 767px) {
  .handle {
    top: -30px;
  }
}
.handle:after {
  position: absolute;
  top: 44%;
  left: -80px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/assets/img/efficacy/faces/fingerprint_slider.png);
  width: 165.5px;
  height: 100px;
  transition: all 0.3s ease;
  z-index: 3;
}
@media (max-width: 767px) {
  .handle:after {
    top: 42%;
  }
}
.handle.active:after {
  position: absolute;
  top: 44%;
  left: -80px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/assets/img/efficacy/faces/fingerprint_slider_drag.png);
  width: 165.5px;
  height: 100px;
  transition: all 0.3s ease;
  z-index: 3;
}
@media (max-width: 767px) {
  .handle.active:after {
    top: 42%;
  }
}
.img-comp-bluebar {
  background-image: url(/assets/img/efficacy/faces/bluebar_v2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 84px;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
}
.stay-informed {
  text-align: center;
  background-color: #333e47;
}
.stay-informed:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 767px) {
  .stay-informed {
    padding: 0 1em;
  }
}
.stay-informed .main-section {
  padding: 44.44444px 0;
}
.stay-informed .main-section h4 {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  color: #50afc4;
  font-size: 46.22222px;
  padding-top: 125px;
  margin: 0 auto;
}
@media (min-width: 1681px) {
  .stay-informed .main-section h4 {
    font-size: 52px;
  }
}
.stay-informed .main-section p {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  color: #fff;
}
.stay-informed .main-section .exposed {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.stay-informed .main-section .exposed h4 {
  padding-top: 0;
}
.stay-informed .main-section .exposed .cta-button {
  cursor: pointer;
  background-image: url(/assets/img/buttons/button_signup.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 337px;
  height: 66px;
  margin: 57px auto 0;
}
.stay-informed .main-section .exposed .cta-button.inactive {
  display: none;
}
.stay-informed .main-section .thankyou {
  display: none;
  text-align: center;
}
.stay-informed .main-section .thankyou h4 {
  padding-top: 0 !important;
}
.stay-informed .main-section .error {
  display: none;
  text-align: center;
}
.stay-informed .main-section .error h4 {
  padding-top: 200px;
}
.stay-informed .main-section .stay-informed-container {
  display: none;
  opacity: 0;
  height: 0;
  margin-top: 50px;
  text-align: center;
}
.stay-informed .main-section .stay-informed-container a {
  color: #50afc4;
}
.stay-informed .main-section .stay-informed-container.active {
  display: block;
  opacity: 1;
  height: 100%;
  transition: height opacity 3s ease-in 5s;
}
.stay-informed .main-section .stay-informed-container .disclaimer {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 10.66667px;
  word-wrap: break-word;
  color: #999;
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 1681px) {
  .stay-informed .main-section .stay-informed-container .disclaimer {
    font-size: 12px;
  }
}
.stay-informed .main-section .stay-informed-container button {
  background: none;
  background-image: url(/assets/img/buttons/button_submit.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 268.5px;
  height: 66px;
  margin-top: 50px;
  border: none;
}
.stay-informed .main-section .stay-informed-container #contact-form {
  margin: 0 auto;
}
.stay-informed .main-section .stay-informed-container #contact-form a {
  text-decoration: underline;
}
.stay-informed .main-section .stay-informed-container #contact-form a:hover {
  text-decoration: none;
}
.stay-informed .main-section .stay-informed-container #contact-form .columns {
  display: table;
  max-width: 690px;
  margin: 0 auto;
}
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 15px;
  width: 50%;
}
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  input,
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  select,
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  textarea {
  width: 100%;
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  background: transparent;
  color: #fff;
  padding: 1em;
  border: 1px solid #f4f6f7;
}
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  input:-ms-input-placeholder,
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  select:-ms-input-placeholder,
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  input::placeholder,
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  select::placeholder,
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  select
  option {
  background-color: #333e47;
}
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  input[type="checkbox"] {
  width: auto;
  line-height: normal;
  height: unset;
}
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  label {
  line-height: 1.2em;
  color: #fff;
}
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  label.sidebyside {
  display: table-cell;
  width: 100px;
}
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  label.sidebyside.smaller {
  font-size: 0.8em;
}
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  .row {
  display: block;
  margin-bottom: 1em;
}
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  .row
  select {
  display: block;
  margin: 5px 0;
}
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  .row.sidebyside {
  display: table;
  width: 100%;
  border-bottom: 1px solid #999;
}
.stay-informed
  .main-section
  .stay-informed-container
  #contact-form
  .columns
  .col
  .row.button-row {
  text-align: center;
}
@media (max-width: 767px) {
  .stay-informed
    .main-section
    .stay-informed-container
    #contact-form
    .columns
    .col {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .stay-informed .main-section .stay-informed-container #contact-form .columns {
    display: block;
  }
}
.speaker-program {
  text-align: center;
  background-color: #906;
}
.speaker-program:after {
  clear: both;
  content: "";
  display: table;
}
.speaker-program .main-section {
  padding: 1em;
}
.speaker-program .main-section img {
  display: block;
  margin: auto;
  text-align: center;
  width: 569px;
  height: 60px;
}
.speaker-program .main-section img.vupcs_desktop {
  display: block;
}
.speaker-program .main-section img.vupcs_mobile {
  display: none;
}
@media (max-width: 767px) {
  .speaker-program .main-section img {
    width: 285px;
    height: 60px;
  }
  .speaker-program .main-section img.vupcs_desktop {
    display: none;
  }
  .speaker-program .main-section img.vupcs_mobile {
    display: block;
  }
}

/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.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%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 59px;
  border: none;
  background: transparent;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: #4d4d4d;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 0;
}
.flickity-prev-next-button.next {
  right: 0;
}
.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 {
  filter: alpha(opacity=30);
  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: #fff;
}
.flickity-prev-next-button.no-svg {
  color: #fff;
  font-size: 26px;
}
.flickity-page-dots {
  width: 100%;
  padding: 0;
  margin: 10px 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: 20px;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 26px;
  height: 4px;
  margin: 0 8px;
  background: #fff;
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  background: #906;
  opacity: 1;
}
.page_home .section-header {
  max-width: unset;
}
.page_home .breakline {
  display: none;
}
.page_home .blurb {
  font-size: 23px;
}
.page_home .hero .hero-container .hero-cta {
  bottom: 2em !important;
}
.page_home .hero .hero-container .hero-content .fingerprint {
  background-image: url(/assets/img/home/fingerprint_home_v3.png);
}
.page_home .hero .hero-container .hero-content .fingerprint h1 {
  max-width: 700px;
}
.page_home .national_broadcast_event_banner {
  position: relative;
  width: 100%;
  background-color: #333e47;
}
.page_home .national_broadcast_event_banner:after {
  clear: both;
  content: "";
  display: table;
}
.page_home .national_broadcast_event_banner a {
  text-decoration: none;
}
.page_home .national_broadcast_event_banner .banner-container {
  max-width: 80%;
  margin: 0 auto;
  min-height: 500px;
  display: table;
}
.page_home .national_broadcast_event_banner .banner-container .col {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.page_home .national_broadcast_event_banner .banner-container .col.left {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  font-size: 40.88889px;
}
@media (min-width: 1681px) {
  .page_home .national_broadcast_event_banner .banner-container .col.left {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .page_home .national_broadcast_event_banner .banner-container .col.left {
    display: block;
    font-size: 23px;
  }
}
.page_home .national_broadcast_event_banner .banner-container .col.right {
  padding-left: 125px;
}
.page_home
  .national_broadcast_event_banner
  .banner-container
  .col.right
  .details
  .details-wrapper {
  display: table;
  margin: 0 auto;
}
.page_home
  .national_broadcast_event_banner
  .banner-container
  .col.right
  .details
  .datetime {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  margin: 0 auto;
  color: #c1c5c7;
  font-size: 37.33333px;
  text-align: center;
  border-bottom: 2px solid #c1c5c7;
}
@media (min-width: 1681px) {
  .page_home
    .national_broadcast_event_banner
    .banner-container
    .col.right
    .details
    .datetime {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .page_home
    .national_broadcast_event_banner
    .banner-container
    .col.right
    .details
    .datetime {
    font-size: 21px;
  }
}
.page_home .national_broadcast_event_banner .banner-container .col.right .hour {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  font-size: 41.33333px;
  white-space: nowrap;
}
@media (min-width: 1681px) {
  .page_home
    .national_broadcast_event_banner
    .banner-container
    .col.right
    .hour {
    font-size: 46.5px;
  }
}
@media (max-width: 767px) {
  .page_home
    .national_broadcast_event_banner
    .banner-container
    .col.right
    .hour {
    font-size: 23.25px;
  }
}
.page_home .national_broadcast_event_banner .banner-container .col.right .time {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 35.55556px;
}
@media (min-width: 1681px) {
  .page_home
    .national_broadcast_event_banner
    .banner-container
    .col.right
    .time {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .page_home
    .national_broadcast_event_banner
    .banner-container
    .col.right
    .time {
    font-size: 20px;
  }
}
.page_home
  .national_broadcast_event_banner
  .banner-container
  .col.right
  .time
  .smaller {
  font-size: 17.77778px;
}
@media (min-width: 1681px) {
  .page_home
    .national_broadcast_event_banner
    .banner-container
    .col.right
    .time
    .smaller {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .page_home
    .national_broadcast_event_banner
    .banner-container
    .col.right
    .time
    .smaller {
    font-size: 10px;
  }
}
.page_home
  .national_broadcast_event_banner
  .banner-container
  .col.right
  .time
  .teal {
  color: #50afc4;
}
@media (max-width: 767px) {
  .page_home .national_broadcast_event_banner .banner-container .col.right {
    display: block;
    padding-left: unset;
    margin-top: 90px;
  }
}
.page_home .national_broadcast_event_banner .banner-container .col.two {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  font-size: 120px;
  color: #50afc4;
  padding-right: 10px;
}
.page_home .national_broadcast_event_banner .banner-container .col .strong {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}
.page_home
  .national_broadcast_event_banner
  .banner-container
  .col
  .strong.teal {
  color: #50afc4;
}
.page_home .national_broadcast_event_banner .banner-container .register-here {
  text-align: center;
}
.page_home
  .national_broadcast_event_banner
  .banner-container
  .register-here
  img {
  cursor: pointer;
  height: 58.66667px;
  width: 380px;
}
@media (min-width: 1681px) {
  .page_home
    .national_broadcast_event_banner
    .banner-container
    .register-here
    img {
    height: 66px;
    width: 427.5px;
  }
}
@media (max-width: 767px) {
  .page_home
    .national_broadcast_event_banner
    .banner-container
    .register-here
    img {
    height: 33px;
    width: 213.75px;
  }
}
@media (max-width: 767px) {
  .page_home .national_broadcast_event_banner .banner-container {
    max-width: 100%;
    padding: 0 1em;
  }
}
@media (max-width: 767px) {
  .page_home .national_broadcast_event_banner {
    padding-top: 90px;
  }
}
.page_home .icons-container {
  display: block;
  padding: 0 0 100px;
}
.page_home .icons-container .icons-row {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_home .icons-container .icons-row .icon {
  position: relative;
  text-align: center;
  padding: 0 1em;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex: 1;
  flex: 1;
  margin-top: 3em;
  opacity: 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .page_home .icons-container .icons-row .icon {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
}
@media (max-width: 767px) {
  .page_home .icons-container .icons-row .icon {
    min-height: 400px;
  }
}
.page_home .icons-container .icons-row .icon img.fingerprint {
  width: 130.66667px;
  height: 185.33333px;
}
@media (max-width: 767px) {
  .page_home .icons-container .icons-row .icon img.fingerprint {
    width: 98px;
    height: 139px;
  }
}
.page_home .icons-container .icons-row .icon .title {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 21.33333px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (min-width: 1681px) {
  .page_home .icons-container .icons-row .icon .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .page_home .icons-container .icons-row .icon .title {
    font-size: 16px;
  }
}
.page_home .icons-container .icons-row .icon p {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  padding: 0 0.5em;
  min-height: 4em;
}
.page_home .icons-container .icons-row .icon img.learn-more {
  width: 268.5px;
  height: 66px;
}
@media (max-width: 767px) {
  .page_home .icons-container .icons-row .icon img.learn-more {
    width: 134.25px;
    height: 33px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.page_home .icons-container .icons-row .icon.animate {
  -webkit-animation: pop-in 0.5s;
  -moz-animation: pop-in 0.5s;
  -ms-animation: pop-in 0.5s;
}
.page_home .icons-container .icons-row .icon.animation-complete {
  opacity: 1;
}
.page_home .learn-more-section {
  background-color: #906;
  padding: 10px 0;
}
.page_home .learn-more-section .main-section {
  color: #fff;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .page_home .learn-more-section .main-section {
    display: block;
  }
}
.page_home .learn-more-section .main-section .learn-more-section-left {
  font-size: 18px;
  font-weight: 500;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page_home .learn-more-section .main-section .learn-more-section-left strong {
  font-weight: 700;
}
.page_home .learn-more-section .main-section .learn-more-section-right {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .page_home .learn-more-section .main-section .learn-more-section-right {
    padding-left: 0;
  }
}
.page_home .learn-more-section .main-section .learn-more-section-right img {
  width: 200px;
}
@media (max-width: 767px) {
  .page_home .learn-more-section .main-section .learn-more-section-right img {
    width: 150px;
  }
}
.content-max,
.hero .hero-container,
.isi-footer,
.main-section,
.mega-menu-header-container,
.section-header .content,
.sticky-footer-isi-container .sticky-footer-isi .body,
.sticky-footer-isi-container .sticky-footer-isi .header {
  max-width: 1200px !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.mega-menu-header-container .svg-amzeeq-logo {
  margin: 15px 0 !important;
}
.section-header .content {
  max-width: 1230px;
  padding: 17.777776px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-header .content {
    padding: 45px 1em;
    max-width: 100%;
  }
}
.desktop-menu-container {
  height: auto;
}
.desktop-menu-container ul {
  margin: 0 auto;
  padding: 15px;
}
.desktop-menu-container ul li {
  line-height: 1.3;
}
.desktop-menu-container ul li a.active:after {
  height: 5px;
  bottom: -15px !important;
}
.sticky-footer-isi-container .sticky-footer-isi {
  border-top: 4px solid #c1c5c7 !important;
}
.sticky-footer-isi-container .sticky-footer-isi .header {
  border-top: none !important;
}
.hero {
  min-height: 470px;
}
@media (max-width: 767px) {
  .hero {
    min-height: auto;
  }
}
.hero.sticky {
  margin-top: 50px;
}
.hero .hero-container {
  padding: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .hero .hero-container {
    padding-bottom: 3em;
  }
}
.hero .hero-container .hero-content {
  height: 100%;
}
.hero .hero-container .hero-content .header-container {
  position: relative;
  max-width: 60%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero .hero-container .hero-content .header-container {
    top: 1em;
  }
}
@media (max-width: 767px) {
  .hero .hero-container .hero-content .header-container {
    max-width: 100%;
    top: 1em;
  }
}
@media (min-width: 1025px) and (max-width: 1680px) {
  .hero .hero-container .hero-content .header-container {
    top: 2em;
  }
}
@media (min-width: 1681px) {
  .hero .hero-container .hero-content .header-container {
    top: 2em;
  }
}
.hero .hero-container .hero-content .header-container h1 {
  line-height: 1;
  padding: 0 !important;
  margin-left: 15px;
}
.hero .hero-container .hero-content .fingerprint {
  background-size: contain;
  background-position: 100% 0;
  max-height: 500px;
  width: 60%;
  height: 90%;
  right: 0;
  top: 1em;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero .hero-container .hero-content .fingerprint {
    top: 1em;
  }
}
@media (max-width: 767px) {
  .hero .hero-container .hero-content .fingerprint {
    position: relative;
    background-position: bottom;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    top: 1em;
  }
}
.page_about-amzeeq .hero .hero-container .hero-content .fingerprint {
  background-image: url(/assets/img/about/fingerprint_about.png);
}
.page_about-amzeeq .top-section {
  background-color: #f4f6f7;
}
.page_about-amzeeq .top-section:after {
  clear: both;
  content: "";
  display: table;
}
.page_about-amzeeq .top-section .copy-wrapper.blurb {
  margin-bottom: 80px;
}
@media (min-width: 1681px) {
  .page_about-amzeeq .top-section .copy-wrapper.blurb {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .page_about-amzeeq .top-section .copy-wrapper.blurb {
    margin-bottom: 45px;
  }
}
.page_about-amzeeq .black-header {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  position: relative;
  font-size: 32px;
  background-image: url(/assets/img/buttons/button_black-box.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 450px;
  height: 63.5px;
  color: #fff;
  line-height: 63.5px;
  margin: 0 auto 1em;
}
@media (min-width: 1681px) {
  .page_about-amzeeq .black-header {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .page_about-amzeeq .black-header {
    background-size: cover;
    max-width: 100%;
    height: 42.33333px;
    font-size: 18px;
    line-height: 42.33333px;
  }
}
.page_about-amzeeq .mst-header {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 21.33333px;
  text-align: center;
  margin: 50px 0;
  padding: 0;
}
@media (min-width: 1681px) {
  .page_about-amzeeq .mst-header {
    font-size: 24px;
  }
}
.page_about-amzeeq .icons-container {
  display: block;
}
.page_about-amzeeq .icons-container .row {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page_about-amzeeq .icons-container .row:not(:first-of-type) {
  margin-top: 170px;
}
@media (max-width: 1024px) {
  .page_about-amzeeq .icons-container .row:not(:first-of-type) {
    margin-top: unset;
  }
}
.page_about-amzeeq .icons-container .row .col {
  position: relative;
  min-width: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .page_about-amzeeq .icons-container .row .col:not(:first-of-type) {
    margin-top: 3em;
  }
}
.page_about-amzeeq .icons-container .row .col .illustration {
  margin-bottom: 60px;
}
.page_about-amzeeq .icons-container .row .col .illustration img {
  margin: 0 auto;
}
.page_about-amzeeq .icons-container .row .col .illustration img.molecule {
  width: 268.66667px;
  height: 161.66667px;
}
@media (max-width: 767px) {
  .page_about-amzeeq .icons-container .row .col .illustration img.molecule {
    width: 201.5px;
    height: 121.25px;
  }
}
.page_about-amzeeq .icons-container .row .col .illustration img.mountain {
  width: 218.33333px;
  height: 162.66667px;
}
@media (max-width: 767px) {
  .page_about-amzeeq .icons-container .row .col .illustration img.mountain {
    width: 163.75px;
    height: 122px;
  }
}
@media (max-width: 767px) {
  .page_about-amzeeq .icons-container .row .col .illustration {
    min-height: unset;
    margin-bottom: 45px;
  }
}
.page_about-amzeeq .icons-container .row .col .footnotes {
  max-width: 450px;
  padding-left: 0.5em;
  margin-top: 40px;
}
.page_about-amzeeq .icons-container .row .col .bullets {
  max-width: 450px;
}
@media (max-width: 767px) {
  .page_about-amzeeq .icons-container .row .col .bullets {
    padding: 0 0.5em;
  }
}
.page_about-amzeeq .icons-container .row .col .bullets ul {
  margin-top: unset;
}
.page_about-amzeeq .icons-container .row .col .bullets .italic {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-style: italic;
  font-weight: 200;
}
.page_about-amzeeq .icons-container .row .col .bullets .header {
  margin-top: 1em;
}
.page_about-amzeeq .icons-container .row .col .bullets .footnotes ul {
  padding-left: 0.5em;
}
.page_about-amzeeq .icons-container .row .col.left {
  -ms-flex-order: 1;
  order: 1;
}
.page_about-amzeeq .icons-container .row .col.right {
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 1024px) {
  .page_about-amzeeq .icons-container .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page_about-amzeeq .icons-container.top .col {
  opacity: 0;
}
.page_about-amzeeq .icons-container.top .col.animate {
  -webkit-animation: pop-in 0.5s;
  -moz-animation: pop-in 0.5s;
  -ms-animation: pop-in 0.5s;
}
.page_about-amzeeq .icons-container.top .col.animation-complete {
  opacity: 1;
}
.page_about-amzeeq .icons-container.bottom .bottom-paragraph {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  margin: 50px auto 0;
  text-align: center;
}
.page_about-amzeeq .antibiotic-resistance-section {
  background-color: #fff;
  padding: 20px 0;
}
.page_about-amzeeq .antibiotic-resistance-section .callouts {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page_about-amzeeq .antibiotic-resistance-section .callouts {
    display: block;
  }
}
.page_about-amzeeq .antibiotic-resistance-section .callouts .callout-left,
.page_about-amzeeq .antibiotic-resistance-section .callouts .callout-right {
  width: 50%;
  margin: 30px;
  padding: 30px;
  min-height: 250px;
  box-shadow: 0 1px 10px 3px #d3d3d3;
  position: relative;
}
.page_about-amzeeq
  .antibiotic-resistance-section
  .callouts
  .callout-left:before,
.page_about-amzeeq
  .antibiotic-resistance-section
  .callouts
  .callout-right:before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(/assets/img/about/maroon-bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 0;
}
@media (max-width: 767px) {
  .page_about-amzeeq .antibiotic-resistance-section .callouts .callout-left,
  .page_about-amzeeq .antibiotic-resistance-section .callouts .callout-right {
    width: 100%;
    margin: 0 0 60px;
  }
}
.page_about-amzeeq .antibiotic-resistance-section .callouts .callout-top {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #906;
  margin-bottom: 20px;
}
.page_about-amzeeq
  .antibiotic-resistance-section
  .callouts
  .callout-top
  .italic {
  font-weight: 700;
}
.page_about-amzeeq .antibiotic-resistance-section .callouts .callout-middle {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #50afc4;
  margin-bottom: 20px;
}
.page_about-amzeeq .antibiotic-resistance-section .callouts .callout-bottom {
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  color: #333e47;
}
.page_about-amzeeq .antibiotic-resistance-section p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.page_about-amzeeq .pill_hand-container {
  background-color: #f4f6f7;
  position: relative;
}
.page_about-amzeeq .pill_hand-container .pill_hand img {
  width: 100%;
  height: auto;
  max-width: 1230px;
  margin-top: 30px;
}
.page_efficacy .breakline {
  display: none;
}
.page_efficacy .hero .hero-container .hero-content .fingerprint {
  background-image: url(/assets/img/efficacy/fingerprint_efficacy.png);
}
.page_efficacy .chart-section-container {
  background-color: #f4f6f7;
}
.page_efficacy .chart-section-container:after {
  clear: both;
  content: "";
  display: table;
}
.page_efficacy .chart-section-container .chart-section .header {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 19.55556px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (min-width: 1681px) {
  .page_efficacy .chart-section-container .chart-section .header {
    font-size: 22px;
  }
}
.page_efficacy .chart-section-container .chart-section .data {
  margin: 0 auto;
  max-width: 798.5px;
}
@media (max-width: 1024px) {
  .page_efficacy .chart-section-container .chart-section .data {
    margin-left: unset;
  }
}
.page_efficacy .chart-section-container .chart-section .data ul {
  list-style: disc;
  color: #906;
}
.page_efficacy .chart-section-container .chart-section .data ul li span,
.page_efficacy .chart-section-container .chart-section .data ul li strong {
  color: #666;
}
.page_efficacy
  .chart-section-container
  .chart-section#pharmacokinetic_study-chart {
  position: relative;
  width: 100%;
}
.page_efficacy
  .chart-section-container
  .chart-section#pharmacokinetic_study-chart
  .chart-bottom {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  margin-top: 40px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .page_efficacy
    .chart-section-container
    .chart-section#pharmacokinetic_study-chart
    .chart-bottom {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.page_efficacy
  .chart-section-container
  .chart-section#pharmacokinetic_study-chart
  .bullets
  .bullets-header {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  color: #333e47;
  text-transform: none;
  margin-top: 1em;
}
.page_efficacy
  .chart-section-container
  .chart-section#pharmacokinetic_study-chart
  .bullets
  ul {
  margin-top: 0;
}
.page_efficacy
  .chart-section-container
  .chart-section#pharmacokinetic_study-chart
  .footnotes {
  margin-top: 50px;
}
.page_efficacy
  .chart-section-container
  .chart-section#pharmacokinetic_study-chart
  .disclaimer {
  margin: 0 auto;
  text-align: left;
}
.page_efficacy
  .chart-section-container
  .chart-section#pharmacokinetic_study-chart
  .disclaimer
  ul {
  list-style: none;
  padding-left: 0.8em;
  margin: 0;
}
.page_efficacy
  .chart-section-container
  .chart-section#pharmacokinetic_study-chart
  .disclaimer
  ul
  li {
  margin-left: 0;
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  font-size: 14.22222px;
}
.page_efficacy
  .chart-section-container
  .chart-section#pharmacokinetic_study-chart
  .disclaimer
  ul
  li:before {
  content: "*";
  position: absolute;
  margin-left: -0.5em;
}
@media (min-width: 1681px) {
  .page_efficacy
    .chart-section-container
    .chart-section#pharmacokinetic_study-chart
    .disclaimer
    ul
    li {
    font-size: 16px;
  }
}
.page_efficacy
  .chart-section-container
  .chart-section#pharmacokinetic_study-chart
  .header {
  text-align: left;
}
@media (max-width: 1024px) {
  .page_efficacy
    .chart-section-container
    .chart-section#pharmacokinetic_study-chart
    .header {
    text-align: center;
  }
}
.page_efficacy
  .chart-section-container
  .chart-section#pharmacokinetic_study-chart
  .chart {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}
.page_efficacy
  .chart-section-container
  .chart-section#pharmacokinetic_study-chart
  .chart
  img {
  width: 820px;
  height: 385.33333px;
  margin: 0 auto;
}
@media (min-width: 1681px) {
  .page_efficacy
    .chart-section-container
    .chart-section#pharmacokinetic_study-chart
    .chart
    img {
    width: 922.5px;
    height: 433.5px;
  }
}
@media (max-width: 1024px) {
  .page_efficacy
    .chart-section-container
    .chart-section#pharmacokinetic_study-chart
    .chart
    img {
    width: 90%;
    height: auto;
  }
}
.page_efficacy
  .chart-section-container
  .chart-section#pharmacokinetic_study-chart.active
  .chart
  .slider
  img {
  max-height: 356.5px;
  transition: max-height 0.5s ease-in;
}
.page_efficacy .chart-section-container .chart-section#chart1 {
  position: relative;
}
.page_efficacy .chart-section-container .chart-section#chart1 .chart {
  text-align: center;
}
.page_efficacy .chart-section-container .chart-section#chart1 .chart img {
  width: 888px;
  height: 420.5px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .page_efficacy .chart-section-container .chart-section#chart1 .chart img {
    width: 100%;
    height: auto;
  }
}
.page_efficacy .chart-section-container .chart-section#chart1 .chart .slider {
  position: absolute;
  left: 290px;
  top: 133px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .page_efficacy .chart-section-container .chart-section#chart1 .chart .slider {
    top: 163px;
    left: 16.5%;
    width: 79%;
  }
}
.page_efficacy
  .chart-section-container
  .chart-section#chart1
  .chart
  .slider
  img {
  width: 768px;
  height: 100%;
  max-height: 0;
}
.page_efficacy
  .chart-section-container
  .chart-section#chart1.active
  .chart
  .slider
  img {
  max-height: 249.5px;
  transition: max-height 0.5s ease-in;
}
@media (max-width: 1024px) {
  .page_efficacy
    .chart-section-container
    .chart-section#chart1.active
    .chart
    .slider
    img {
    width: 100%;
  }
}
.page_efficacy .chart-section-container .chart-section#chart2 {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .page_efficacy .chart-section-container .chart-section#chart2 {
    padding-top: 50px;
  }
}
.page_efficacy .chart-section-container .chart-section#chart2 .chart {
  text-align: center;
}
.page_efficacy .chart-section-container .chart-section#chart2 .chart img {
  width: 887px;
  height: 459px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .page_efficacy .chart-section-container .chart-section#chart2 .chart img {
    width: 100%;
    height: auto;
  }
}
.page_efficacy .chart-section-container .chart-section#chart2 .chart .slider {
  position: absolute;
  left: 291px;
  bottom: 135px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .page_efficacy .chart-section-container .chart-section#chart2 .chart .slider {
    bottom: 52px;
    left: 16.5%;
    width: 79%;
  }
}
.page_efficacy
  .chart-section-container
  .chart-section#chart2
  .chart
  .slider
  img {
  width: 767.5px;
  height: 100%;
  max-height: 0;
}
.page_efficacy
  .chart-section-container
  .chart-section#chart2.active
  .chart
  .slider
  img {
  max-height: 327px;
  transition: max-height 0.5s ease-in;
}
@media (max-width: 1024px) {
  .page_efficacy
    .chart-section-container
    .chart-section#chart2.active
    .chart
    .slider
    img {
    width: 100%;
  }
}
.page_efficacy .study-section {
  background-color: #fff;
}
.page_efficacy .study-section .chart-section {
  max-width: 1116px;
  margin: 0 auto;
}
.page_efficacy .study-section .chart-section:not(:first-of-type) {
  margin-top: 70px;
}
.page_efficacy .study-section .chart-section .header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .page_efficacy .study-section .chart-section {
    max-width: 100%;
  }
}
.page_efficacy .study-section .chart {
  position: relative;
  text-align: center;
}
.page_efficacy .study-section .chart img {
  margin: 0 auto;
  z-index: 1;
}
.page_efficacy .study-section .chart .slider {
  position: absolute;
  left: 8em;
  top: 0;
  z-index: 2;
}
@media (min-width: 1681px) {
  .page_efficacy .study-section .chart .slider {
    left: 6em;
  }
}
@media (max-width: 767px) {
  .page_efficacy .study-section .chart .slider {
    left: 0;
  }
}
.page_efficacy .study-section .chart .slider img {
  width: 1109.5px;
  height: 100%;
  max-width: 0;
}
.page_efficacy .study-section #study1 .chart img {
  width: 864.5px;
  height: 358.5px;
}
@media (max-width: 1024px) {
  .page_efficacy .study-section #study1 .chart img {
    width: 100%;
    height: auto;
  }
}
.page_efficacy .study-section #study1.active .chart .slider img {
  max-width: 864.5px;
  transition: max-width 0.5s ease-in;
}
.page_efficacy .study-section #study2 .chart img {
  width: 864.5px;
  height: 358.5px;
}
@media (max-width: 1024px) {
  .page_efficacy .study-section #study2 .chart img {
    width: 100%;
    height: auto;
  }
}
.page_efficacy .study-section #study2.active .chart .slider img {
  max-width: 864.5px;
  transition: max-width 0.5s ease-in;
}
.page_efficacy .study-section #study3 .chart img {
  width: 864.5px;
  height: 357.5px;
}
@media (max-width: 1024px) {
  .page_efficacy .study-section #study3 .chart img {
    width: 100%;
    height: auto;
  }
}
.page_efficacy .study-section #study3.active .chart .slider img {
  max-width: 1116px;
  transition: max-width 0.5s ease-in;
}
@media (max-width: 767px) {
  .page_efficacy .study-section {
    margin: 0 1em;
  }
}
.page_efficacy .faces-section {
  background-color: #f4f6f7;
}
.page_efficacy .faces-section:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1024px) {
  .page_efficacy .faces-section .main-section {
    max-width: 479px;
  }
}
.page_efficacy .faces-section .faces-header {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 19.55556px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (min-width: 1681px) {
  .page_efficacy .faces-section .faces-header {
    font-size: 22px;
  }
}
.page_efficacy .faces-section .faces-subheader {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #666;
  max-width: 1230px;
  padding: 0 4em;
  margin: 0 auto 50px;
}
.page_efficacy .faces-section .faces-subheader div {
  text-align: center;
}
.page_efficacy .faces-section .faces-subheader div.last {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  font-size: 14.22222px;
}
@media (min-width: 1681px) {
  .page_efficacy .faces-section .faces-subheader div.last {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page_efficacy .faces-section .faces-subheader div.last {
    font-size: 8px;
  }
}
@media (max-width: 1024px) {
  .page_efficacy .faces-section .faces-subheader {
    padding: 0 1em;
  }
}
.page_efficacy .faces-section .footnotes {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  font-size: 14.22222px;
  display: block;
  max-width: 500px;
  margin: 37.5px auto 0;
}
@media (min-width: 1681px) {
  .page_efficacy .faces-section .footnotes {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .page_efficacy .faces-section .footnotes {
    max-width: 90%;
  }
}
.page_efficacy .faces-section .footnotes ul li .symbol {
  left: -1.1em;
}
.page_efficacy .faces-section .faces-footer {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #666;
  max-width: 1230px;
  padding: 0 4em;
  margin: 100px auto 0;
}
.page_efficacy .faces-section .faces-footer div {
  text-align: center;
}
.page_efficacy .faces-section .faces-footer div.last {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  font-size: 14.22222px;
}
.page_efficacy .faces-section .faces-footer div.last li {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}
@media (min-width: 1681px) {
  .page_efficacy .faces-section .faces-footer div.last {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page_efficacy .faces-section .faces-footer div.last {
    font-size: 8px;
  }
}
@media (max-width: 1024px) {
  .page_efficacy .faces-section .faces-footer {
    padding: 0 1em;
    margin: 0 auto;
  }
}
.page_efficacy .faces-section .main-section {
  position: relative;
}
.page_efficacy .faces-section .main-section .instructions {
  position: absolute;
  text-transform: uppercase;
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  color: #999;
  font-size: 9.68px;
  bottom: 1em;
  right: 24%;
}
@media (min-width: 1681px) {
  .page_efficacy .faces-section .main-section .instructions {
    font-size: 10.89px;
  }
}
@media (max-width: 1024px) {
  .page_efficacy .faces-section .main-section .instructions {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.page_efficacy .faces-section .faces-slider {
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .page_efficacy .faces-section .faces-slider {
    min-height: 400px;
  }
  .page_efficacy .faces-section .faces-slider .flickity-viewport {
    min-height: 570px;
    max-width: 100%;
  }
}
.page_efficacy .faces-section .faces-slider .flickity-page-dots {
  bottom: -3em;
}
@media (max-width: 1024px) {
  .page_efficacy .faces-section .faces-slider .flickity-page-dots {
    bottom: -2em;
  }
}
.page_efficacy .faces-section .faces-slider .flickity-prev-next-button.no-svg {
  color: #666;
  font-size: 23.11111px;
}
.page_efficacy .faces-section .faces-slider .flickity-page-dots .dot {
  border-radius: 1em;
  height: 12px;
  width: 12px;
  background-color: #666;
}
.page_efficacy
  .faces-section
  .faces-slider
  .flickity-page-dots
  .dot.is-selected {
  background: #50afc4;
}
.page_efficacy .faces-section .faces-slider .flickity-prev-next-button {
  border-radius: 0.25em;
  width: 112px;
  height: 204px;
}
.page_efficacy .faces-section .faces-slider .flickity-prev-next-button .arrow {
  fill: #000;
}
.page_efficacy .faces-section .faces-slider .flickity-prev-next-button.next {
  right: -7.25em;
}
@media (max-width: 1024px) {
  .page_efficacy .faces-section .faces-slider .flickity-prev-next-button.next {
    right: -1em;
  }
}
.page_efficacy
  .faces-section
  .faces-slider
  .flickity-prev-next-button.previous {
  left: -7.25em;
}
@media (max-width: 1024px) {
  .page_efficacy
    .faces-section
    .faces-slider
    .flickity-prev-next-button.previous {
    left: -1em;
  }
}
.page_efficacy .faces-section .faces-slider .flickity-prev-next-button:hover {
  background-color: #999;
  opacity: 0.25;
}
.page_efficacy
  .faces-section
  .faces-slider
  .flickity-prev-next-button:hover
  .arrow {
  fill: #fff;
  opacity: 1;
}
@media (max-width: 1024px) {
  .page_efficacy .faces-section .faces-slider .flickity-prev-next-button {
    top: unset;
    bottom: -5em;
  }
}
.page_efficacy .faces-section .faces-slider .carousel-cell {
  position: relative;
  min-width: 1200px;
}
@media (max-width: 1024px) {
  .page_efficacy .faces-section .faces-slider .carousel-cell {
    min-width: unset;
  }
  .page_efficacy
    .faces-section
    .faces-slider
    .carousel-cell:not(:first-of-type) {
    margin-top: 2em;
  }
}
.page_efficacy .faces-section .faces-slider .carousel-cell .cell-content {
  display: table;
  width: 100%;
}
@media (max-width: 1024px) {
  .page_efficacy .faces-section .faces-slider .carousel-cell .cell-content {
    display: block;
  }
}
.page_efficacy .faces-section .faces-slider .carousel-cell .cell-content .left {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  width: 50%;
  padding-left: 4em;
}
.page_efficacy
  .faces-section
  .faces-slider
  .carousel-cell
  .cell-content
  .left
  img {
  width: 430.5px;
  height: 311px;
}
@media (max-width: 1024px) {
  .page_efficacy
    .faces-section
    .faces-slider
    .carousel-cell
    .cell-content
    .left {
    display: none;
  }
}
.page_efficacy .faces-section .faces-slider .carousel-cell .cell-content .row {
  display: block;
}
.page_efficacy
  .faces-section
  .faces-slider
  .carousel-cell
  .cell-content
  .row.bottom {
  padding-top: 40px;
}
.page_efficacy
  .faces-section
  .faces-slider
  .carousel-cell
  .cell-content
  .label {
  font-family: Kanit, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-style: italic;
  font-weight: 400;
  font-size: 17.6px;
  text-align: left;
  text-transform: uppercase;
  color: #666;
}
@media (min-width: 1681px) {
  .page_efficacy
    .faces-section
    .faces-slider
    .carousel-cell
    .cell-content
    .label {
    font-size: 19.8px;
  }
}
.page_efficacy
  .faces-section
  .faces-slider
  .carousel-cell
  .cell-content
  .label
  span {
  text-transform: none;
}
.page_efficacy
  .faces-section
  .faces-slider
  .carousel-cell
  .cell-content
  .right {
  position: relative;
  overflow: visible;
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 50%;
}
@media (max-width: 1024px) {
  .page_efficacy
    .faces-section
    .faces-slider
    .carousel-cell
    .cell-content
    .right {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.page_efficacy .trial-section .trial-header {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page_efficacy .trial-section .trial-header {
    margin: 0 1em;
  }
}
.page_efficacy .trial-section .data-container {
  display: block;
  text-align: center;
}
.page_efficacy .trial-section .data-container .data {
  max-width: 1039.5px;
  text-align: left;
  margin: 0 auto;
}
.page_efficacy .trial-section .data-container .data.bottom {
  padding: 0 2em;
}
@media (max-width: 1024px) {
  .page_efficacy .trial-section .data-container .data.bottom {
    padding: 0 1em;
  }
}
@media (max-width: 1024px) {
  .page_efficacy .trial-section .data-container .data {
    max-width: unset;
  }
}
.page_efficacy .trial-section .data-container .footnotes {
  margin-top: 40px;
}
.page_efficacy .trial-section .data-container .img-container {
  max-width: 75%;
  margin: 80px auto;
}
.page_efficacy .trial-section .data-container .img-container .img-row {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_efficacy .trial-section .data-container .img-container .img-row .img {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  .page_efficacy
    .trial-section
    .data-container
    .img-container
    .img-row
    .img:nth-child(n + 3) {
    margin-top: 3em;
  }
}
.page_efficacy
  .trial-section
  .data-container
  .img-container
  .img-row
  .img
  img.patient {
  width: 147px;
  height: 222px;
}
@media (max-width: 767px) {
  .page_efficacy
    .trial-section
    .data-container
    .img-container
    .img-row
    .img
    img.patient {
    width: 98px;
    height: 148px;
  }
}
.page_efficacy
  .trial-section
  .data-container
  .img-container
  .img-row
  .img
  img.year {
  width: 144px;
  height: 265.5px;
}
@media (max-width: 767px) {
  .page_efficacy
    .trial-section
    .data-container
    .img-container
    .img-row
    .img
    img.year {
    width: 96px;
    height: 177px;
  }
}
.page_efficacy
  .trial-section
  .data-container
  .img-container
  .img-row
  .img
  img.week12 {
  width: 198.5px;
  height: 265px;
}
@media (max-width: 767px) {
  .page_efficacy
    .trial-section
    .data-container
    .img-container
    .img-row
    .img
    img.week12 {
    width: 132.33333px;
    height: 176.66667px;
  }
}
.page_efficacy
  .trial-section
  .data-container
  .img-container
  .img-row
  .img
  img.week40 {
  width: 144.5px;
  height: 261px;
}
@media (max-width: 767px) {
  .page_efficacy
    .trial-section
    .data-container
    .img-container
    .img-row
    .img
    img.week40 {
    width: 96.33333px;
    height: 174px;
  }
}
.page_efficacy .trial-section .data-container .subhead {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 19.55556px;
  text-transform: uppercase;
}
.page_efficacy .trial-section .data-container .subhead:not(:first-of-type) {
  margin-top: 1em;
}
@media (min-width: 1681px) {
  .page_efficacy .trial-section .data-container .subhead {
    font-size: 22px;
  }
}
.page_safety .hero .hero-container .hero-content .fingerprint {
  background-image: url(/assets/img/safety/fingerprint_safety.png);
}
.page_safety .chart-section-container {
  background-color: #f4f6f7;
}
.page_safety .chart-section-container:after {
  clear: both;
  content: "";
  display: table;
}
.page_safety .chart-section-container.white-bg {
  background-color: #fff;
}
.page_safety .chart-section-container .chart-section {
  margin-bottom: 50px;
}
.page_safety .chart-section-container .chart-section .header {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 19.55556px;
  margin: 50px auto;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1681px) {
  .page_safety .chart-section-container .chart-section .header {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .page_safety .chart-section-container .chart-section .header {
    font-size: 19.55556px;
  }
}
.page_safety .chart-section-container .chart-section .data {
  margin-left: 4.2em;
  max-width: 798.5px;
}
.page_safety .chart-section-container .chart-section .data ul {
  list-style: disc;
  color: #906;
}
.page_safety .chart-section-container .chart-section .data ul li span,
.page_safety .chart-section-container .chart-section .data ul li strong {
  color: #666;
}
.page_safety .chart-section-container .chart-section#adverse_events-chart {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.page_safety
  .chart-section-container
  .chart-section#adverse_events-chart
  .chart-wrapper {
  max-width: 929.5px;
  margin: 0 auto;
}
.page_safety
  .chart-section-container
  .chart-section#adverse_events-chart
  .chart-wrapper
  .chart {
  text-align: center;
}
.page_safety
  .chart-section-container
  .chart-section#adverse_events-chart
  .chart-wrapper
  .chart
  img {
  width: 932px;
}
@media (max-width: 1024px) {
  .page_safety
    .chart-section-container
    .chart-section#adverse_events-chart
    .chart-wrapper
    .chart
    img {
    width: 90%;
    height: auto;
  }
}
.page_safety
  .chart-section-container
  .chart-section#adverse_events-chart
  .chart-wrapper
  .bullets.isc
  .header {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  margin: 1em 0 0;
  text-align: left;
}
.page_safety
  .chart-section-container
  .chart-section#adverse_events-chart
  .chart-wrapper
  .bullets.isc
  ul {
  margin-top: 0;
}
.page_safety .chart-section-container .chart-section#symptoms-chart {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper {
  max-width: 1108px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper {
    max-width: 100%;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .footnotes {
  max-width: 900px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper
    .footnotes {
    padding: 0 1em;
    max-width: 100%;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-legend {
  width: 381.5px;
  height: 22px;
  background-image: url(/assets/img/safety/symptoms_chart-legend.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 75px auto;
}
@media (max-width: 767px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper
    .chart-legend {
    width: 254.33333px;
    height: 14.66667px;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row {
  display: table;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper
    .chart-row {
    display: block;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row:not(:first-of-type) {
  margin-top: 75px;
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row
  img {
  width: 932px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper
    .chart-row
    img {
    width: 90%;
    height: auto;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row
  img.desktop-img {
  display: block;
}
@media (max-width: 767px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper
    .chart-row
    img.desktop-img {
    display: none;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row
  img.mobile-img {
  display: none;
}
@media (max-width: 767px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper
    .chart-row
    img.mobile-img {
    display: block;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row
  .chart {
  display: table-cell;
  opacity: 0;
}
@media (max-width: 767px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper
    .chart-row
    .chart {
    display: block;
    text-align: center;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row
  .chart:not(:first-of-type) {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper
    .chart-row
    .chart:not(:first-of-type) {
    padding-left: unset;
    padding-top: 2em;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row
  .chart.erythema
  img {
  width: 300px;
  height: 318px;
}
@media (max-width: 767px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper
    .chart-row
    .chart.erythema
    img {
    width: 240px;
    height: 254.4px;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row
  .chart.skin-peeling
  img {
  width: 318px;
  height: 318px;
}
@media (max-width: 767px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper
    .chart-row
    .chart.skin-peeling
    img {
    width: 254.4px;
    height: 254.4px;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row
  .chart.itching
  img {
  width: 319px;
  height: 336.5px;
}
@media (max-width: 767px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper
    .chart-row
    .chart.itching
    img {
    width: 255.2px;
    height: 269.2px;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row
  .chart.dryness
  img {
  width: 347.5px;
  height: 312px;
}
@media (max-width: 767px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper
    .chart-row
    .chart.dryness
    img {
    width: 278px;
    height: 249.6px;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row
  .chart.hyperpigmentation
  img {
  width: 354.5px;
  height: 328.5px;
}
@media (max-width: 767px) {
  .page_safety
    .chart-section-container
    .chart-section#symptoms-chart
    .chart-wrapper
    .chart-row
    .chart.hyperpigmentation
    img {
    width: 283.6px;
    height: 262.8px;
  }
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row
  .chart.animate {
  -webkit-animation: pop-in 0.5s;
  -moz-animation: pop-in 0.5s;
  -ms-animation: pop-in 0.5s;
}
.page_safety
  .chart-section-container
  .chart-section#symptoms-chart
  .chart-wrapper
  .chart-row
  .chart.animation-complete {
  opacity: 1;
}
.page_dosing .hero .hero-container .hero-content .fingerprint {
  background-image: url(/assets/img/dosing/fingerprint_dosing.png);
}
.page_dosing .section-container:after {
  clear: both;
  content: "";
  display: table;
}
.page_dosing .section-container.gray {
  background-color: #f4f6f7;
}
.page_dosing .copy-wrapper.headline p {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 19.55556px;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.page_dosing .copy-wrapper.headline p:first-of-type {
  text-transform: none;
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
}
@media (min-width: 1681px) {
  .page_dosing .copy-wrapper.headline p {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .page_dosing .copy-wrapper.headline {
    padding: 0 1em;
  }
}
.page_dosing .foam-container {
  background-color: #f4f6f7;
}
.page_dosing .foam-container:after {
  clear: both;
  content: "";
  display: table;
}
.page_dosing .foam-container .product-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  min-height: 754px;
  max-width: 80%;
}
@media (max-width: 1024px) {
  .page_dosing .foam-container .product-wrapper {
    max-width: 100%;
    width: 100%;
    margin-bottom: unset;
    min-height: 377px;
  }
}
.page_dosing .foam-container .product-wrapper .bottle-wrapper {
  position: absolute;
  top: 50%;
  left: 15%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .page_dosing .foam-container .product-wrapper .bottle-wrapper {
    top: unset;
    left: unset;
    -ms-transform: unset;
    transform: unset;
    position: relative;
    text-align: center;
    margin-top: 2em;
  }
}
.page_dosing .foam-container .product-wrapper .bottle-wrapper img {
  width: auto;
  height: 683.5px;
}
@media (max-width: 1024px) {
  .page_dosing .foam-container .product-wrapper .bottle-wrapper img {
    margin-left: 80px;
    height: 341.75px;
  }
}
.page_dosing .foam-container .product-wrapper .rxpad-wrapper {
  position: absolute;
  top: 50%;
  right: 15%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .page_dosing .foam-container .product-wrapper .rxpad-wrapper {
    top: unset;
    right: unset;
    -ms-transform: unset;
    transform: unset;
    position: relative;
    text-align: center;
  }
}
.page_dosing .foam-container .product-wrapper .rxpad-wrapper img {
  width: 447px;
  height: 321px;
}
@media (max-width: 1024px) {
  .page_dosing .foam-container .product-wrapper .rxpad-wrapper img {
    margin: 0 auto;
    width: 223.5px;
    height: 160.5px;
  }
}
.page_dosing .steps-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0;
}
.page_dosing .steps-container .footnotes {
  margin-top: 50px;
}
.page_dosing .steps-container .copy-wrapper.headline {
  margin-bottom: 80px;
}
.page_dosing .steps-container .row {
  width: 100%;
  display: table;
  position: relative;
  opacity: 0;
}
.page_dosing .steps-container .row.animate {
  -webkit-animation: pop-in 0.5s;
  -moz-animation: pop-in 0.5s;
  -ms-animation: pop-in 0.5s;
}
.page_dosing .steps-container .row.animation-complete {
  opacity: 1;
}
@media (max-width: 767px) {
  .page_dosing .steps-container .row {
    display: block;
  }
}
.page_dosing .steps-container .row:not(:first-of-type) {
  margin-top: 2em;
}
.page_dosing .steps-container .row .col {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page_dosing .steps-container .row .col {
    display: block;
  }
}
.page_dosing .steps-container .row .col.left {
  text-align: center;
  min-width: 144.5px;
  padding-right: 1em;
}
@media (max-width: 767px) {
  .page_dosing .steps-container .row .col.left {
    position: absolute;
    padding: 0;
    top: 0;
    left: 1em;
    min-width: unset;
    z-index: 2;
  }
}
.page_dosing .steps-container .row .col.middle {
  position: relative;
  padding: 1em;
  width: 1230px;
}
.page_dosing .steps-container .row .col.middle .content .title {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 32px;
}
@media (min-width: 1681px) {
  .page_dosing .steps-container .row .col.middle .content .title {
    font-size: 36px;
  }
}
.page_dosing .steps-container .row .col.middle .content p {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  padding: 0;
  margin: 0;
}
.page_dosing .steps-container .row .col.middle .content ul {
  list-style: disc;
  color: #906;
}
.page_dosing .steps-container .row .col.middle .content ul li span,
.page_dosing .steps-container .row .col.middle .content ul li strong {
  color: #333e47;
}
.page_dosing .steps-container .row .col.middle .content ul li {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
}
@media (max-width: 767px) {
  .page_dosing .steps-container .row .col.middle {
    padding-top: 7em;
    width: 100%;
  }
}
.page_dosing .steps-container .row .col.right {
  text-align: center;
  min-width: 244.5px;
  padding-left: 1em;
}
.page_dosing .steps-container .row .col.right img {
  width: 242.5px;
  height: 242.5px;
}
@media (max-width: 767px) {
  .page_dosing .steps-container .row .col.right img {
    width: 121.25px;
    height: 121.25px;
  }
}
@media (max-width: 767px) {
  .page_dosing .steps-container .row .col.right {
    position: absolute;
    padding: 0;
    top: 0;
    right: 1em;
    min-width: unset;
    z-index: 2;
  }
}
.page_dosing .steps-container .row.shake .left img {
  width: 113.2px;
  height: 156px;
}
@media (max-width: 767px) {
  .page_dosing .steps-container .row.shake .left img {
    width: 70.75px;
    height: 97.5px;
  }
}
.page_dosing .steps-container .row.dispense .left img {
  width: 112.4px;
  height: 152.4px;
}
@media (max-width: 767px) {
  .page_dosing .steps-container .row.dispense .left img {
    width: 70.25px;
    height: 95.25px;
  }
}
.page_dosing .steps-container .row.apply .left img {
  width: 114.4px;
  height: 153.2px;
}
@media (max-width: 767px) {
  .page_dosing .steps-container .row.apply .left img {
    width: 71.5px;
    height: 95.75px;
  }
}
.page_dosing .steps-container .row.wait .left img {
  width: 115.6px;
  height: 153.6px;
}
@media (max-width: 767px) {
  .page_dosing .steps-container .row.wait .left img {
    width: 72.25px;
    height: 96px;
  }
}
.page_dosing .considerations-wrapper {
  display: table;
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .page_dosing .considerations-wrapper {
    display: block;
  }
}
.page_dosing .considerations-wrapper .col {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  display: table-cell;
  width: 33.33333%;
  text-align: center;
  padding: 0 1em;
  vertical-align: top;
  opacity: 0;
}
.page_dosing .considerations-wrapper .col .strong {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .page_dosing .considerations-wrapper .col {
    display: block;
    width: 100%;
  }
}
.page_dosing .considerations-wrapper .col img {
  width: 242.5px;
  height: 242.5px;
}
@media (max-width: 767px) {
  .page_dosing .considerations-wrapper .col .copy {
    width: 100%;
  }
}
.page_dosing .considerations-wrapper .col.animate {
  -webkit-animation: pop-in 0.5s;
  -moz-animation: pop-in 0.5s;
  -ms-animation: pop-in 0.5s;
}
.page_dosing .considerations-wrapper .col.animation-complete {
  opacity: 1;
}
.page_patient-experience .hero .hero-container .hero-content .fingerprint {
  background-image: url(/assets/img/patient-experience/fingerprint_pe.png);
}
.page_patient-experience .data-container {
  background-color: #f4f6f7;
}
.page_patient-experience .data-container:after {
  clear: both;
  content: "";
  display: table;
}
.page_patient-experience .data-container .copy-wrapper {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 19.55556px;
  padding-bottom: 75px;
}
@media (min-width: 1681px) {
  .page_patient-experience .data-container .copy-wrapper {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .page_patient-experience .data-container .copy-wrapper {
    font-size: 11px;
    padding-bottom: 2em;
  }
}
.page_patient-experience .data-container .data-table {
  display: table;
}
@media (max-width: 1024px) {
  .page_patient-experience .data-container .data-table {
    display: block;
  }
}
.page_patient-experience .data-container .data-table .col {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .page_patient-experience .data-container .data-table .col {
    display: block;
    padding-right: unset;
  }
}
.page_patient-experience .data-container .data-table .col:not(:first-of-type) {
  padding-right: 0;
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .page_patient-experience
    .data-container
    .data-table
    .col:not(:first-of-type) {
    padding: 0;
  }
}
.page_patient-experience .data-container .data-table .col.woman {
  width: 616px;
  height: 720.5px;
  overflow: hidden;
}
.page_patient-experience .data-container .data-table .col.woman .woman-image {
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/patient-experience/girl_with_foam.png);
  background-size: cover;
  background-repeat: no-repeat;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  background-position: 100px;
}
.page_patient-experience
  .data-container
  .data-table
  .col.woman
  .woman-image.zoom {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition: 1.2s;
  background-position: 100px;
}
.page_patient-experience
  .data-container
  .data-table
  .col.woman
  .woman-image.unzoom {
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 1.2s;
  background-position: 50%;
}
.page_patient-experience
  .data-container
  .data-table
  .col.woman
  .woman-image
  .image-footer {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 5px;
  bottom: 5px;
}
.page_patient-experience
  .data-container
  .data-table
  .col.woman
  img.support-image {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .page_patient-experience
    .data-container
    .data-table
    .col.woman
    img.support-image {
    display: block;
  }
}
@media (max-width: 1024px) {
  .page_patient-experience .data-container .data-table .col.woman {
    width: unset;
    height: unset;
  }
}
.page_patient-experience .data-container .data-table .col img.chart-image {
  width: 572.5px;
  height: 480px;
}
@media (max-width: 1024px) {
  .page_patient-experience .data-container .data-table .col img.chart-image {
    margin-top: 50px;
    width: 100%;
    height: auto;
  }
}
.page_patient-experience .data-container .data-table .col .footnotes {
  margin-top: 1em;
}
.page_patient-resources .hero .hero-container .hero-content .fingerprint {
  background-image: url(/assets/img/patient-resources/fingerprint_pr.png);
}
.page_patient-resources .footnotes .mt-20 {
  margin-top: 10px;
}
.page_patient-resources .copy-wrapper {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  margin: 50px auto;
}
@media (max-width: 767px) {
  .page_patient-resources .copy-wrapper {
    margin: 50px 1em;
  }
}
.page_patient-resources .copy-wrapper:first-of-type {
  margin-bottom: 75px;
}
.page_patient-resources .copy-wrapper.strong {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 19.55556px;
  text-transform: uppercase;
}
@media (min-width: 1681px) {
  .page_patient-resources .copy-wrapper.strong {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .page_patient-resources .copy-wrapper.strong {
    font-size: 11px;
  }
}
.page_patient-resources .video-section {
  margin: 0 auto;
}
.page_patient-resources .video-section video {
  cursor: pointer;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .page_patient-resources .video-section video {
    cursor: default;
  }
}
.page_patient-resources .downloads-section {
  margin-top: 50px;
}
.page_patient-resources .downloads-section .downloads {
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page_patient-resources .downloads-section .downloads {
    display: block;
  }
}
.page_patient-resources .downloads-section .downloads .col {
  display: table-cell;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
}
@media (max-width: 767px) {
  .page_patient-resources .downloads-section .downloads .col {
    display: block;
  }
}
.page_patient-resources .downloads-section .downloads .col img {
  width: auto;
  height: 297px;
}
@media (max-width: 1024px) {
  .page_patient-resources .downloads-section .downloads .col img {
    width: auto;
    height: 198px;
  }
}
.page_patient-resources
  .downloads-section
  .downloads
  .col.instructions-for-use {
  padding-left: 177px;
}
@media (max-width: 767px) {
  .page_patient-resources
    .downloads-section
    .downloads
    .col.instructions-for-use {
    padding-left: unset;
    padding-top: 50px;
  }
}
.page_patient-resources
  .downloads-section
  .downloads
  .col.instructions-for-use
  img {
  width: 231px;
  height: 297px;
}
@media (max-width: 1024px) {
  .page_patient-resources
    .downloads-section
    .downloads
    .col.instructions-for-use
    img {
    width: 154px;
    height: 198px;
  }
}
.page_patient-resources .downloads-section .downloads .col .title {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 21.33333px;
  margin-bottom: 40px;
  margin-top: 70px;
}
@media (min-width: 1681px) {
  .page_patient-resources .downloads-section .downloads .col .title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .page_patient-resources .downloads-section .downloads .col .title {
    font-size: 12px;
  }
}
.page_patient-resources .downloads-section .downloads .col .download-button {
  background-image: url(/assets/img/buttons/button_download.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 256.5px;
  height: 66px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page_patient-resources .downloads-section .downloads .col .download-button {
    width: 171px;
    height: 44px;
  }
}
.page_patient-resources .downloads-section .downloads .col.animate {
  -webkit-animation: pop-in 0.5s;
  -moz-animation: pop-in 0.5s;
  -ms-animation: pop-in 0.5s;
}
.page_patient-resources .downloads-section .downloads .col.animation-complete {
  opacity: 1;
}
.page_patient-resources .copay-section {
  background-color: #f4f6f7;
}
.page_patient-resources .copay-section:after {
  clear: both;
  content: "";
  display: table;
}

.copay__button {
  border: none;
  background-color: transparent;
}
.page_patient-resources .copay-section .copay-table {
  display: table;
}
@media (max-width: 1024px) {
  .page_patient-resources .copay-section .copay-table {
    display: block;
  }
}
.page_patient-resources .copay-section .copay-table .col {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .page_patient-resources .copay-section .copay-table .col {
    display: block;
  }
}
.page_patient-resources .copay-section .copay-table .col:first-child img {
  width: 585.5px;
  height: 344.5px;
}
@media (max-width: 1024px) {
  .page_patient-resources .copay-section .copay-table .col:first-child img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .page_patient-resources .copay-section .copay-table .col:first-child {
    margin-bottom: 1em;
  }
}
.page_patient-resources .copay-section .copay-table .col .content {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  margin-bottom: 2em;
}
.page_patient-resources .copay-section .copay-table .col .content.strong {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}
.page_patient-resources .copay-section .copay-table .col .content a {
  color: #50afc4;
  text-decoration: underline;
}
.page_patient-resources .copay-section .copay-table .col .content a:hover {
  text-decoration: none;
}
.page_patient-resources .copay-section .copay-table .col .copay-button {
  width: 337px;
  height: 66px;
  background-image: url(/assets/img/buttons/button_get-copay-card.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1.75em auto 2em;
}
@media (max-width: 1024px) {
  .page_patient-resources .copay-section .copay-table .col .copay-button {
    width: 224.66667px;
    height: 44px;
    margin: 2em auto;
  }
}
ul.sitemap-links {
  padding: 0;
  list-style: none;
}
ul.sitemap-links li a {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #906;
  font-size: 19.55556px;
  text-decoration: underline;
}
ul.sitemap-links li a:hover {
  text-decoration: none;
}
@media (min-width: 1681px) {
  ul.sitemap-links li a {
    font-size: 22px;
  }
}
.alt-content-container {
  background-color: #f4f6f7;
  padding: 165px 0 80px;
  min-height: 900px;
}
.alt-content-container:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 767px) {
  .alt-content-container {
    padding: 82.5px 0 45px;
  }
}
.alt-content-container .links-table {
  display: table;
}
.alt-content-container .links-table .col {
  display: table-cell;
}
.alt-content-container .links-table .col:not(:first-of-type) {
  padding-left: 239px;
}
@media (max-width: 767px) {
  .alt-content-container .links-table .col:not(:first-of-type) {
    padding-left: unset;
  }
}
.alt-content-container .links-table .col ul {
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .alt-content-container .links-table .col ul {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .alt-content-container .links-table .col {
    display: block;
  }
}
.alt-headline {
  margin-bottom: 50px;
  border-bottom: 1px solid #999;
}
.alt-headline h1 {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  font-size: 53.33333px;
}
@media (min-width: 1681px) {
  .alt-headline h1 {
    font-size: 60px;
  }
}
.learn-more-btn {
  margin-top: 14px;
}
