html, body {
  margin: 0;
  overflow-x: hidden;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d8d8d8;
}

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

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

.hero-sm {
  background-color: #1b52a3;
  padding: 12px 0;
}

.hero-sm a {
  color: #fff;
}

.hero-sm a:hover,
.hero-sm a:active,
.hero-sm a:visited,
.hero-sm a:focus {
  text-decoration: none;
  color: #fff;
}

.hero-sm h2 {
  width: 100%;
  color: #fff;
  font-family: roboto, sans-serif;
  font-size: 17px;
  line-height: 18px;
  font-weight: bold;
  margin: 0;
  padding-left: 15px;
  position: relative;
}

.hero-sm h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
}

.os {
  font-family: "open sans", sans-serif;
}

.rob {
  font-family: "roboto", sans-serif;
}

.spotlight section.section.first {
  margin-top: 40px;
}
.spotlight section.section:not(.first):not(.custom-padding) {
  margin-top: 50px;
}
.spotlight section.section.last {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .spotlight section.section.last {
    padding-bottom: 0;
  }
}
.spotlight section.section:not(.last):not(.custom-padding) {
  padding-bottom: 50px;
}
.spotlight section.section, .spotlight section.section:not(.header-bar):not(.header-bar-video):not(.mobile-top-bar) {
  max-width: none;
  width: auto;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .spotlight section.section.videos {
    margin-top: 20px;
  }
}
.spotlight section.section.videos .pill-row .section-header-s,
.spotlight section.section.videos .pill-row .pill-btn {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.spotlight section.section.videos .pill-row .section-header-s {
  margin-right: 2px;
}
.spotlight section.section.resources {
  padding-top: 46px;
  margin-top: 0;
  border-top: 1px solid #d1d1d1 !important;
}
.spotlight section.section.resources .media-grid .resource-single {
  width: 25%;
  margin-right: -3px;
}
.spotlight section.section.resources .media-grid .resource-single a, .spotlight section.section.resources .media-grid .resource-single a:hover {
  text-decoration: none;
}
.spotlight section.section.resources .media-grid .resource-single a:hover p.title-m {
  text-decoration: underline;
}
.spotlight section.section.resources .media-grid .resource-single a p.link-s:hover {
  text-decoration: underline;
}
.spotlight section.section.resources .media-grid .resource-single .res-img {
  width: 100%;
  display: block;
  margin-bottom: 7px;
  height: 142px;
  overflow: hidden;
  position: relative;
}
.spotlight section.section.resources .media-grid .resource-single .res-img img {
  width: auto;
  height: 100%;
  overflow: hidden;
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.spotlight section.section.resources .media-grid .resource-single p.link-s.link-arrow svg {
  width: 12px;
  height: 12px;
  top: 1px;
}
@media screen and (max-width: 767px) {
  .spotlight section.section.resources .media-grid .resource-single {
    width: 100%;
    max-width: 345px;
    margin-right: 0;
  }
  .spotlight section.section.resources .media-grid .resource-single .res-img {
    height: 195px;
  }
  .spotlight section.section.resources .media-grid .resource-single .res-img img {
    width: 100%;
  }
}
.spotlight section.section.learnmore {
  padding-top: 46px;
  margin-top: 0;
  margin-bottom: 46px;
  border-top: 1px solid #d1d1d1 !important;
}
@media screen and (max-width: 767px) {
  .spotlight section.section.learnmore a.btn-sm {
    width: 100%;
  }
}
.spotlight section.section.about-connect {
  margin-top: 0;
  border-top: 1px solid #d1d1d1 !important;
}
.spotlight section.section.about-connect .about-side.about-right .social .share-icon {
  margin-right: 6px;
}
.spotlight section.section.about-connect .about-side p.body-p.lighten {
  color: #606060;
}
.spotlight section.section.about-connect .about-side p.body-p.lighten a {
  color: #606060;
}
.spotlight section.section.about-connect .about-side p.body-p.lighten a:hover {
  color: #333;
}
.spotlight section.section.upgrade {
  background-color: #3259a5;
  border: 1px solid #979797;
  padding: 46px 0;
}
.spotlight section.section.upgrade h2, .spotlight section.section.upgrade h3, .spotlight section.section.upgrade p {
  color: #fff;
}
.spotlight section.section.upgrade h2, .spotlight section.section.upgrade h3 {
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .spotlight section.section.upgrade h2, .spotlight section.section.upgrade h3 {
    font-size: 17px;
    line-height: 21px;
  }
}
.spotlight section.section.upgrade .point {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .spotlight section.section.upgrade .point {
    margin-top: 20px;
  }
}
.spotlight section.section.upgrade .point img {
  width: 90px;
  height: auto;
}
.spotlight section.section.upgrade .point div.txt {
  width: calc(100% - 98px);
  padding-left: 14px;
}
.spotlight section.section.upgrade .point div.txt p {
  font-family: "roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
}
.spotlight section.section.legal-logo {
  margin-top: 46px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .spotlight section.section.legal-logo {
    margin-top: 20px;
  }
}
.spotlight section.section.legal-logo .isi {
  text-align: left;
}
.spotlight section.section.legal-logo .isi p {
  color: #818181;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.spotlight section.section.legal-logo .isi p:not(:last-child) {
  margin-bottom: 6px;
}
.spotlight section.section.legal-logo .legal .legal-text {
  font-size: 14px;
  line-height: 18px;
}

section.hero {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.hero {
    margin-top: 10px;
  }
}
section.hero .hinner .bluebar,
section.hero .hinner .blueimg {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
section.hero .hinner .bluebar {
  background-color: #1b52a3;
  width: calc(100% - 427px);
  height: 317px;
}
section.hero .hinner .bluebar .bbinner {
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 5px;
  padding-left: 80px;
  padding-right: 70px;
}
section.hero .hinner .bluebar .bbinner h2 {
  color: #fff;
  font-family: "open sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
}
section.hero .hinner .bluebar .bbinner h3 {
  color: #fff;
  font-family: "open sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}
@media screen and (max-width: 1099px) {
  section.hero .hinner .bluebar .bbinner {
    padding-left: 50px;
    padding-right: 50px;
  }
  section.hero .hinner .bluebar .bbinner h2 {
    font-size: 35px;
    line-height: 45px;
  }
  section.hero .hinner .bluebar .bbinner h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  section.hero .hinner .bluebar .bbinner {
    padding-left: 50px;
    padding-right: 50px;
  }
  section.hero .hinner .bluebar .bbinner h2 {
    font-size: 31px;
    line-height: 40px;
  }
  section.hero .hinner .bluebar .bbinner h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
section.hero .hinner .hero-mob h2 {
  color: #1b52a3;
  font-family: "open sans", sans-serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 36px;
}
section.hero .hinner .hero-mob h3 {
  color: #767676;
  font-family: "open sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
}
section.hero .hinner .hero-mob hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 991px) {
  section.hero .hinner .bluebar {
    width: calc(100% - 350px);
    height: 260px;
  }
  section.hero .hinner .blueimg img {
    height: 260px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  section.hero .hinner .bluebar {
    width: calc(100% - 120px);
    height: 91px;
  }
  section.hero .hinner .blueimg img {
    height: 91px;
    width: auto;
  }
}
section.video-player .part-single .title {
  color: #333333;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  section.video-player .part-single .title {
    font-size: 31px;
    line-height: 37px;
  }
}
section.video-player .part-single .descrip {
  color: #333333;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
section.video-player .part-single .part {
  color: #767676;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
section.video-player .part-single .vidcontain,
section.video-player .part-single .vidsidebar {
  display: inline-block;
  vertical-align: top;
}
section.video-player .part-single .vidsidebar .next-video .section-header-l {
  letter-spacing: 0.08em;
}
section.video-player .part-single .vidsidebar .next-video .vid-img img {
  width: 100%;
}
section.video-player .part-single .vidsidebar .next-video .next-info a:hover {
  text-decoration: none;
}
section.video-player .part-single .vidsidebar .next-video .next-info a:hover .vidinfo .title-m {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  section.video-player .part-single .vidsidebar .next-video a.btn-sm {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  section.video-player .part-single .vidcontain {
    padding-right: 20px;
    width: calc(100% - 325px);
  }
  section.video-player .part-single .vidcontain a.show-desc {
    display: none;
  }
  section.video-player .part-single .vidsidebar {
    width: 320px;
  }
  section.video-player .part-single .vidsidebar .next-video {
    margin: 0 auto;
  }
  section.video-player .part-single .vidsidebar .next-video .vidinfo .title-m {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  section.video-player .part-single .vidcontain .info-fold {
    overflow: hidden;
    display: none;
  }
  section.video-player .part-single .vidsidebar {
    width: 100%;
  }
  section.video-player .part-single .vidsidebar .next-video {
    width: 100%;
    max-width: none;
  }
  section.video-player .part-single .vidsidebar .next-video .section-header-l {
    font-size: 14px;
    line-height: 19px;
  }
  section.video-player .part-single .vidsidebar .next-video .vid-img,
section.video-player .part-single .vidsidebar .next-video .vidinfo {
    display: inline-block;
    vertical-align: top;
  }
  section.video-player .part-single .vidsidebar .next-video .vid-img {
    width: 90px;
    height: auto;
  }
  section.video-player .part-single .vidsidebar .next-video .vid-img img {
    position: static;
    transform: none;
  }
  section.video-player .part-single .vidsidebar .next-video .vidinfo {
    width: calc(100% - 95px);
    padding-left: 10px;
  }
  section.video-player .part-single .vidsidebar .next-video .vidinfo .title-m {
    font-size: 13px;
    line-height: 17px;
  }
  section.video-player .part-single .vidsidebar .next-video .vidinfo .author-m {
    font-size: 12px;
    line-height: 16px;
  }
}
section.video-player .part-single .video-list {
  margin-top: 20px;
}
section.video-player .part-single .video-list .video-unit a, section.video-player .part-single .video-list .video-unit a:hover, section.video-player .part-single .video-list .video-unit a:focus, section.video-player .part-single .video-list .video-unit a:active, section.video-player .part-single .video-list .video-unit a:visited {
  text-decoration: none;
}
section.video-player .part-single .video-list .video-unit a:hover h1 {
  text-decoration: underline;
}
section.video-player .part-single .video-list .video-unit .play-btn,
section.video-player .part-single .video-list .video-unit .video-unit-text {
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
}
section.video-player .part-single .video-list .video-unit .play-btn {
  width: 39px;
  padding-right: 12px;
}
section.video-player .part-single .video-list .video-unit .video-unit-text {
  width: calc(100% - 44px);
}
section.video-player .part-single .video-list .video-unit .video-unit-text .vidtitle {
  color: #333333;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
}
section.video-player .part-single .video-list .video-unit .video-unit-text .length {
  color: #555555;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
