* {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
}

body {
  padding-top: 88px;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999999999;
  background: white;
}
header .austedo-logo {
  width: 100%;
  max-width: 120px;
}
header .teva-logo {
  max-width: 100px;
  width: 100%;
}

.home header {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.home .flex.video {
  margin-top: 0px; /*removed for equal video spacing*/
  flex-direction: column;
}
.home .hero {
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}
.home .blue-title {
  text-align: center;
}
.home .blue-main {
  font-size: 20px;
  font-weight: bold;
}
.home .purple {
  font-size: 18px !important;
}
.home .blog .ref a {
  color: #4295d1;
}
.home .blog sup {
  font-size: 8px !important;
}
.home .blog .eyebrow {
  margin-bottom: 0px;
}
.home .blog .title {
  margin-bottom: 8px;
  font-size: 25px;
}
.home .blog .title sup {
  font-size: 14px !important;
}
.home .blog .subtitle {
  font-size: 16px !important;
  margin-bottom: 0;
}
.home .blog .show-more,
.home .blog .show-less {
  margin-top: 10px;
  width: 100px;
}
.home .blog small {
  font-size: 12px;
  line-height: 1.3 !important;
  display: block !important;
}
.home .blog small sup {
  font-size: 12px !important;
  position: relative;
  top: 3px;
}
.home .blog .video .vid-text {
  font-size: 12px;
}

.hero {
  text-align: left;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.hero .purple-section {
  height: 150px;
  width: 100%;
  background: url('/archive/img/header_bg.png');
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero h1 {
  color: #6d3075;
  margin-bottom: 0;
  font-weight: 100;
  font-size: 30px;
}

.home .purple-section {
  height: 100px;
  margin-top: 20px;
}
.home wrapper h1 {
  color: #6d3075;
  margin-bottom: 0;
  font-weight: 100;
  font-size: 30px;
}
#toggle-menu {
  background: #6d3075;
  cursor: pointer;
  padding: 10px;
  color: white;
  text-align: center;
  text-decoration: none;
}
#toggle-menu.active {
  color: #6d3075;
}

nav {
  /* opacity: .3; */
  width: 100%;
  max-width: 1000px;
  position: sticky;
  top: 88px !important;
  /* margin-top: 4px; */
  display: flex;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  color: white;
  z-index: 999999999;
}
nav a {
  cursor: pointer;
  padding: 10px;
  color: white;
  text-decoration: none;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
nav a.active {
  background: white !important;
}
nav a:nth-child(1) {
  background: #62b4e4;
  /* outline: 2px solid #62b4e4; */
}
nav a:nth-child(1).active {
  color: #62b4e4;
}
nav a:nth-child(2) {
  background: #4295d1;
  /* outline: 2px solid #4295d1; */
}
nav a:nth-child(2).active {
  color: #4295d1;
}
nav a:nth-child(3) {
  background: #2476b3;
  /* outline: 2px solid #2476b3; */
}
nav a:nth-child(3).active {
  color: #2476b3;
}
nav a:nth-child(4) {
  background: #6d3075;
  /* outline: 2px solid #6d3075; */
}
nav a:nth-child(4).active {
  color: #6d3075;
}
@media screen and (max-width: 1157px) {
  nav a {
    padding: 6px;
    font-size: 11px;
  }
}
@media screen and (max-width: 593px) {
  nav a {
    padding: 10px;
    font-size: 14px;
  }
}
p sup,
sup {
  font-size: 12px !important;
}

.push-left {
  margin-left: 20px;
}

.flex {
  display: flex;
}
.flex .flex-1 {
  flex: 1;
}

main {
  display: flex;
  position: relative;
}
main .blue-main {
  color: #4295d1;
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
}
main .blue-title {
  margin: 20px auto;
}
main .sidebar {
  min-width: 350px;
  max-width: 350px;
  padding-left: 50px;
  padding-top: 25px;
  padding-right: 20px;
  background: lightgrey;
}
main .sidebar a {
  text-decoration: none;
  cursor: pointer;
}
main .sidebar .flex {
  margin-top: 5px;
}
main .sidebar strong {
  color: #5a5a5a;
}
main .sidebar img {
  width: 70px;
  margin-right: 5px;
  align-self: flex-start;
}
@media screen and (max-width: 1005px) {
  main .sidebar img {
    align-self: center !important;
  }
}
main .sidebar .eyebrow {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}
main .eyebrow-margin {
  margin-top: 20px;
}
main .eyebrow-spacing {
  margin-top: 80px;
}

wrapper {
  border-left: 1px solid purple;
}

.content {
  position: relative;
  width: 100%;
  padding: 0 0px 0px 50px;
  padding-right: 50px;
}
@media screen and (max-width: 500px) {
  .content {
    padding: 0 20px 0 20px;
  }
}

.title {
  color: #6d3075;
  font-size: 30px;
  font-weight: 500;
}

.title sup,
.blue-title sup,
.subtitle sup,
.purple sup,
.q sup,
.a sup {
  font-size: 12px;
}

p {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.2;
}

.home .blog .flex-1:first-child {
  max-width: 100%;
  flex: 1;
}
.home .blog .border-blue {
  margin-left: 0;
}
.home .blog .vid-text {
  font-size: 14px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 30px;
}
.hide-border {
  border-color: transparent !important;
}
.blog {
  display: flex;
  color: #5a5a5a;
}
.blog .flex {
  display: flex;
}
.blog .flex-column {
  display: flex;
  flex-direction: column;
}
.blog .flex-column.video {
  flex-direction: column !important;
}
.blog .video.flex {
  justify-content: center;
  text-align: center;
}
.blog .video.flex .flex-1 {
  max-width: 300px;
}
.blog .video.flex .flex-1:first-child {
  margin-right: 20px;
}
.blog .flex-1 {
  flex: 1;
}
.blog .flex-1:first-child {
  max-width: 300px;
}
.blog .eyebrow {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.blog .subtitle {
  font-weight: bold;
  margin-top: 20px;
  font-size: 19px;
  margin-bottom: 6px;
}
.blog .show-more,
.blog .show-less {
  cursor: pointer;
  margin-top: 20px;
}

.border-blue {
  border-top: 2px solid #4295d1;
  margin-left: 20px;
  padding: 20px 0;
}

.continued-content {
  display: none;
  word-wrap: break-word;
}
.continued-content img {
  margin: 20px auto;
  width: 100%;
  display: block;
}
.continued-content ul {
  color: #6d3075;
}
.continued-content b {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
.continued-content b.blue {
  color: #4295d1;
  font-size: 22px;
  margin-bottom: 6px;
}
.continued-content .video-width {
  text-align: center;
  max-width: 100% !important;
}

.expert-commentary {
  display: flex;
  color: #5a5a5a;
}
.expert-commentary p {
  margin-bottom: 8px;
}
.expert-commentary .title {
  margin-bottom: 10px;
  width: 70%;
}
.expert-commentary .last {
  margin-left: 50px;
  max-width: 300px;
}
.expert-commentary .text {
  max-width: 100% !important;
}
.expert-commentary .doctor {
  color: #4295d1;
  font-weight: 600;
  font-size: 24px;
}
.expert-commentary .banner {
  width: 100%;
  margin-bottom: 10px;
}
.expert-commentary .border-blue {
  padding: 10px 0 20px 0 !important;
}
.expert-commentary .q {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}
.expert-commentary .q span {
  font-weight: bold;
  color: #6d3075;
  margin-right: 4px;
}
.expert-commentary .a {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
}
.expert-commentary .a span {
  font-weight: bold;
  color: #4295d1;
  margin-right: 4px;
}
.featured-container {
  float: right;
  width: 250px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.featured-img {
  width: 100%;
}

.isi-top {
  background: white;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  height: auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  cursor: pointer;
  text-decoration: none;
  z-index: 9999999999;
}
.isi-top h3 {
  margin-top: 0;
}
.isi-top .isi-arrow {
  position: absolute;
  right: 100px;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  width: 25px;
  top: 0;
}

.isi-full,
.isi-top {
  color: #666666;
  padding: 20px 0;
}
.isi-full h3,
.isi-full strong,
.isi-full b,
.isi-top h3,
.isi-top strong,
.isi-top b {
  color: #6d3075;
  font-weight: bold;
}
.isi-full b,
.isi-top b {
  font-weight: bold;
}
.isi-full a,
.isi-full a:visited,
.isi-full a a:focus,
.isi-top a,
.isi-top a:visited,
.isi-top a a:focus {
  color: #4295d1;
}

.show-less {
  display: none;
}

.indent {
  text-indent: 30px;
  font-size: 14px;
}

@media screen and (max-width: 1170px) {
  .featured-container {
    width: 150px;
  }
}
@media screen and (max-width: 1160px) {
  .featured-container {
    width: 125px;
  }
  main {
    flex-direction: column-reverse;
    flex: auto;
    height: auto;
    width: 100%;
  }

  main .sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 2px solid #4295d1;
    text-align: left;
    padding: 20px;
    margin: 0 0 20px 0;
    max-width: 100%;
    min-width: 100%;
  }
  main .sidebar .eyebrow {
    margin-bottom: 0px;
  }
  main .sidebar .eyebrow p {
    font-size: 14px;
  }
  main .sidebar img {
    width: 100%;
    max-width: 150px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    justify-content: center;
    margin: 0 auto;
  }

  main .eyebrow-margin {
    margin-top: 20px;
  }
  main .eyebrow-spacing {
    margin-top: 45px;
  }

  main .sidebar .flex {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 835px) {
  .expert-commentary .banner {
    width: 100%;
  }
}

@media screen and (max-width: 501px) {
  nav a {
    font-size: 7px;
  }
}
@media screen and (max-width: 945px) {
  nav a {
    font-size: 10px;
  }
  .featured-container {
    width: 100px;
  }
}
@media screen and (max-width: 800px) {
  .featured-img {
    margin-bottom: 7px;
  }

  .video .flex-1,
  .flex-column.video .flex-1 {
    max-width: 100% !important;
  }
  .video .flex-1:first-child,
  .flex-column.video .flex-1:first-child {
    margin-right: 0;
  }

  .isi-top {
    font-size: 10px;
  }

  .blog {
    position: relative;
  }

  .flex,
  .blog {
    margin-top: 0;
    flex-direction: column;
  }
  .flex .flex-1:first-child,
  .blog .flex-1:first-child {
    width: 100%;
    max-width: 100%;
  }
  .flex .flex-1 .featured-img,
  .blog .flex-1 .featured-img {
    display: block;
    width: 100%;
  }

  .border-blue {
    margin: 0;
    padding: 20px 0 !important;
  }

  .expert-commentary {
    flex-direction: column-reverse;
  }
  .expert-commentary .last {
    margin-left: 0;
    max-width: 100%;
  }
  .expert-commentary .text {
    padding: 20px 0;
  }
}
.purple {
  color: #6d3075;
  font-weight: bold;
  margin-top: 20px;
}

.ref {
  text-align: justify;
  font-size: 12px;
}
.ref a {
  word-break: break-all;
}
.ref b {
  display: inline;
}

#toggle-menu {
  position: sticky;
  top: 124px;
  display: none;
  z-index: 9999999;
}

@media screen and (max-width: 638px) {
  nav {
    top: 126px !important;
    margin-top: 0;
    display: none;
    /* margin-bottom: 20px; */
  }
  nav a {
    width: 100%;
    flex-basis: 100%;
    display: block;
    outline: none !important;
  }

  #toggle-menu {
    /* opacity: .3; */
    /* margin-top: 2px; */
    display: block;
  }
  .featured-container {
    float: left;
    width: auto;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .expert-commentary .title {
    width: 100%;
  }
}
footer {
  border-top: 1px solid black;
  background: lightgrey;
  padding: 20px;
}
footer a {
  color: black;
  text-decoration: none;
  font-size: 10px;
  font-weight: 300;
  margin-right: 20px;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  border: none !important;
  color: black !important;
  font-weight: 600 !important;
  padding: 0 !important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  background-color: transparent !important;
}

#ot-sdk-btn-floating {
  display: none;
}

.sub-footer {
  padding: 20px;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-footer .teva-logo {
  width: 100px;
}

@media screen and (max-width: 501px) {
  footer {
    display: flex;
    justify-content: space-evenly;
  }
  .sub-footer {
    flex-direction: column;
    text-align: center;
  }
  .sub-footer .teva-logo {
    margin: 30px auto;
  }
  .isi-top {
    font-size: 8px;
  }
}

@media screen and (max-width: 450px) {
  .isi-top {
    padding: 12px 0;
  }
}
.blue-title {
  text-align: center;
  color: #62b4e4;
  font-size: 25px;
}

.bolded {
  font-weight: 600;
}

sup {
  font-size: 7px;
}

.embed-container {
  --video--width: 1296;
  --video--height: 540;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1127px) {
  .push-left {
    margin-left: 0;
  }
}
table td {
  vertical-align: top;
}

.sidebar a {
  color: unset;
}

.td-table {
  background-color: rgb(240, 234, 241);
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  max-width: 800px;
}
.td-table-title {
  color: #6d3075;
  font-weight: bold;
}
.td-table-columns {
  width: 33.33%;
}

@media screen and (max-width: 770px) {
  .td-table {
    flex-direction: column;
  }
  .td-table-title {
    margin-top: 10px;
  }
  .td-table-columns {
    width: 100%;
  }
}

.table-bull {
  vertical-align: middle;
}
.table-bull2 {
  vertical-align: middle;
}
@media screen and (max-width: 645px) {
  .table-bull {
    vertical-align: top;
  }
}
@media screen and (max-width: 759px) {
  .table-bull2 {
    vertical-align: top;
  }
}

.figure-style {
  margin: 0 auto 5px auto;
  display: block;
  max-width: 800px;
}

.purple-box {
  margin: 20px auto;
  background-color: #6d3075;
  color: white;
  padding-bottom: 10px;
  margin: 0 auto;
  max-width: 800px;
}

.purple-box p {
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 0px;
}

.figure-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (min-width: 800px) {
  .figure-grid {
    max-height: 850px;
  }
  .grid-box {
    margin: 10px;
  }
  .left-box {
    margin-left: auto !important;
    margin-right: 20px !important;
  }
  .right-box {
    margin-right: auto !important;
    margin-left: 20px !important;
  }
}

.grid-box {
  display: flex;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .grid-box {
    margin: 10px auto;
  }
}

.grid-box img {
  max-width: 100px;
  margin-top: 0px;
}

.grid-box-content {
  font-size: 12px;
  margin-left: 20px;
}

.grid-box-content p {
  font-weight: bold;
  margin-bottom: 0px;
}

.box-video {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px auto;
  cursor: pointer;
  overflow: hidden;
}

/* Set Cover aka Background-Image */
.box-video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

/* Add light shade to make play button visible*/
.bg-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
}

/* The Play-Button using CSS-Only */
.box-video .bt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* The Play-Triangle */
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.box-video:hover .bt-play {
  transform: scale(1.1);
}

/* When Class added the Cover gets hidden... */
.box-video.open .bg-video {
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

/* and iframe shows up */
.box-video.open .video-container {
  opacity: 1;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

/* Giving the div ratio of 16:9 with padding */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  z-index: 1;
  padding-bottom: 56.27198%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* @media screen and (min-width: 768px) {
  .toni-pictures {
    width: 500px;
  }
} */

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

.case-study-mobile {
  float: right;
  width: 500px;
  max-width: 50%;
  padding: 20px;
}

.mobile-figures {
  display: flex;
  flex: 1;
}
.mobile-figures-v9 {
  display: flex;
  flex: 1;
  justify-content: center;
}

.mobile-figures-v9 div {
  width: 30%;
  max-width: 450px;
}

.quad-figures {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px !important;
}

.quad-figures img {
  max-width: 23% !important;
}

@media screen and (max-width: 1300px) {
  .mobile-figures-v9 {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }

  .mobile-figures-v9 div {
    width: 70% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 650px) {
  .case-study-mobile {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .mobile-figures {
    flex-direction: column;
  }
  .mobile-figures-v9 img {
    max-width: 100% !important;
  }
  .mobile-figures img {
    width: 100% !important;
  }

  .quad-figures {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .quad-figures img {
    width: 40% !important;
    min-width: 40%;
    margin: 5px !important;
  }
}

.custom-num-list ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
}

.custom-num-list ol li:before {
  color: #4295d1;
  font-weight: bold;
  text-align: center;
  content: counter(list) '.';
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}

.blue-wrapper {
  background-color: #4296d116;
  padding: 20px;
  margin-bottom: 10px;
}

.v10-flex-image {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1300px) {
  .v10-flex-image {
    flex-direction: column;
  }
}

.flex-videos {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #666666;
  padding: 10px 0;
  max-width: 1200px;
}

.flex-videos iframe {
  display: block;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vid-item {
  display: flex;
  flex-direction: column;
  margin: 0px 10px;
  width: 400px;
  height: 300px;
  position: relative;
}

.vid-item p {
  margin: 0px;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
}

.vid-text-vol11 {
  position: relative;
  margin-right: 10px;
  font-weight: bold;
  align-self: center;
}

.vid-item-header {
  width: 100%;
  text-align: center;
  color: white;
  padding: 8px;
  font-weight: bold;
  font-size: 16px;
}

.vid-item-header-mobile {
  width: 100%;
  text-align: center;
  color: white;
  padding: 8px;
  font-weight: bold;
  font-size: 16px;
  display: none;
}

.td-header {
  background-color: #6d3075;
}

.dip-header {
  background-color: #4295d1;
}

@media screen and (max-width: 800px) {
  .flex-videos {
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  .vid-text-vol11 {
    margin-bottom: 10px;
  }
  .vid-item p {
    margin-bottom: 10px;
  }
  .mobile-video-p-adj {
    margin: 0px !important;
  }
  .vid-item-header-mobile {
    display: block;
  }
}

.v13-image-box {
  display: flex;
  max-width: 1000px;
  flex-wrap: wrap;
  margin: 20px auto;
}

.v13-image-box-item {
  max-width: 30%;
  height: auto;
  margin: 5px;
}

@media screen and (max-width: 800px) {
  .v13-image-box {
    flex-direction: column;
  }
  .v13-image-box-item {
    max-width: 50%;
  }
}
