html, body {
  overflow-x: hidden;
}

.main-container {
  padding-bottom: 40px;
}

.contain {
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: auto;
}
.contain.w {
  max-width: 1330px;
}
@media screen and (max-width: 1149px) {
  .contain, .contain.w {
    max-width: 980px;
  }
}
@media screen and (max-width: 991px) {
  .contain, .contain.w {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .contain, .contain.w {
    max-width: 750px;
  }
}

h3.bh {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #222A79;
}

.pt {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #ff8006;
  letter-spacing: 0.07em;
}
.pt.sm {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.06em;
}
.pt.mt {
  margin-top: 10px;
}
.pt a, .pt {
  color: #ff8006;
}
.pt a:hover, .pt a:focus, .pt a:active, .pt a:visited, .pt:hover, .pt:focus, .pt:active, .pt:visited {
  color: #ff8006;
}

.link {
  font-family: "Roboto", sans-serif;
  color: #674597;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  max-width: 475px;
  display: inline-block;
}
.link.ls {
  letter-spacing: 0.066em;
}
.link:active, .link:focus, .link:visited {
  color: #674597;
}
.link:hover {
  color: #452275;
}

.body {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  color: #555;
}
.body.md {
  font-size: 17px;
}
.body.sm {
  font-size: 14px;
  line-height: 17px;
}

.upper {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

p strong {
  font-weight: 700;
}

sup {
  font-size: 0.6em;
  line-height: 1em;
}

.m10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

@media screen and (max-width: 991px) {
  .tmt0 {
    margin-top: 0px;
  }
  .tmt5 {
    margin-top: 5px;
  }
  .tmt10 {
    margin-top: 10px;
  }
  .tmt15 {
    margin-top: 15px;
  }
  .tmt20 {
    margin-top: 20px;
  }
  .tmt30 {
    margin-top: 30px;
  }
  .tmb30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mmt0 {
    margin-top: 0px;
  }
  .mmt5 {
    margin-top: 5px;
  }
  .mmt10 {
    margin-top: 10px;
  }
  .mmt15 {
    margin-top: 15px;
  }
  .mmt20 {
    margin-top: 20px;
  }
  .mmt30 {
    margin-top: 30px;
  }
  .mmt35 {
    margin-top: 35px;
  }
  .mmb0 {
    margin-bottom: 0px;
  }
  .mmb5 {
    margin-bottom: 5px;
  }
  .mmb10 {
    margin-bottom: 10px;
  }
  .mmb12 {
    margin-bottom: 12px;
  }
  .mmb15 {
    margin-bottom: 15px;
  }
  .mmb20 {
    margin-bottom: 20px;
  }
  .mmb30 {
    margin-bottom: 30px;
  }
}
.pbtn {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #452275;
  padding: 15px 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}
.pbtn:hover {
  background-color: #ff8006;
}
.pbtn:hover, .pbtn:focus, .pbtn:active, .pbtn:visited {
  color: #fff;
  text-decoration: none;
}

.eyetube-back-header {
  background-color: #3e3e3e;
  padding: 24px 0 22px;
  position: relative;
}

.eyetube-back-btn {
  width: 176px;
}

section.hero {
  border-bottom: 1px solid #d4d4d4;
  padding: 0 0 45px;
}
@media screen and (max-width: 767px) {
  section.hero {
    padding: 0 0 35px;
  }
}
@media screen and (min-width: 600px) {
  section.hero .contain {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.hero .hlogo {
    flex-grow: 0;
  }
}
@media screen and (max-width: 599px) {
  section.hero .htext {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  section.hero .htext {
    flex-grow: 1;
    padding-right: 32px;
  }
}
section.hero h1 {
  font-family: "proxima nova", sans-serif;
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
  color: #674597;
}
@media screen and (max-width: 991px) {
  section.hero h1 {
    font-size: 27px;
    line-height: 33px;
  }
}
section.hero h1 sup {
  font-size: 0.75em;
}
section.hero p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #674597;
  max-width: 500px;
}
@media screen and (max-width: 991px) {
  section.hero p {
    font-size: 18px;
    line-height: 21px;
    max-width: 400px;
  }
}
section.hero div.bar {
  height: 30px;
  background-image: linear-gradient(90deg, #674597, #452275);
  -webkit-box-shadow: 0px -4px 7px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px -4px 7px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0px -4px 7px 5px rgba(0, 0, 0, 0.8);
}
section.hero img.bg {
  width: calc(100% + 10px);
  height: 70px;
  margin: -5px -5px 0;
}
section.hero img.logo {
  max-width: 185px;
  height: auto;
}
@media screen and (max-width: 991px) {
  section.hero img.logo {
    max-width: 140px;
  }
}
section.faculty .fac-single {
  margin-bottom: 30px;
}
section.faculty .fac-single h4 {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  color: #674597;
}
section.faculty .fac-single p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 21px;
  color: #333;
  padding-right: 10px;
}
section.video-grid .vid-single {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  margin-right: -2px;
}
section.video-grid .vid-single:hover, section.video-grid .vid-single:focus, section.video-grid .vid-single:active, section.video-grid .vid-single:visited {
  text-decoration: none;
}
section.video-grid .vid-single:hover p.title, section.video-grid .vid-single:focus p.title, section.video-grid .vid-single:active p.title, section.video-grid .vid-single:visited p.title {
  text-decoration: none;
}
section.video-grid .vid-single:hover p.title {
  text-decoration: underline;
}
section.video-grid .vid-single .thumb {
  position: relative;
  display: inline-block;
}
section.video-grid .vid-single .thumb:before {
  content: "";
  background-image: url("/images/series/izervay/play-icon@2x.png");
  position: absolute;
}
@media screen and (min-width: 992px) {
  section.video-grid .vid-single .thumb:before {
    background-size: 80px 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 991px) {
  section.video-grid .vid-single .thumb:before {
    background-size: 52px 52px;
    left: calc(50% - 26px);
    top: calc(50% - 26px);
    height: 52px;
    width: 52px;
  }
}
section.video-grid .vid-single img {
  border: 1px solid #ccc;
  width: 299px;
  max-width: 100%;
  height: auto;
}
section.video-grid .vid-single p.title {
  font-family: "Roboto", sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 15px;
  max-width: 475px;
}
section.video-grid .vid-single p.author {
  font-family: "Roboto", sans-serif;
  color: #333;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  margin-top: 8px;
  max-width: 475px;
}
section.video-player {
  padding: 30px 0 50px;
}
section.video-player .vid-holder {
  display: block;
  width: 100%;
  max-width: 760px;
  padding: 0 15px;
  margin: auto;
  position: relative;
}
section.video-player .vid-holder .vid-info h1 {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 31px;
  line-height: 37px;
  font-weight: 700;
  margin-top: 15px;
}
section.video-player .vid-holder .vid-info h3 {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  margin: 9px 0 0;
}
section.video-player .vid-holder .vid-info p {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 23px;
  font-style: italic;
  margin: 9px 0 0;
}

.footer-drawer {
  position: fixed;
  z-index: 99;
  bottom: 0;
  height: 127px;
  background-color: #fff;
  width: 100%;
  transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
}
.footer-drawer.expanded {
  height: 90%;
}
@media screen and (max-width: 991px) {
  .footer-drawer.expanded {
    height: 100%;
  }
}
.footer-drawer.expanded section.footer {
  overflow: scroll;
  overflow-x: hidden;
}

.isi-tab {
  background-color: #452275;
  padding: 11px 0;
  cursor: pointer;
}
.isi-tab .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.isi-tab h3, .isi-tab p {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.isi-tab h3 {
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
}
@media screen and (max-width: 649px) {
  .isi-tab h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
.isi-tab p {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.066em;
  font-weight: 500;
  padding-left: 20px;
}
@media screen and (max-width: 649px) {
  .isi-tab p {
    font-size: 13px;
    line-height: 17px;
  }
}

section.isi-body {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  height: calc(100% - 40px);
}
section.isi-body h3, section.isi-body p, section.isi-body li {
  font-size: 15px;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
}
section.isi-body h3 {
  text-transform: upeprcase;
  font-weight: bold;
  color: #674597;
}
section.isi-body p, section.isi-body li {
  color: #555;
}
section.isi-body ul {
  list-style: disc;
  padding-left: 40px;
}
section.isi-body ul li {
  margin-top: 10px;
}
section.isi-body ul li ul {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  section.isi-body ul {
    padding-left: 20px;
  }
  section.isi-body ul li ul {
    padding-left: 25px;
  }
}
section.isi-body a {
  color: #674597;
}
section.isi-body .logo-legal img {
  max-width: 175px;
  height: auto;
}
section.isi-body .logo-legal p.body {
  max-width: 728px;
}
