/* Reset */

html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

.no-wrap{
  white-space: nowrap;
}

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

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

/* Custom Properties (variables)  */
:root {
  --primary-color: #68B038;
  --secondary-color: #107CB0;
  --tertiary-color: #1A3F5D;
  --font-color: #231F20;
  --background-color: E6E7E8
}

.header {
  --header-links-height: 56px;
}

.footer {
  --footer-top-height: 159px;
}

/* Type */

body {
  font-family: Arial, sans-serif;
}

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

/* Colors */
.purple {
  color: #8A1A9C;
}

.mb0{
  margin-bottom:0px !important;
}

.main{
  margin:0px;
  padding-bottom:20px;
  border-bottom:20px solid #E6E7E8;
}

sub{
  font-size: 0.6em;
  vertical-align: -0.5em;
  line-height: 0px;
}

sup{
  font-size: 0.6em;
  vertical-align: 0.5em;
  line-height: 0px;
}

/* Main */

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  background-color: #fff;
  height: auto;
  text-align: center;
  position: sticky;
  width: 100%;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 100;
  height: 181px;
  border-bottom: var(--secondary-color) solid 6px;
}

.header__logo-wrapper {
  display: flex;
  flex-flow: row nowrap;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}

.header__logo-wrapper a {
  display: block;
}

.header__logo {
  width: 105px;
  height: 84px;
  background-image: url(src/img/logo_jevtana.png);
  background-size: contain;
  margin: 5px auto;
  background-repeat: no-repeat;
  align-self: center;
}

.header .navDesktop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__repcast {
  text-align: left;
  width: 138px;
  height: 13px;
  grid-row: 2 / 2;
  grid-column: 1 / 1;
  align-self: center;
}

.header__container {
  display: grid;
  text-align: left;
  grid-template-columns: 1fr;
  grid-template-rows: 82px 34px 1fr;
  justify-items: center;
  height: calc(100% - var(--header-links-height));
  padding-top:6px;
  padding-bottom:6px;
}

.header__links {
  width: 100%;
  background-color: var(--tertiary-color);
}

.header__link {
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
}

.header__link--first {
  border-bottom:1px solid #ffffff;
}

.header__link a,
.header__link span {
  color: #fff;
  text-decoration: none;
  padding: 4px 0;
  width: 100%;
  display: block;
}

.header__desktop-link {
  color: #61b4e4;
  width: 90px;
  margin: 52px 18px 0 0;
  font-weight: 400;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  display: none;
  cursor: pointer;
}

.header__desktop-link a,
.header__desktop-link span {
  color: #61b4e4;
  text-decoration: none;
}

.header__desktop-link:hover {
  text-decoration: underline;
}

.main__container{
  padding:0px;
}

.sidebar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 2px #107CB0 solid;
  overflow: hidden;
  margin: 0 auto;
}

.sidebar__calendar {
  background-image: url(src/img/calendar-mobile.png);
  height: 178px;
  width: 180px;
  background-size: 100% 100%;
  margin: 22px 0 0;
  cursor: pointer;
}

.sidebar {
  display: flex;
  width: calc(100% - 20px);
  margin: 0px;
  background: #eaeaea;
  justify-content: center;
  padding: 15px 20px;
}

.mobile-only.sidebar {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

.sidebar__info-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width:100%;
  max-width:375px;
  margin:0px auto 10px;
}

.mobile-only .sidebar__icon {
  margin: 0;
}

.mobile-only .sidebar__calendar {
  width: 308px;
  height: 78px;
  margin: 11px auto 0px;
  margin:0px auto;
}

.sidebar__info {
  -ms-word-break: break-all;
  word-break: break-all;
  flex:1;
  /* Non standard for webkit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: center;
}

.sidebar__info p {
  color: #231F20;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.sidebar__info p:first-child {
  font-weight: 700;
  font-size: 16px;
  color: #68B038;
}

IMG#userPhoto,
.sidebar__icon-image {
  height: 112px;
  min-width: 112px;
}

.sidebar__calendar {
  width: 130px;
  height: 129px;
  margin-left: 30px;
}

.videolinks {
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
  margin: 0 0 15px 0;
}

.videolinks__link {
  width: 208px;
  height: 117px;
  margin: 0;
}

.video {
  width: 100%;
  text-align: center;
  display: flex;
  height: 57vw;
}

.video__player {
  width: 100%;
  /*max-width: 100vw;*/
  margin: 100px auto 0;
  height: 57vw;
}

.video-player {
  max-width: 100%;

}

.video-player IFRAME {
  position: relative;
  top: -1px;
  width: calc(100% + 1px);
  height: 100%;
}


#pdfControls {
  display: none;
  font-size: 13px;
  padding-bottom: 10px;
}

#docView {
  display: none;
  width: calc(100% - 297px);
  height: auto;
  aspect-ratio: 16/9;
}

#docFrame {
  width: 100%;
  height: 100%;
}


.touts {
  display: block;
  padding: 18px 10px 0px;

}

.tout {
  position: relative;
  width: 335px;
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
  flex-flow: column nowrap;
}

.tout::after{
  width:335px;
  height:1px;
  margin-top:16px;
  background-color:#107cb0;
  content:'';
}

.tout:last-child{
  margin-bottom:0px;
}

.tout:last-child::after{
  content:none;
}

.tout h3 {
  font-family: 'Encode Sans Semi Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.tout-text {
  text-align: center;
  font-size: 14px;
  flex: 1 1 auto;
  padding: 0px 40px;
}

.tout-text p {
  font-size: 16px;
  line-height: 18px;
}

.tout-text p:first-of-type {
  margin-top: 10px;
}

.tout-heading {
  color: var(--primary-color);
}

.tout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  justify-self: flex-end;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  height: 30px;
  margin-top: 10px;
}

.references.container {
  width: auto;
  margin: 25px 20px 20px;
}

.references p {
  color: #4a4f54;
  font-size: 11px;
  line-height: 13px;
}

.bottom-links {
  font-size: 16px;
  text-align: center;
  margin-bottom:55px;
}

.bottom-links a {
  display:block;
  color: #fff;
  font-weight:700;
  text-decoration: none;
}

.bottom-links a:not(:first-child) {
  margin-top: 12px;
}

.footer {
  margin-top: 10px;
  padding-top: 45px;
  position: relative;
}

.footer-top {
  height: 165px;
  background-color: var(--secondary-color);
}

.footer-top .footer__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-top .footer__container a {
  width: max-content;
}

.footer-bottom {
  height: calc(100% - var(--footer-top-height));
  background-color: var(--tertiary-color);
  color: #fff;
  padding-top: 57px;
  padding-bottom: 30px;
}

.footer__container {
  position: relative;

}

.footer__logo {
  width: 148px;
  height: 40px;
  background-image: url(src/img/footer-sanofi-logo.png);
  background-size: contain;
  background-repeat: no-repeat;

}

.footer__text {
  color: #fff;
  display: block;
  text-align: center;
}

.footer__text p{
  font-size: 16px;
  line-height: 18px;
  font-weight:700;
}


section.isi {
  position:fixed;
  height: 170px;  
}

section.isi.inline{
  padding-top: 12px;
}

section.isi .container{
  padding:0px;
  max-width: 1220px;
}

section.isi.inline .container{
  padding:0px 20px;
}

section.isi li{
  font-size:26px;
  line-height:12px;
  font-weight:700;
  color:#231F20;
  margin-bottom:8px;
}

section.isi p,
section.isi li span{
  font-size:16px;
  line-height:20px;
  font-weight:500;
  color:#231F20;
}

section.isi p{
  margin-bottom:10px;
}

section.isi li span{
  position: relative;
  top:-2px;
  left:-5px;
  line-height:20px;
}

.isi a {
  text-decoration: underline;
  color: var(--primary-color);
}

.isi ul {
  list-style: disc;
  margin-bottom: 12px;
  margin-left: 24px;
}

.isi ul li::before {
  content: none;
}

.isi__mores {
  position: absolute;
  font-size: 26px;
  font-weight: 700;
  top: 5px;
  right: 5px;
  cursor: pointer;

  height: 20px;
  width: 25px;
  line-height: 1em;
  text-align: center;
  color: #fff;
  display: grid;
  align-items: center;
  justify-items: center;
  z-index: 100;
}

.isi__mores .close-btn {
  height: 30px;
  rotate: 180deg;
}

.isi .isi-top {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 82px 88px;
}

.isi .isi-top h5.isi__small-heading{
  margin-bottom:8px;
}

.isi .boxed {
  position: relative;
  border: 1px solid #231F20;
  padding: 8px;
  width: calc(100% + 16px);
  left: -10px
}

.isi.inline .boxed{
  width:unset;
  left:unset;
}

.isi .boxed p:last-child {
  margin-bottom: 0;
}

.isi .isi-top+* {
  margin-top: 10px;
}

.isi .isi-left {
  position: relative;
  grid-column: 1 / 1;
  grid-row: 2 / 2;
  border-top: 1px solid #231F20;
  padding: 13px 20px 0px;
  overflow: hidden;
}

.isi .isi-right {
  position: relative;
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  border-top: 1px solid #231F20;
  padding: 13px 20px 0px;
  overflow: hidden;
}

.isi .isi-right h5{
  margin-bottom: 14px;
}

section.isi.inline {
  position: relative;
  height: unset;
  border-top:0px solid transparent;
  padding-top: 18px;
}

.isi.inline .isi-top {
  display: block;
}

.isi.inline .isi__mores{
  display:none !important;
}

.header__links .container{
  padding:0px;
}

.isi.inline .isi-left {
  grid-column: unset;
  grid-row: unset;
  border: none;
  padding:0px;
  overflow: unset;
}

.isi.inline .isi-right {
  grid-column: unset;
  grid-row: unset;
  border: none;
  margin-bottom: 12px;
  padding:0px;
}

.isi.inline .isi-top h5.isi__small-heading {
  margin-bottom: 12px;
}

.isi.inline .boxed {
  position: relative;
  width: calc(100% + 20px);
  left: -10px;
  padding: 12px 10px 12px 12px;
}

.isi__header {
  height: 16px;
  color: white;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.isi__section-heading {
  font-size: 20px;
  font-weight: 700;
  color: #004d74;
  margin-bottom: 5px;
}

h5.isi__small-heading,
span.isi__small-heading {
  font-weight: 700;
  line-height: 17px;
  font-size: 16px;
  color: #107CB0;
  margin-bottom: 12px;
}


.desktop-only {
  display: none;
}

.mobile-only {
  display: block;
}

.mobile-only-inline {
  display: inline !important;
}


/* VideoJS */

.video-js .vjs-big-play-button {
  height: 120px;
  width: 120px;
  border-radius: 100px;
  background-color: transparent;
  border: none;
  background-image: url(src/img/play-button.svg);
  background-size: contain;
  margin-top: -60px;
  margin-left: -60px;
}

.video-js .vjs-big-play-button :hover {
  background-color: transparent;
  opacity: 0.7;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "";
}


/*--Modal--*/
.modal {
  background-color: rgba(52, 52, 52, .65);
  width: 100svw;
  height: 100svh;
  position: fixed;
  z-index: 110;
  top: 0;
  overflow: auto;
  display: none;
}

.modal__container {
  max-width: 335px;
  width: 100%;
  border-top-right-radius: 36px;
  border-bottom-left-radius: 36px;
  background-color: #F4F6F8;
  border: 5px solid var(--primary-color);
  margin:unset;
  padding: 0px 0px 18px;
}

.modal.confirmed .modal__confirmation{
  padding:42px 0px 32px;
}

.modal__alert {
  position: relative;
  width: calc(100% - 26px);
  height:56px;
  padding: 20px 15px;
  margin: 0px auto 0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: var(--primary-color);
  color: white;
  font-size:18px;
  text-align: center;
}

.modal__alert::after {
  --shadow-height: 10px;
  content: '';
  position: absolute;
  top: 100%;
  right: -20px;
  width: 289px;
  height: 43px;
  background-image: url(/src/img/shadow.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

@keyframes spinning {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

i.loading-spinner {
  font-size: 24px;
  animation-name: spinning;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  /* linear | ease | ease-in | ease-out | ease-in-out */
  animation-timing-function: linear;
}

.modal .notified {
  height: 165px;
  margin-bottom: 5px;
}

.modal__text {
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  color: var(--primary-color);
  display: none;
}


.modal__disclaimer p {
  font-size: 11px;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 14px;
  text-align: center;
}

.modal__disclaimer {
  display: none;
}

.modal__calendar {
  background-color: white;
  padding: 16px 10px 12px 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  z-index: 5;
  background-color: #ffffff;
  position: relative;
  height: unset;
}

.modal__form,
.modal__confirmation {
  padding: 8px 20px 0px;
}

.modal__input {
  width: 100%;
  height: 36px;
  font-size: 20px;
  padding-left: 22px;
  border: 1px solid #231F20;
  background-color: white;
  background-position: calc(100% - 25px) center;
  color:#231F20;
  background-size: 20px auto;
}

.modal__form h4 {
  font-size: 18px;
  color: #231F20;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: Arial, sans-serif;
}

.fa-arrow-up:before, .fa-arrow-down:before{
  width: 16px;
  height: 9px;
  background-size: 16px auto;
}

.modal__button {
  border-radius: 20px;
  background-color: var(--primary-color);
  color: white;
  border: none;
  font-weight: 700;
  padding: 5px 20px;
  font-size: 16px;
}

.modal__button IMG{
  margin-left: 10px;
}

.modal__close {
  color: #343434;
  position: relative;
  top: unset;
  right: unset;
  margin: 10px 18px 8px auto;
  width: 75px;
  height: 30px;
  border-radius: 20px;
  border:1px solid #231F20;
}

.modal__confirmation{
  display:none;
  padding:43px 20px 31px;
}

.modal.confirmed .modal__confirmation{
  display:flex;
  align-items: center;
}

.modal.confirmed .modal__calendar{
  display:none;
}

.modal.confirmed .modal__confirmation IMG{
  margin:0px auto;
}

.modal.confirmed .modal__form{
  display:none;
}

.modal .notified {
  height: 180px;
}

.modal__text {
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  color: var(--primary-color);
  display: none;
}

.modal__calendar .btn-primary {
  background-color: #dc1277;
  color: white;
  border: none;
}

.row {
  display: flex;
}

.timepicker {
  margin-left: 10px;
}


.modal__calendar .btn-primary {
  background-color: #dc1277;
  color: white;
  border: none;
}

.text-pink {
  color: #dc0077 !important;
}

.text-teal {
  color: #004f6f;
}

.borders--side {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.fa.fa-arrow-up:after {}

.fa.fa-arrow-down:after {}

.datepicker th {
  color: #333;
}

.bootstrap-datetimepicker-widget table th.picker-switch,
.bootstrap-datetimepicker-widget table th.dow,
.bootstrap-datetimepicker-widget tbody tr td.day,
.bootstrap-datetimepicker-widget .timepicker-hour, 
.bootstrap-datetimepicker-widget .timepicker-minute, 
.bootstrap-datetimepicker-widget .timepicker-second{
  font-size:22px;
  color: #231F20;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second{
  font-weight:500;
}

.bootstrap-datetimepicker-widget tbody tr td.day{
  height: 30px;
}

.bootstrap-datetimepicker-widget thead{
  padding-bottom:5px;
}

.bootstrap-datetimepicker-widget .timepicker{
  flex-basis: 174px;
  max-width: 174px;
  padding-bottom: 8px;
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod] {
  border-radius: 0px;
  font-size:18px;
  line-height: 1em;
  font-weight:500;
  padding:0px;
}

table.table-condensed tr td, 
table.table-condensed tr td{
  width:53px;
}

table.table-condensed tr:first-child td.separator:first-child,
table.table-condensed tr:last-child td.separator:first-child,
table.table-condensed tr td.separator:first-child{
  width:31px;
}

.bootstrap-datetimepicker-widget thead th .fa-chevron-left:before, .bootstrap-datetimepicker-widget thead th .fa-chevron-right:before{
  background-image: url('src/img/calendar-arrow-green.svg');
  background-position: center center;
  content:'';
}

.bootstrap-datetimepicker-widget thead th .fa-chevron-right:before{
  transform:rotate(180deg);
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #dc1277;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn {
  color: #dc1277;
}


.bootstrap-datetimepicker-widget .datepicker{
  justify-content: flex-start;
  padding: 0px 5px;
  max-width:325px;
  flex-basis:325px;
  margin: 0px auto 14px;
}

th.next span,
th.prev span {
  color: var(--secondary-color) !important;
  padding-top:4px;
}

.table-condensed a span {
  color: var(--secondary-color);
}

.bootstrap-datetimepicker-widget table td.active {
  background-color: var(--secondary-color) !important;
}

.table-condensed .btn-primary {
  background-color: var(--secondary-color) !important;
}

#viewer {
  display: block;
}

#staticVideo {
  display: none;
}

.video__static {
  width: 100%;
}

#videoPH1 {
  display: none;
}

#videoPH2 {
  display: block;
}

.datepicker-days {
  width: 314px;
}

.close-btn {
  display: none;
}
.modal.confirmed .modal__content .modal__alert{
  font-size:20px;
}


/* Desktop */

@media only screen and (min-width: 1024px) {

  /* Variables */
  .header {
    --header-links-height: 40px;
  }

  /* Styles */
  .mobile-only,
  .mobile-only-inline {
    display: none !important;
  }

  .desktop-only {
    display: inline-block;
  }

  .main{
    padding-bottom:15px;
    border-bottom:0px solid transparent;
  }

  section.isi.inline {
    padding-top: 5px;
  }

  .isi_heading{
    margin-left:0px;
  }

  .isi.inline 

  .isi ul {
    margin-left: 33px;
  }

  .isi.inline .boxed {
    width: calc(100% + 20px);
    left: -10px;
    padding: 8px 14px 8px 8px;
  }

  .footer {
    margin-top: 45px;
  }

  .container {
    margin: 0 auto;
    text-align: left;
  }

  .footer-top {
    height: var(--footer-top-height);
  }

  .main__container{
    padding:0px 20px;
  }

  .header {
    height: 183px;
  }

  .header__repcast {
    width: 154px;
    height: 21px;
  }

  .header__container {
    padding-top:unset;
    padding-bottom:unset;
  }

  .header__link a,
  .header__link span {
    padding: 7px 0;
  }

  .modal .notified {
    height: 192px;
  }

  .modal.confirmed .modal__content .modal__alert{
    font-size:35px;
  }

  .modal__container{
    border-top-right-radius: 38px;
    border-bottom-left-radius: 38px;
  }

  .sidebar__icon {
    height: 111px;
    width: 111px;
    margin: 0 auto 12px;
  }

  .modal__container {
    max-width: 650px;
    padding: 0px 0px 49px;
  }

  .modal__alert {
    position: relative;
    font-size: 35px;
    line-height: 54px;
    width: calc(100% - 90px);
    height: 106px;
    margin: 0px 45px 0;
  }

  .modal__close{
    position: relative;
    top: unset;
    right: unset;
    width: 104px;
    height: 34px;
    margin: 26px 54px 20px auto;
  }

  .modal__calendar {
    padding: 34px 48px 30px 56px;
  }

  .modal__form {
    padding: 35px 68px 0px;
  }

  .modal.confirmed .modal__confirmation{
    padding:28px 0px 0px;
  }

  .modal__form h4 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .modal__input {
    height: 50px;
    font-size:22px;
    padding-left: 15px;
    background-position: calc(100% - 65px) center;
  }

  .modal__button{
    padding: 5px 32px;
    font-size: 20px;
  }

  .bootstrap-datetimepicker-widget tbody tr td.day {
    height: 34px;
  }

  .bootstrap-datetimepicker-widget .datepicker{
    margin: 0px;
    padding:0px;
  }

  .sidebar__info p {
    font-size: 16px;
    line-height: 22px;
  }

  .sidebar__info p:first-child {
    font-size: 18px;
  }

  .bootstrap-datetimepicker-widget .timepicker{
    padding-bottom: 6px;
  }

  .header__logo-wrapper {
    display: block;
    width: auto;
    border-bottom: none;
    grid-row: 1 / 1;
    grid-column: 1 / 1;
  }

  .header__logo {
    width: 115px;
    height: 93px;
    margin: 0;
  }

  .header {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    height: 160px;
  }

  .header__link {
    cursor: pointer;
  }

  .header__link a,
  .header__link span {
    color: #fff;
    text-decoration: underline;
    padding: 5px 0;
    background-color: transparent;
  }

  .header__link--first {
    margin-right: 30px;
    margin-bottom: 0;
    border-bottom:0px solid transparent;
  }

  .header__links {
    width: 100%;
    height: var(--header-links-height);
  }

  .header__links .container {
    display: flex;
    font-size: 16px;
    line-height: 19px;
    justify-content: flex-end;
    align-items: center;
    padding: 0px 20px;
  }

  .header__container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    justify-items: start;
    align-items: center;
    height: calc(100% - var(--header-links-height));
  }

  .header__repcast {
    grid-column: 2/ 2;
    grid-row: 1 / 1;
    width: 203px;
    height: 28px;
    justify-self: end;
  }

  .header__desktop-link {
    display: block;
  }


  .touts {
    padding-top: 24px;
    justify-content: flex-start;
    display: flex;
    flex-flow: row nowrap;
  }

  .tout {
    width: 290px;
    padding: 18px 18px 0px 18px;
    margin-bottom:0px;
  }

  .tout::after{
    content:none;
  }

  .tout:not(:last-child)::after {
    content: '';
    height: 90%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--secondary-color);
  }

  .tout-button {
    margin-top: 25px;
    font-size: 16px;
  }

  .tout-text{
    padding:unset;
  }

  .touts.col-4 .tout {
    width: 25%;
    flex-basis: 25%;
  }

  .touts.col-3 .tout {
    width: 31%;
    flex-basis: 31%;
  }

  .videolinks {
    margin-top: 15px;
  }

  .video {
    height: auto;

  }

  .video__player {
    width: calc(100% - 297px);
    max-width: 1024px;
    height: 435px;
    margin: 0 auto;
  }


  .references.container {
    margin: 0 auto 20px auto;
  }

  .references p {
    color: #4a4f54;
    font-size: 11px;
    line-height: 13px;
  }

  .sidebar {
    width: 300px;
    background: #E6E7E8;
    padding: 24px 12px 0;
    text-align: center;
    color: #336ca2;
    margin: 18px 0 18px 18px;
    border-radius: 8px;
  }

  .sidebar__calendar {
    background-image: url(src/img/calendar.png);
    height: 184px;
    width: 202px;
    background-size: 202px auto;
    margin: 40px auto 0;
    cursor: pointer;
  }

  .mobile-only.sidebar {
    display: none;
  }

  .tout__top-text {
    font-size: 16px;
    line-height: 18px;
    margin: 14px 0 21px;
  }

  a.tout__link {
    font-size: 16px;
    margin-left: -16px;
  }

  .tout__top-text.tout--offset {
    margin: 3px 0 12px;
  }

  .footer {
    position: relative;
    height: 275px;
    margin-top: 70px;
    padding-top: 0;
  }

  .footer-top {
    height: var(--footer-top-height);
  }

  .footer-bottom {
    height: calc(100% - var(--footer-top-height));
    padding-top: 0;
    padding-bottom: 0;
  }

  section.isi {
    border-top: 1px solid #231F20;
    height: 126px;
  }

  .isi__mores {
    top: 15px;
    right: 40px;
  }

  .isi .isi-left .isi__mores {
    display: none;
  }

  .bottom-links {
    font-size: 14px;
    text-align: unset;
    margin-bottom:0px;
  }

  .footer__text p{
    line-height: 20px;
  }

  .bottom-links a {
    display:unset;
  }

  .footer-bottom .footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer__logo {
    width:148px;
    height:40px;
  }

  .bottom-links {
    position: relative;
    font-size: 16px;
  }

  .bottom-links a:not(:first-child) {
    margin-left: 22px;
    margin-top: 0;
  }

  .footer__text {
    text-align: right;
  }

  .video-js .vjs-big-play-button {
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
  }


  .video-player {
    width: calc(100% - 320px);
    min-height: 496px;
  }

  .video-player IFRAME {
    width: 100%;
    height: 100%;
    min-height: 496px;
  }

  .isi .boxed{
    padding:8px 6px 8px 8px;
  }

  .isi .boxed h5.isi__small-heading{
    margin-bottom:12px;
  }

  .isi-left >  h5:first-child {
    margin-left: 10px;
  }

  .isi .isi-top .isi-right h5.isi__small-heading {
    margin-bottom:14px;
  }

  .isi .isi-top {
    grid-template-columns: minmax(auto, 732px) minmax(auto, 462px);
    grid-template-rows: 1fr;
    grid-gap: 25px;
  }

  .footer-top .footer__container {
    justify-content: flex-start;
  }

  .isi .isi-left {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    border: none;
  }

  .isi .isi-right {
    grid-column: 2 / 2;
    grid-row: 1 / 1;
    border: none;
    overflow:unset;
  }

}